Hello WSIF experts!

Happy New 2005 Year to all!

Recently, I discovered WSIF and it looks awesome!  Have run some examples
with it.  Not everything works smoothly and I will have to dive into the
code myself, which I will do very reluctantly, since I'd rather concentrate
on my project rather than WSIF code, but this is the nature of the open
code.

Now to my question.  When I ran an example involving asynch invocation, i.e.

ok  = operation.executeRequestResponseAsync(input, responseHandler);
/* there is a definition of: public class AsyncResponseHandler implements
WSIFResponseHandler  {} */

I got this cute Exception:

org.apache.wsif.WSIFException: asynchronous operations not available
     [java] at
org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.executeRe
questResponseAsync(Unknown Source)
     [java] at
com.edrient.manager.samples.wsif.DynamicInvoker.invokeMethod(DynamicInvoker.
java:291)
     [java] at
com.edrient.manager.samples.wsif.DynamicInvoker.main(DynamicInvoker.java:105
)
     [java] Exception in thread "main"
     [java] Java Result: 1

So, is WSIFOperation.executeRequestResponseAsync() avail or not?  What
versions support it?  I got the lattest stable (downloaded around mid
December 04).

Need you help ASAP!

Thanks a lot in advance,

Greg

Reply via email to