Cisco Cisco Workload Automation 6.3 Entwickleranleitung

Seite von 24
6
Web Services Procedures
Generating the CWA Web Services SOAP API
<hostname> — Host name used to access the CWA Web Client (CWA Web UI).
<port> — Port number used to access the CWA Web Client (CWA Web UI).
<DSP Name> — Name of Data Source Provider of the target CWA Plug-in, which is the name that the user 
specifies when installing a CWA Plug-in.
These documents conform to the following specifications:
(SOAP 1.1)
(SOAP 1.2)
3.
Generate the client source code in Java, C#, or other languages using a tool, such as wsimport that comes with JDK 
1.6, as shown in the following example:
wsimport -keep -verbose -extension -s <Target Source Directory> -d <Target Build Directory> -p 
<Target Package Name> <WSDL File>
4.
Use the generated object classes to complete the client application.
For information on the sample client provided, see 
.
For information on using the dateTime parameters in the CWA Web Services SOAP API, see