You have built the inbound and outbound XML bindings files in your development environment. Now you need to deploy or publish three of the generated files to the server:
HTTPInboundXMLBindService.properties file
iiiPRO04_request.xml.jar file
iiiPRO04_response.xml.jar file
To publish these files, you will:
Open the JSM Server within your Project tab
From the property files generated for the XML Request and XML Response, create a combined properties file for the HTTPInboundXMLBindService.properties, which the server function will be using.
Send the files to the Integrator folder (within your project folder). The jar files will be moved the Integrator/bindings folder and the properties file will be moved to the Integrator/Properties folder.
Publish Section for the Properties file, which will create a section within the equivalent Properties file on the server
Publish the jar files, which will move them to the /bindings folder on the server

Save the file and close the Property Editor.
The java path is case sensitive. Note also that in the example shown, the build has capitalized the name of the service e.g. IiiPRO04_responseService. This is a Java standard and cannot be changed. Throughout this workshop, you should be aware that your service names will begin with a capital letter. If this point is overlooked, your function will fail on the BIND. |