cancel
Showing results for 
Search instead for 
Did you mean: 

How can I get the SOAP message send to Web Service

0 Kudos

Hi, Collegue:

I have a consumer proxy class generated from ABAP workbench.

However, when I execute the method of that class, it get a exception from the soap.

"Unexpected element -el=definitions ns=http://schemas.xmlsoap.org/wsdl/"

I am wondering the root cause of the exception.

I think I should have set the logical port correctly. I want to see the Soap message sent out correctly

Anyone has the idea how to get the message?

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Xin,

you can use transaction SXMB_MONI to view/monitor outgoing and incoming XML-Messages.

This should be the easiest way for you to track messages. I'm not sure about the SOA-Manager capabilities, it might have a similar feature.

Hope this helps,

Justus

Former Member
0 Kudos

Hi,

SXMB_MONI is only useful if you use the PI integration engine.

In my CRM 2007 system, I can monitor all the web services calls (incoming and outgoing) from SOAMANAGER monitoring and trace and I don't get anything with SXMB_MONI...

Regards,

Olivier

Former Member
0 Kudos

Hi,

I don't know if ABAP will provide a message monitoring, but you can use a HTTP Sniffer. There are many on the net, you can try the Wireshark, its good.

Best regards

0 Kudos

Hi, Since the ABAP Programming is all on the server side,

I am wondering whethere it is possible to capture the data by the sniffer?

Former Member
0 Kudos

Hi,

Use SOAMANAGER trace and monitoring possibilities.

You will be able to see the XML http request and the XML http response.

Regards,

Olivier