cancel
Showing results for 
Search instead for 
Did you mean: 

How to get full SOAP message sent from XI to web srvice

Former Member
0 Kudos

Hi guys!

In my scenario IDoc->XI->SOAP I need to see the SOAP message, which arrives into target web service. Where can I see it? I suppose in sxmb monitor, but which part? I can not find it...

Thanx, Olian

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Sure is possible You need to use the TCP gateway.

Check this blog to set it up and use it . Quite simple,

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

Regards

Bhavesh

Former Member
0 Kudos

Bhavesh,

Thanks for the pointer

Regards

krishna

Former Member
0 Kudos

Thanx, but isn't the XML visible from the SXMB monitor?

I don't need to see absolute whole message with

POST.....

...

I need only the SOAP message..

O.

Message was edited by:

Olian Saludew

bhavesh_kantilal
Active Contributor
0 Kudos

In MONi you will only be able to see the XML payload or rather the SOAP Body.

If you want to see the entire HTTP post message used by the SOAP adapter will the SOAP Enevlope you need to use either,

1. The TCP Gateway as shown in Stefan's Blog

or,

2. Follow the instructions in this thread. You would need to turn on Synch Logging in the Visual Admin for this though,

I would suggest you follow Stefan's blog as it is quite simple rather than turning on Synch Logging in the Va.

Regards

Bhavesh

bhavesh_kantilal
Active Contributor
0 Kudos

Even if you want to see the SOAP Message you need to use either of the 2 optios above.

Regards

Bhavesh

Answers (0)