cancel
Showing results for 
Search instead for 
Did you mean: 

how to see full soap message

Former Member
0 Kudos

I try to invoke an external webservice so I used an SOAP adapter.but it gets time-out error.

I think the reason is that XI send an SOAP message in different format,maybe namespace is wrong.

so i need to see full soap message going to this external service.When i search it from message monitoring in RWB. it only shows me error response message (timeout), it doesnt give any detail about soap message going.

So how can i trace this soap message?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Michal;

I couldnt observe SOAP messages sent to an external webservice in message monitoring.

I see only error messages in received messages part.There is no any entry in sent messages.

I think i must search in sent messages section because i want to look at SOAP message going to an external webservice.

What maybe the reason about not any message exist in "sent messages"? although i did as you said about changing parameter value in Visual Admin

Thanks

prateek
Active Contributor
0 Kudos

I hope you are checking the error in the audit log. Could you see anything in the tab next to audit log about the messages?

Alternative way of tracing your soap calls would be use of tcpgateway.

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

Regards,

Prateek

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>What maybe the reason about not any message exist in "sent messages"? although i did as you said about changing parameter value in Visual Admin

send messages section is for those that are received by XI

so you need to be looking for messages in the received section ok ?

so:

1. click on reveiced messages

2. click on details

3. click on display message bytes

do you see it now ?

Regards,

Michal Krawczyk

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

you can see the payload of SOAP message in

http://host:port/MessagingSystem/monitor/monitor.jsp

but only if your message is asynchronous

if you want to monitor payload of sync also you need to set this parameter

messaging.syncMessageRemover.removeBody = false

in Visual admin for AF messaging service

then you can see eveything there

Regards,

Michal Krawczyk