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,);
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
-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
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
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