Hi All, Did somebody worked before with Apache SOAP on Resin. I get Some namespaces errors when I try to deploy my webservice.
This is the fault: <?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 'ns2'.</faultstring> <faultactor>/mxs-soap/servlet/rpcrouter</faultactor> </SOAP-ENV:Fault> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Please is there any one who can help, Thanks in advance, Mohssin -----Original Message----- From: Mohssin Assaban [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 07, 2002 10:04 AM To: [EMAIL PROTECTED] Subject: 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>
