.NET Framework Bookmark and Share   
 index > ASMX Web Services and XML Serialization > SOAP tracing
 

SOAP tracing

Hello. I have web services client what take contact to external web services server. The connection is ssl secured so I can't follow messages with external tracibg application. I need to know what is wrong in my client because I get exception: Response is not well formed XML.

I'm using WSE 2.0 and I need to find way for tracing raw soap responses from my app. I tried to change app.config, but I got some error messages. Could you help me with tracing problem or do you know straight why I get that exception? I'm using Clarion.NET but I understand c# code. I need example for wse 2.0.

Thank you very much!

Matti
Matti K.
I would go with Fiddler. Start here http://www.fiddlertool.com/Fiddler/help/httpsdecryption.aspand see if it makes sense.
Petru Gardea
I would go with Fiddler. Start here http://www.fiddlertool.com/Fiddler/help/httpsdecryption.aspand see if it makes sense.
Petru Gardea
Are you aware that WSE is obsolete? You should move away from WSE to WCF as soon as possible.
John Saunders
WCF is Web Services. They are not two separate things.
Use WCF for All New Web Service Development, instead of legacy ASMX or obsolete WSE
Use File->New Project to create Web Service Projects
John Saunders

You can use google to search for other answers

Custom Search

More Threads

• How Can a Web Service Know Original URL Called
• noNamespaceSchemaLocation using LINQ
• web method does not contain a definition
• asmx call through .net exposed as COM
• wse 2.0 and VS 2005
• WSE910: An error happened during the processing of a response message, and you can find the error in the inner exception. You
• Web Services Architecture
• Web Services .net framework 2 over SSL
• DataTable Namespace problem
• How to know if client loses connection, etc