Designing the XML Request and Inbound Service

You should work with the external system to determine the information they require for this message. If a system service already exists to extract all the required information, you may use that service. However, it's possible that you would need to create a new service to extract the information you need.

Your implementers must create an appropriate service and then use the schema editor to create request and response schemas based on this service.

Note: Message ID. If you expect an asynchronous response to this message, the request and response schemas must include a private attribute to hold the MessageID.

Create an XAI inbound service for extracting the appropriate information and building the XML request.