Hi David, Suppose that i NEED to have asynchronous calls to various Web Services. As you said, actually axis don't support it, but I think i could do two things:
a) Implement Jms invokations myself, with topic, subscriber and so on. b) make a multithreaded client. What do you think about this options or any other??' I really need this behaviour. Regards, Enrique. Mensaje citado por David Chappell <[EMAIL PROTECTED]>: > Currently the support within Axis 1.0 is in the form of a transport > binding that can be used as an alternative to HTTP. This means it can > be used for synchronous RPC, message-style request/response, and > invokeOneWay(). Over the next several months we will be revamping the > core Axis engine to support a asynchronous message exchange between the > service and the client. This will include the decoupling of the request > and response handler chains, and an asynchronous callback mechanism in > the client. We will keep the axis-user list informed as we progress. > Dave > > > > Enrique Rodr�guez wrote: > > > > Is there any JMS Asyncronous example, or could anybody give me any > > clue to do it???? > > > > Thank you very much, Enrique. > > -- > Sonic Software - Backbone of the Extended Enterprise > -- > David Chappell <[EMAIL PROTECTED]> Office: (781)999-7099 > Mobile: (617)510-6566 > Vice President and Chief Technology Evangelist, Sonic Software > co-author,"Java Web Services", (O'Reilly 2002) > "The Java Message Service", (O'Reilly 2000) > "Professional ebXML Foundations", (Wrox 2001) > -- > Hola
