You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by mw...@kinetrix.com on 2001/08/21 10:01:05 UTC

apache soap plug-in question

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




Re: apache soap plug-in question

Posted by Radek Wisniewski <rw...@datenknecht.de>.
Are you using Windows 2000?
I'v experienced problems wile running SOAP on Windows 2000 with weblogic
5.1 6.1 and Tomcat 4.0.
The problem was with invoking methods on server side while doing RPC like
in your example, unfortunately I couldn't find any solution.

The same (mounted on SAMBA) client and server composition run well on
Linux.

Ultimately I'v tryed axis, and it runs well on both platforms and all the
servers.

http://xml.apache.org/axis/

Radek Wisniewski
www.datenknecht.de

On Tue, 21 Aug 2001 mwhite@kinetrix.com wrote:

> 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
>
>
>
>


Re: apache soap plug-in question

Posted by Radek Wisniewski <rw...@datenknecht.de>.
Are you using Windows 2000?
I'v experienced problems wile running SOAP on Windows 2000 with weblogic
5.1 6.1 and Tomcat 4.0.
The problem was with invoking methods on server side while doing RPC like
in your example, unfortunately I couldn't find any solution.

The same (mounted on SAMBA) client and server composition run well on
Linux.

Ultimately I'v tryed axis, and it runs well on both platforms and all the
servers.

http://xml.apache.org/axis/

Radek Wisniewski
www.datenknecht.de

On Tue, 21 Aug 2001 mwhite@kinetrix.com wrote:

> 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
>
>
>
>