Title: Message
Hi,
 
  I have a SOAP server and a AXIS client. I get the following fault when I try to communicate with the server.
 
---------------------------------------------------------------------------------------------------------------------------------
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.BadTargetObjectURI
 faultSubcode:
 faultString: Unable to determine object id from call: is the method element namespaced?
 faultActor: /soap/servlet/rpcrouter
 faultNode:
 faultDetail:
 {http://xml.apache.org/axis/}stackTrace: AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.BadTargetObjectURI
 faultSubcode:
 faultString: Unable to determine object id from call: is the method element namespaced?
 faultActor: /soap/servlet/rpcrouter
 faultNode:
 faultDetail:
 
Unable to determine object id from call: is the method element namespaced?
----------------------------------------------------------------------------------------------------------------------------
 
 This is my code bit that is making call to the server.
------------------------------------------------------------------------

Service service = new Service();

Call call = (Call)service.createCall();

call.setTargetEndpointAddress(targetUrl);

call.setOperationName(remoteMethod);

call.setUseSOAPAction(true);

call.invoke(new Object[] {hashtable};

-------------------------------------------------------------------------------------------------------------
Everything works okay if I use a SOAP client.
 
Any response is appreciated.
 

- Jyothi Jayaraman

RESTRICTED - PROPRIETARY INFORMATION
The Information contained herein is for use only by authorized employees of SBC Services, Inc., and authorized Affiliates of SBC Services, Inc., and is not for general distribution within or outside the respective companies.

 

Reply via email to