I believe that means that it is synchronous (uses the same Thread)
rather than asynchronous (spun off to a worker thread).  Have you used
tcpmon to see if the client is at least sending a SOAP message?

-----Original Message-----
From: Mark D. Hansen [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2003 4: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:[EMAIL PROTECTED]
> 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
> 

Reply via email to