Java Reference
In-Depth Information
A web service will then be generated with method stubs for all operations defined in
the WSDL.
At this point we simply need to add the method bodies for all the
generated methods.
In this example, we used the WSDL that was generated from our previous example,
which is redundant since we already have implementations for all the operations.
However, the procedure illustrated here applies to any WSDL file, either in the local
file system or deployed in a server.
 
Search WWH ::




Custom Search