cancel
Showing results for 
Search instead for 
Did you mean: 

Webserice scenario

Former Member
0 Kudos

Hi Experts,

Webservice scenario:

1. Version1 : Basic webservice scenario.(Client1, webservice1)

2. Version2 : Added some more additions to the existing webservice scenario(Client2, Modified webserice1). Client 1 can't access version2 because of the old wsdl file and the latest changes are not applicable with the old wsdl.

Is there any way to figure out the clients ? Can we pass the client info in the SOAP Header or ?

3. Is there any way to redirect the activities according to the clients? When we create the wsdl file we can have only one outbound interface, but if we know from which client we get the request then we can redirect our request according to that client..

4. Where we have to mention the redirection? Sender Agreement or where?

5. Example :

a) MI_Outbound(Outbound interface) & same SOAP address -> if it is from client1 -> Call client service1(Mapping, Business service, cc and etc)

b) MI_Outbound(Outbound interface) & same SOAP address -> if it is from client2 -> Call client service2(Mapping, Business service, cc and etc)

Any suggestions on the above approach?

Regards

Sara

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sara,

You can do it receiver determination.

You need two sender agreements for each clients in order to distinguish them.

/wg