
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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