Hi @jr@, See the ADB example from my devWorks article: http://www.ibm.com/developerworks/webservices/library/ws-java3/ You probably want to look at the ADB wrapped example code, since you're not unwrapping the messages. The example includes an asynchronous call, and the article also has some discussion of how the asynchronous support works in Axis2.
- Dennis -- Dennis M. Sosnoski SOA and Web Services in Java Axis2 Training and Consulting http://www.sosnoski.com - http://www.sosnoski.co.nz Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117 Arlindo wrote: > Hi All... > > I would like to create an asynchronous client using ADB, is it possible? > I have the client classes generated by the tool (wsdl2java) with the > correct parameters (I think) > > ( wsdl2java -uri XXX.wsdl -p packXXX -d adb -a -o build/client ) > > but I don't know what is the right way to use the "XXXXCallbackHandler". > Could you, please, give me a simple example of how should I proceed? > > Many Thanks in Advance > @jr@ > > (( With the synchronou's ADB client, I dont have any problem...)) > > > _______________________________________________________ Yahoo! Mail - > Sempre a melhor opção para você! Experimente já e veja as novidades. > http://br.yahoo.com/mailbeta/tudonovo/ > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
