Solved: Call with null namespace URI for method null

2003-11-20 Thread asif . jiwani
Title: Solved: Call with null namespace URI for method null In case people are still getting it , use this: QName qname1 = new QName(,);         call.setOperation(qname1,);

RE: Call with null namespace URI for method null

2003-01-21 Thread Mike Burati
quot;literal"); or client.setOperationUse(org.apache.axis.enum.Use.LITERAL_STR); -Original Message- From: Mike Burati [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 11:40 AM To: '[EMAIL PROTECTED]' Subject: RE: Call with null namespace URI for method null The error message is complaining

RE: Call with null namespace URI for method null

2003-01-21 Thread Mike Burati
-Original Message- From: Willie Slepecki [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 10:56 AM To: [EMAIL PROTECTED] Subject: Call with null namespace URI for method null i am trying to get a service going, and when i try to run the thing, i get this: [...] AxisFault f

Call with null namespace URI for method null

2003-01-21 Thread Willie Slepecki
i am trying to get a service going, and when i try to run the thing, i get this: [...] AxisFault faultCode: {http://xml.apache.org/axis/}Call.invoke faultString: Cannot invoke Call with null namespace URI for method null faultActor: null faultDetail: stackTrace: AxisFault faultCode

Issue sample MsgDispatcher. Call with null namespace URI for method null !

2002-03-09 Thread herve attia
ent.setOperationName( "doSubmission" ); client.invoke(); ... I got the following error : 2002-03-09 14:39:58 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception Cannot invoke Call with null namespace URI for method null at org.apache.axis.client.Call.inv