cancel
Showing results for 
Search instead for 
Did you mean: 

How to send HTTP message to XI server from .NET application.

Former Member
0 Kudos

I am using runtime workbench to send message and putting information in the payload. Please note I am learning XI.

To test differently I created a asp.NET applcation. How can I send the HTTP message along with the payload to XI Server. FOr security I substituted actual namespace name and other info.

The HTML looks like this

runat="server" NavigateUrl="http://xxxxxxxxx:8001/sap/xi/adapter_plain?namespace=urn:xxxxxxxxxxxxxxxxx/pi/xxxxx&interface=ConversionRate_Input_MI and so on.

Thanks in advance

Samy

Edited by: Samy on Mar 6, 2008 3:47 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi ,

just get the webservice of sender XI and import the webservice in the .net framework.

from here you can simply endoe ur payload in a SOAP request.

Thanks & Regards,

rama Krihsna

Former Member
0 Kudos

Hi,

Refer below blog for the step by step process

https://weblogs.sdn.sap.com/pub/wlg/1442 [original link is broken] [original link is broken] [original link is broken]

Here execute your asp.net application and then it will popup for theUserName and Passwrod for XI validation. After proper authentication you could be able to send the request to XI.

In XI configure the Sender HTTP adapter with given HTML link and user ID and password if required.

https://weblogs.sdn.sap.com/pub/wlg/2131 [original link is broken] [original link is broken] [original link is broken]

Thanks

Swarup

Edited by: Swarup Sawant on Mar 6, 2008 4:56 AM