WSDL is not for creating webservice. It is for invoking WS
1. First you need a soap engine(eg axis)
2.axis.jar provides tools like wsdl2java, java2wsdl etc
3.In the server side, 1st do, java2wsdl and get the wsdl
4.in the client side do wsdl2java and get client java tubs
5.now call the clients
regards,
mukunt
1. anyone can give me gud tutorial about web services, soap, saaj in nb 5.5? I hav found a few tutorial in google, but im still confused. I need more info about the annotations, its functions, what we need in server, & in client?
2. Can the java application be the server of web service?
3. is SAAJ web service 2?
2. Can the java application be the server of web service?
3. is SAAJ web service 2?
Regard,
Mukunt