Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
Error in XML document while processing SOAP response
Yes, you should use your SOAP extension into your client app.
Example
Try adding the below code:
<webServices> <soapExtensionTypes> <add type="DebugTools.SOAP.SOAPTrace.SoapTraceExtension, DebugTools.SOAP" priority="0" group="High"/> </soapExtensionTypes> </webServices>
DebugTools.SOAP.SOAPTrace is the namespace of the SoapTraceExtension.
DebugTools.SOAP is the name of the assembly containing the soap trace code.
Advertisements
