Read a SOAP Message

P

Phillip Taylor

I have a VB.NET Soap Client that makes a SOAP call and then crashes
because it doesn't like the XML even though I'm pretty sure it's valid
SOAP.

How can I find out what the SOAP Response my VB APP recieved was?
Bearing in mind that SOAP Server is not written in VB.NET.

Thanks

Phill
 
R

rowe_newsgroups

I have a VB.NET Soap Client that makes a SOAP call and then crashes
because it doesn't like the XML even though I'm pretty sure it's valid
SOAP.

How can I find out what the SOAP Response my VB APP recieved was?
Bearing in mind that SOAP Server is not written in VB.NET.

Thanks

Phill

I'm not 100% sure what the code is for doing it, but you can post
directly to the web service with just html and get the response that
way. This is basically what the asmx testing tool does in Visual
Studio (F5 a web service project and you'll see what I mean) so you
might be able to look at it's markup and see what it does.

Thanks,

Seth Rowe [MVP]
 
G

Guest

I have a VB.NET Soap Client that makes a SOAP call and then crashes
because it doesn't like the XML even though I'm pretty sure it's valid
SOAP.

How can I find out what the SOAP Response my VB APP recieved was?
Bearing in mind that SOAP Server is not written in VB.NET.

Thanks

Phill

You can use an application like PocketSoap TCP Trace, WireShark, or
Fiddler.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top