The following example describes how to create a Control-M Web Services API static proxy client created using AXIS. You can create web service clients using many vendors, each with its own syntax. Refer to your vendor’s documentation to determine the exact syntax for your web service client.
NOTE: All communication details with Control-M/EM are handled by the Control-M Web Services API. This is defined according to the Account Management Utility. For more information, see Control-M Web Services API account management.
To create a Control-M Web Services API Java AXIS RPC client:
java -classpath <AXIS required jars> org.apache.axis.wsdl.WSDL2Java <the service URL>
javac -classpath <Axis home>\lib\axis.jar;<Axis home>\lib\jaxrpc.jar -d .\ . .\com\bmc\www\ctmem\schema900\*.java
jar cvf AxisGenerated.jar com
Parent Topic |