Hi All, I build a web service using apache soap running
under Tomcat 4.0.3. It works fine en without any problem. When I switched to
Resin2.1.0, I got some problems with the namespaces . One of the fault is
listed below. I replaced the XML parser of Resin with Xerces. But I still get
the fault…. Can some body help me with this. Thanks in advance, Mohssin <?xml version="1.0"
encoding="UTF-8" ?> - <SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"> - <SOAP-ENV:Body> - <SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Client</faultcode>
<faultstring>Unable to resolve namespace URI for
'soapenc'.</faultstring>
<faultactor>/mxs-soap/servlet/rpcrouter</faultactor>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope> |
- A IE 6.0 patch pritesh_saharey
- Mohssin Assaban