Syntax error Error in XML document while processing SOAP response

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: 2019-12-17T06:46:33+05:30

315 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements