| Author |
Could not recognize the SOAP XML Namespace while invoking MessageRouterServlet
|
Jayaseelan Shanmugam
Greenhorn
Joined: Mar 06, 2005
Posts: 7
|
|
Could not recognize the SOAP XML Namespace while invoking MessageRouterServlet: The error as follows: <?xml version='1.0' encoding='UTF-8'?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xm lns: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:Server</faultcode> <faultstring>service 'http://schemas.xmlsoap.org/soap/envelope/' unkno wn</faultstring> <faultactor>/WebServiceServer/messagerouter</faultactor> </SOAP-ENV:Fault> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
|
 |
William Barnes
Ranch Hand
Joined: Mar 16, 2001
Posts: 965
|
|
|
Please post the soap message which gave you this error.
|
Please ignore post, I have no idea what I am talking about.
|
 |
Jayaseelan Shanmugam
Greenhorn
Joined: Mar 06, 2005
Posts: 7
|
|
<?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:Header> </SOAP-ENV:Header> <SOAP-ENV:Body> <purchaseOrder xmlns="urn reilly-jaws-samples"> <shipTo country="US"> <name>JaySee</name> <Street>Sigamani Nagar</Street> <City>Chennai</City> <State>Tamil Nadu</State> </shipTo> <items partNum="999-JJJ"> <productName>Candy Canes</productName> <quantity>999</quantity> <price>1.68</price> <comment>I want Candy!</comment> </items> </purchaseOrder> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
|
 |
William Barnes
Ranch Hand
Joined: Mar 16, 2001
Posts: 965
|
|
|
Are you attempting to pass a single quote in your message without xml encoding it? Are you using the word OReilly with a single quote?
|
 |
 |
|
|
subject: Could not recognize the SOAP XML Namespace while invoking MessageRouterServlet
|
|
|