Hello, In the Axis User guide is written that there is the possibility to create web services simply deploying POJO Classes. In this case you have to use the receiver "org.apache.axis2.rpc.receivers.RPCMessageReceiver" and you have to specified it in the service.xml file.
But, is it possible to call a service implemented like this with an Asynchronous style? What I have to change in the client application and in the server? Is it possible also to pass a Callback function to the server? How can I do it? In the Axis2 guide it is written only to create noBlocking client for servers that use different receivers (org.apache.axis2.receivers.RawXMLINOutMessageReceiver and org.apache.axis2.receivers.RawXMLINOnlyMessageReceiver) Thank you for your help. Enrico -- View this message in context: http://www.nabble.com/Asynchronous-RPC-with-Server-POJO-tp20638701p20638701.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
