I've been using the APACHE SOAP implementation for
some project but I've reached a point where I really
need some help, some advice.The problem is related to
this  scenario :
        Client A makes a request to Web Service B ( calls a
method from this web service) , then Web service B
forwards the request to an object C (could be a Web
service) that replies to the client A . So this
scenario models a half-forwarding broker architecture,
in which B is the broker, A is the client and C is the
supplier that responds directly( not thru B) to A.
        How can I implement this forwardind action( with
Apache Soap or AXIS) ? How can I pass the request from
B to C and then reply to A from C ?
        Do I have to modify the servlet that is
responsible with the processing of RPC or message
based requests ?
        I also want to switch to the Axis platform so any
advice would be a great help.
 Yours truly, Daniel Crisan.

__________________________________
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com

Reply via email to