A brief overview of the process to be followed while creating a SOAP client.
Summary
The following is a brief outline of tasks to be carried out to create a SOAP client that uses the system API.
Setup the development environment with a SOAP tool kit
<<EXPLANATION>>
Download the system WSDL
<<EXPLANATION>>
Consume and generate the client stub in a specific language
<<EXPLANATION>>
Write the Client Application
<<EXPLANATION>>
Login
<<EXPLANATION>>
Commands
<<EXPLANATION>>
Logout
<<EXPLANATION>>
Compile and Run
<<EXPLANATION>>
More Information