Skip to Content
-1
Former Member
May 30, 2007 at 06:45 PM

HTTP request/response handling in BSP

418 Views

Hi All,

I have a requirement of receiving XML data from an external system via HTTP request and sending back XML data to the external system through HTTP response. For that, I have written one BSP application.

When I invoke the BSP application from Internet Explorer ( Using the URL in address bar ), I am getting the response back properly and the response XML is properly displayed in the browser.

But when the external system invokes the BSP application through a Java program ( Using URLConnection object ), then I am not able to retrieve any data from the HTTP request in the BSP application and the external system is also not able to retrieve any data from the response.

But the HTTP status shows connection is OK ( status 200 ).

What may be the problem ? Do I need to change anything on the BSP application / ICF settings ?

Any input is highly appreciated.