cancel
Showing results for 
Search instead for 
Did you mean: 

Where to view raw http transaction information

Former Member
0 Kudos

Does anyone know if there is a tcode or log that can be accessed to see the raw http data that was received including all header information (before it gets to the adapter)? Also, is there any infrastructure diagrams that show the path of a http transaction through all the components going inbound or outbound?

Accepted Solutions (0)

Answers (3)

Answers (3)

prateek
Active Contributor
0 Kudos

There is an easy procedure. You can use TCPGateway.

/people/stefan.grube/blog/2007/03/29/troubleshooting-soap-http-and-mail-adapter-scenarios-with-tcpgateway

Regards,

Prateek

Former Member
0 Kudos

Hi,

While sending data using HTTP means , we dont require Adapter here.

Data will be directly posting to IE for further process.

After data is posted using HTTP post, we can see the data in SXMB_MONI---Inbound Payload

Check these

http://help.sap.com/saphelp_nw04/helpdata/en/43/64dbb0af9f30b4e10000000a11466f/content.htm

/people/william.li/blog/2006/04/18/dynamic-configuration-of-some-communication-channel-parameters-using-message-mapping

/people/community.user/blog/2006/12/12/http-to-rfc--a-starter-kit

Regards

Seshagiri

Former Member
0 Kudos

Hey

HTTP directly comes to the integration engine(does not goes to adapter engine),so you can see it in sxmb_moni->inbound message->payload.

Thanx

Aamir

Former Member
0 Kudos

Aamir,

Tcode sxmb_moni will show the payload, but what I am looking for is the raw HTTP header information that was sent to XI which includes the URL and associated parameters. I don't believe I can see this in sxmb_moni, and if so where would it be found?

Thanks,

John