cancel
Showing results for 
Search instead for 
Did you mean: 

XI web service call

Former Member
0 Kudos

Hi

I have implemented a proxy in SAP system based on Message Type in XI. When executing the function module that use the proxy, I get a popup telling me to provide username and password for the XI system (The call to the web service goes via XI).

I want the system to do this logon by itself. Is this possible?

I guess the proxy use an RFC connection to the XI system, but there is no place where this connection is explicitly set in the proxy. There is also no place in the proxy where I can set any password for this logon.

Does anyone know what, if any, RFC destination this proxy use?

regards Ole

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ole,

there seems to be some problem with the RFC destination.

Login to your Business System where you created proxy...

Go to transaction code ..<b>SXMB_ADM</b> ->Integration Engine Configuration.

There you will find the destination name mentioned ..most probably XI_INTEGRATIONSERVER. In that destination mention the correct username and password.

Do let us know if it doesnt work.

Regards,

Sumit

Former Member
0 Kudos

Hi Sumit

Yep, the SXMB_ADM transaction was the key...

regs Ole

Former Member
0 Kudos

hi,

in RFC connection give password in UPPER CASE.it will automatically connected.

regards

ajai

Answers (1)

Answers (1)

Former Member
0 Kudos

Definitely.. its the prob with your RFC destination.

Either you are using wrong user id n password.

or your used id has been locked because of putting wrong password and exceeding the max no of trials.

Go to your RFC destination using SM59. And click on Remote Logon. you should be able to log on to the target system.

Regards

Pushkar