users@jax-rpc.java.net

Re: Licencing,Interaction Modes,Data Types

From: Sudeep Chandran <novicedeveloper_at_REDIFFMAIL.COM>
Date: Fri, 17 May 2002 05:24:20 -0600

Thanks Arun !

Am stuck with this.

I went thru the WSDL Spec...It says

--------------------------------------------------------------------------
WSDL has four transmission primitives that an endpoint can support:

           1 One-way. The endpoint receives a message.
           2 Request-response. The endpoint receives a message, and sends a correlated message.
           3 Solicit-response. The endpoint sends a message, and receives a correlated message.
           4 Notification. The endpoint sends a message.
------------------------------------------------------------------------

As You have previously replied JAX-RPC supports first two .

I have a scenario where in I need to send asynchronous notifications to the server
ie (4) . How do I do that? Do I need to use JAXM ?

Thanx and Regards
-Sudeep Chandran