Generating the Web Service Description Language (WSDL) file for each web service is required when you call web services with a Java client.
To generate the WSDL file for a web service
You typically see a message referencing an Axis service and SOAP access.
Axis generates a service description for the deployed service and returns it as XML in the browser, for example:
http://localhost:8080/usm/services/AccountService?wsdl
You have generated the WSDL. Use the webservice.wsdl file as input to web service calls (proxy-generation) when you generate java stubs for each web service.
Copyright © 2013 CA.
All rights reserved.
|
|