cancel
Showing results for 
Search instead for 
Did you mean: 

To update data from SAP to webservices

Former Member
0 Kudos

Hi there,

I need to update data in the .NET system when i running upload material master program.

Could anyone give me some example, how to pass the data from SAP to XI then pass it to function inside web services.

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Emel,

Refer to the following blog:

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1684] [original link is broken] [original link is broken] [original link is broken];

Hope it helps.

Regards,

Lavita

sumesh_k2
Participant
0 Kudos

HI,

You can pass data from SAP to XI via an Outbound proxy to XI.

XI to .net can be configured using Receiver SOAP adapter as you have a webservice at .net side.

Former Member
0 Kudos

Hi,

For this u need to use the SOAP adapter.

get the WSDL from the .net application and use that WSDl as external definition in XI. Use SOAP receiver adapter which is used for receving the SAP message.

refer the below link

chirag