cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting webservice to SAP XI/PI

Former Member
0 Kudos

Hi,

I am developing a webservice in .net, where in I need to specify a URL, which points to XI/PI server to select a particular file. How do I proceed.

Regards,

Varun.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

The connection string to connect to XI is:

http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel

Btw you can refer this excellent blog for Soap Sender configuration

Regards

Former Member
0 Kudos

hi

check this blog

Using the SOAP inbound channel of the Integration Engine

regards

kummari

prateek
Active Contributor
0 Kudos

I think u just need a soap client. Bcoz for XI, sender soap always uses soap client.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9b16d790-0201-0010-4e9b-baa5f428...

Regards,

Prateek

Former Member
0 Kudos

Can you make it more clear ? who is going to consume your web service?