You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by Mohssin Assaban <mo...@OurMaroc.com> on 2002/05/07 10:03:37 UTC

soap running under Resin-2.1.0

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>