>From what I recall, this works.
It fires up a thread to do the request and returns to the client.
See the test case in xml-axis/java/test/wsdl/oneway.
Hook up tcpmon and see if the request goes out.
--
Tom Jordahl
-----Original Message-----
From: Mark D. Hansen [mailto:khookguy@yahoo.com]
Sent: Wednesday, August 27, 2003 5:35 PM
To: AXIS Devs (E-mail)
Subject: FW: need help using Call.invokeOneWay()
Is there any information out there regarding Axis' support (or lack of) for javax.xml.rpc.Call.invokeOneWay()
?? I posted the below on the Axis User list, but didn't hear anything back.
I notice that the Javadoc for org.apache.axis.client.Call.invokeOneWay( ... ) states that
"NOTE: the return immediately part isn't implemented yet ...".
If "return immediately" isn't implemented, then what is?
Thanks,
Mark
> -----Original Message-----
> From: Mark D. Hansen [mailto:khookguy@yahoo.com]
> Sent: Tuesday, August 26, 2003 10:16 AM
> To: AXIS Users (E-mail)
> Subject: need help using Call.invokeOneWay()
>
>
> Has anyone worked with the method
> org.apache.axis.client.Call.invokeOneWay(Object[] params) ??
> It does not seem to be working for me. No exception is
> thrown by the client, but the web service is not executing.
>
> Is there any sample code out there that uses this method that
> I can look at?
>
> Thanks,
>
> Mark
>
|