By using the appropriate tool, you can generate a client
SOAP stub for the Expanded Services API.
Before you begin
- A tool for generating SOAP client stubs in your target programming
language from a WSDL. This functionality is provided by many IDEs
as well as command-line tools that generally have names that begin
with "WSDL2" such as: WSDL2Java, WSDL2Perl, WSDL2CPP, and WSDL2C.
- Make sure the embedded WebSphere Application Server
is running.
Procedure
- Obtain the Enhanced Services SOAP API EntityResolver.wsdl file
by accessing the WebSphere® Application Server that is hosting Web
services. The file is located at: http://IBM_WebSphere_Application_Server_host:install_port/easws/resources/wsdl/EntityResolver.wsdl
- Run the SOAP client stub generation tool with the EntityResolver.wsdl file.
Results
The tool produces SOAP client stubs for the Expanded Services
API in your target programming language.