get "prefix cannot be "null" when creating a QName" when calling xfire web
services
-----------------------------------------------------------------------------------
Key: XFIRE-1098
URL: http://jira.codehaus.org/browse/XFIRE-1098
Project: XFire
Issue Type: Bug
Environment: client: .net
Reporter: allen
Assignee: Dan Diephouse
when calling a xfire web services using .net, the following exception thrown
System.Web.Services.Protocols.SoapHeaderException: prefix cannot be "null" when
creating a QName
at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
at ...
The web services are developed by the other one. He promised it can be called
by Java code correctly.
I called web services with the common .net way. Use vs.net to generate the
proxy class base on the wsdl, and then use following code to invoke the web
services.
WebReference.UserService u = new WebReference.UserService();
WebReference.TblRespcode r = u.getRespInfo();
I'm not familiar with Java. I don't know whether I've missed something when
calling xfire web services.
What shall I do? The .net missing something or the xfire missing something?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email