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.

Updated on: 17-Dec-2019

191 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements