I am working on sending a soap formatted xml string to a WebLogic Server
through version 2.2  of an Apache Soap plug-in. I have tried a variety of
methods to pass my routing information in, but the plug-in does not seem
to be reading it. Does anyone know if there is a special format for this?
The error I am getting is :

<?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/1999/XMLSchema-instance"; 
xmlns:xsd="http://www.w3.org/1999/XMLSchema";>
<SOAP-ENV:Body> <SOAP-ENV:Fault> 
<faultcode>SOAP-ENV:Server.BadTargetObjectURI</faultcode>
<faultstring>Unable to determine object id from call: is the method element
namespaced?</faultstring><faultactor>/soap/servlet/rpcrouter</faultactor>
</SOAP-ENV:Fault> </SOAP-ENV:Body> </SOAP-ENV:Envelope>

I have tried putting the uri into namespace as well as the first child element
with no luck so far. Thanks in advance to anyone that has an answer to this.

Mike White



Reply via email to