Re: [Axis2] Non-blocking dual client

2006-07-26 Thread robert lazarski
-Mensaje original- De: Eran Chinthaka [mailto:[EMAIL PROTECTED] Enviado el: sábado, 22 de julio de 2006 16:28 Para: axis-dev@ws.apache.org Asunto: Re: [Axis2] Non-blocking dual client Hi Marta, If there is an NPE, I will fix it. But I'm sorry I'm missing something here. You *must

RE: [Axis2] Non-blocking dual client

2006-07-26 Thread Marta García Rueda
axis-dev@ws.apache.org Asunto: Re: [Axis2] Non-blocking dual client Hi Marta, If there is an NPE, I will fix it. But I'm sorry I'm missing something here. You *must* have a relatesTo value, when you do a dual channel, non-blocking invocation. So what do you mean by saying "in my

Re: [Axis2] Non-blocking dual client

2006-07-22 Thread Eran Chinthaka
e but I don´t know how to obtain the webservice response. > > > Thank you very much. > > Marta García. > > -Mensaje original- > De: robert lazarski [mailto:[EMAIL PROTECTED] > Enviado el: miércoles, 19 de julio de 2006 20:32 > Para: axis-dev@ws.apach

RE: [Axis2] Non-blocking dual client

2006-07-20 Thread Marta García Rueda
. -Mensaje original- De: robert lazarski [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 19 de julio de 2006 20:32 Para: axis-dev@ws.apache.org Asunto: Re: [Axis2] Non-blocking dual client You're trying to do dual channel non-blocking, right? Several things here don't make sense

Re: [Axis2] Non-blocking dual client

2006-07-19 Thread robert lazarski
You're trying to do dual channel non-blocking, right? Several things here don't make sense to me here. Perhaps with some more info maybe we can help: 1) You say you are using codegen with a hashMap - but there is no wsdl type for java.util.HashMap . 2) CodeGen generates its own *CallbackHandler

[Axis2] Non-blocking dual client

2006-07-19 Thread Marta García Rueda
Hi, I´m doing an asynchronous client for a web services with the Code Generator Tool and my stub class it´s like that:   _operationClient.getOptions().setUseSeparateListener(true); _operationClient.getOptions().setTransportInProtocol(org.apache.axis2.Constants.TRANSPORT_HTTP); org.apa