Dear all,

There is an interesting messaging pattern between my company
and its partner. Partner sends a message containing a tag named
CSV that has multiple lines in it. Although we process all of them
separately, we assume it as one message. After processing has
been completed, we send a result message for every line in CSV.
Thus, request-responseS type messaging occurs.

This seems very strange when I look at the async messaging
samples that come with Axis2. If I understand correctly, when
client sends a request in an async-non blocker way, it also
starts an http server to listen response. When the server finishes
processing, it sends the result back to the client's http server.
Consequently, each request has one response.

AFAIK, we are allowed to have one-way and request-response
type operations, but not request-responseS.

Is there a way to handle request-responseS type messaging
with Axis2? Or do I ne ed to convince my boss to give these kind
of messaging up? :)

Thanks a lot,

Ali Sadik Kumlali


Yahoo! Mail
Bring photos to life! New PhotoMail makes sharing a breeze.

Reply via email to