Error call a service without return value -----------------------------------------
Key: AXIS2-1002 URL: http://issues.apache.org/jira/browse/AXIS2-1002 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: client-api Affects Versions: 1.0 Environment: Windows XP, JDK 1.4, Tomcat 5.5, Axis2 1.0 Reporter: srusda Attachments: HelloService.aar, ServiceClientTest.java, ServiceClientVoid.java Hi All, I get exception when i call a service without return value. it doesn't happen for a service with a return value. when i call a service without return value, i'll get this exception : org.apache.axis2.AxisFault: Incoming message input stream is null at org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:64) at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:349) at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:279) at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:457) at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:399) at org.apache.axis2.rpc.client.RPCServiceClient.invokeBlocking(RPCServiceClient.java:60) the service & client code are attached. any help will be appreciate. regards, srusda -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]