cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to see incoming HTTP request in PI in SMICM

Former Member
0 Kudos

Hi All,

"All the HTTP requests coming into PI woudl hit the ICM and hence should be visible in the trace of SMICM"

On the above assumption, I have done the fol:

1) In SMICM -> Set the trace level to 3

2) Posted HTTP messages to PI.

Now will I be able to see the incoming HTTP message (with proper headers and payload) in PI in the Trace file in SMICM?

If not then where can I see this message?

I have read the blog on TCPGATEWAY also but just want to know if I can see this in SAP itself without TCPGATEWAY?

regards,

Piyush

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181985
Active Contributor
0 Kudos

You can see the message in SXMB_MONI tcode.

Former Member
0 Kudos

I know I can see that in MONI.

But in MONI it parses the received HTTP request and shows as SOAP Header, Bode and payload.

I want to know the EXACT HTTP REQUEST received by PI from the HTTP Client.

regards,

Piyush

former_member200962
Active Contributor
0 Kudos

--SXMB_MONI > Double-click on Inbound Message itself....is this whta you are looking for

Sorry it does not show you payload!

Regards,

Abhishek.

Edited by: abhishek salvi on Apr 28, 2010 11:50 AM

former_member181985
Active Contributor
0 Kudos

>>But in MONI it parses the received HTTP request and shows as SOAP Header, Bode and payload.

the payload is the exact HTTP request message. apart from this if you need more information on HTTP request you can use TCPGATEWAY which u suggested.

Former Member
0 Kudos

The payload is definitly exaclt same as the HTTP request payload.

But what about the HTTP headers that were sent by the HTTP Client? Where do I see the HTTP headers?

I hope I am being reasonable here...

regards,

Piyush

Former Member
0 Kudos

ne thoughts????