cancel
Showing results for 
Search instead for 
Did you mean: 

Change sender in a proxy call

Former Member
0 Kudos

Hi all,

we have a problem in the following scenario.

We have implemented a WebService, which can be accessed from several third-party clients using the same WSDL with Business System 'entry'. It entries to XI and we pass the masseage to a different ABAP-clients depending on the payload.

Now, we want to access this WS from ABAP-Clients via proxy. So, XI takes sender as ABAP-client, and we would like to change this in order to be the same Business system as beofre; 'entry'.

There is any way to do that?

Thank you!

Accepted Solutions (0)

Answers (1)

Answers (1)

VijayKonam
Active Contributor
0 Kudos

Just create another configuration scenario for the ABAP clients with no sender agreement. The same WSDL would work when u import it in to the ABAP web dynpro.

VJ