Logic to Include in the HTTP Client
When using HTTP, the client must include logic to:
Submit a POST request to
Integration Server.
Address the request to the URL of the service that is to process the EDI document, for example,
http://rubicon:5555/invoke/myEDIServices.v1/processEDIDoc).
Set the content type to
application/EDIstream in the HTTP request header.
Put the EDI document to be processed in the body of the message. The document must be the only text that appears in the body of the request.
Important:
Do not include manual line breaks at the end of the EDI document like you might do with an XML document.