Hi all,
Sorry for my last email without body!
I'm new to Axis2/Java and want to create an asynchonous web service. My POJO
looks like:
interface AsyncService{
public String echo (String echo);
}
The request should return immediately and the response should be send in an
asynchronous manner.
Is there a sample/tutorial available about this topic?
What does the WSDL looks like?
I have download Axis2-1.1.1. and can't find any samples.
Any hints are welcome!
Markus
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]