This is For Note Taking for CS 6520 Methods of Software Development
When I used NetBeans Ide 6.9.1 and try to do a SOAP client server development,
I found the following interesting points.
- When I make the Server to be stateless, the client is not going to find out the service where the end point is.
- There is a very good demo site for SOAP .
- Just try wsgen, we need to go to the directory which includes the class directory. Otherwise the wsgen will not work. (wsgen -cp . tarjan.Tarjan -wsdl)
- wsimport TarjanService.wsdl -b TarjanService_schema1.xsd -Xnocompile
- Amazon and eBay Web Services are all in ONE single WSDL file.
- eBay has some ambiguous names when using wsimport