One way operation not supported by Axis2
----------------------------------------
Key: AXIS2-2434
URL: https://issues.apache.org/jira/browse/AXIS2-2434
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Affects Versions: 1.1.1
Environment: Windows XP, JMS transport for Axis2, binary distribution
Reporter: Khaled BADRI
Fix For: 1.2
When using the JMS transport for a web service which have a one way operation
(void runPublisher() ) and when calling it from a client , it came up with this
exception:
<<
23 mars 2007 14:26:33 org.apache.axis2.transport.jms.JMSSender invoke
ATTENTION: Did not receive a JMS response within 30000 ms to destination :
topic://pubtopic.TestTopic
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:252)
at
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:202)
at
src.src.PublishingServiceStub.echoPublisher(PublishingServiceStub.java:154)
at src.src.ClientEcho.main(ClientEcho.java:17)
>>
The client is not expecting a response when it calls the operation but Axis 2
seems to be waiting for one anyway and it times out after 30 seconds.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]