cancel
Showing results for 
Search instead for 
Did you mean: 

Where to define url to access .net system?

Former Member
0 Kudos

I am trying to create HTTP to RFC interface to send s.order data from .net system to the receiver sap system. I think here i can go with http adapter at the sender side .However as HTTP doesnt require sender agreement then how to access the .net system.

Please provide me the settings require in sender .net system and in xi server.

Thanks

Suresh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

since no configurations are required for sender HTTP you need to make these settings in .Net system itself,

once you are finished with all the configurations in ID,download the HTTP test client from SDN(simply search for it)then use this to send message to XI and a URL will be created for your scenario,make the .Net system post all the data to this URL.

reason for this is that HTTP adapter works on post mechanism and not on get mechanism so its the sender system which needs to post the message,HTTP adapter can't get the messages.

Thanx

Aamir

Answers (1)

Answers (1)

VijayKonam
Active Contributor
0 Kudos

In your dot net application you have to create the URL which posts data to XI with parameters added to it . Do a search for HTTP sender adapter test tool in the forum. You would understand.

VJ