On Wed, 2009-04-15 at 09:29 +0000, Nair, Anushree wrote: > Hello, > > > > Using WS-Addressing we wish to design a client such that the following > sample purpose is achieved. > > 1. A SOAP Client will create a WS-Addressing header as shown in > the diagram below and send it to Axis server > 2. The service Banking Service, will create its own addressing > header so that the message is passed to the Authentication > service. > 3. The Authentication service, after processing the request > received, will reply back to the banking service > 4. After receiving the response from Authentication Service, the > Banking Service responds back to the SOAP Client. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Is this design scenario possible using WS-Addressing?
Yes. > > > Is it possible for a service to route the request sent by a client to > another service and send the response received from the second service > back to the client? Yes. > > > > Regards, > > Anushree > > > > > > > >
