Using Business Services for an HTTP POST Request

This feature uses the correlation data manager and HTTP adapter service. The correlation data manager maintains correlation data, which is the callback information for HTTP communication. You write code for the business service to get correlation data from the Correlation Data Manager. Correlation data can then be passed in your XML payload or in the HTTP header. You use the HTTP Adapter to post data to external sites. HTTP Adapter uses HTTPPostRequest to send data and HTTPPostResponse to receive a response.