Page History
To begin, you will learn a few JSM specific concepts related to XML files and bindings. Writing or obtaining the XML would usually be the first step in your application. The XML is required by the XML Binding Wizard to map the bindings.
Usually, there will be two XML files involved when writing the client and server side of an application. In this course, they will be referred to, as the request and response XML:
...
This table summarizes the relationship between the input XML, the jar files and JSM command which are used for this exercise:
Input XML | Binding | Jar file | JSM Command |
|---|---|---|---|
iiiPRO04_request.xml | Inbound | iiiPRO04_request.jar | GET |
iiiPRO04_response.xml | Outbound | iiiPRO04_response.jar | SET |