Skip to Content
0
May 30, 2011 at 10:31 AM

Response Creation in Wrapper Class SICF

42 Views

Hi All,

The scenario is

A third party system is sending text using HTTP post method to the URL which is defined by us. We are accessing this text in a wrapper class, which is included in the SICF service. From SICF service we are creating a message in SXI_MONITOR as mentioned in below link.

/people/william.li/blog/2009/03/19/adapter-user-module-for-http-adapter

Now we want to send a response back to the third party system. How to create a response and sent to the third party system?

The third party system want the response from the server means once they hit the URL they should immediately get the response. Ex: When we hit any URL we get a response from site showing their page or any message. In our case the response is blank page.

Please guide