Hi,

I try to receive multiple async one-way messages in a axis2 ws-client. The server-side is a gsoap implementation. The idea is, that the client send a async message to the server, like register listener. As response the server sends multiple async messages back. The messages are events from the server side and are sent with seperate HTTP posts. Unfortunately the axis2 client receives only the first SOAPEnvelope in the own Callback object. But the output of tcpmon shows that more than one SOAPEnvelope (HTTP Post's) has been send by the server.

How can a axis2 client receive multiple async messages as response to one send?

Regards,
Markus

Reply via email to