cancel
Showing results for 
Search instead for 
Did you mean: 

Integrate a BPM with a Webservice of SAP XI.

Former Member
0 Kudos

Hi experts,

We want to integrate a BPM with a Websevice published in SAP XI.

The BPM sends messages synchronous (abstract interface) to a Business Service that receives a message synchronous (inbound interface).

For the integration of these services is necessary to set up a Receiver Agreement with a Communication Channel of type SOAP Receiver.

My questions are:

Why should the communication takes place between SAP XI I have to set up a channel SOAP?

Is there any way to send messages from a BPM to a service SAP XI (Webservice / Interface) in an efficient manner?

Thanks,

Jose.

Accepted Solutions (0)

Answers (4)

Answers (4)

ParvathyS_SAP
Product and Topic Expert
Product and Topic Expert
0 Kudos

To deploy the wsdl file in XI,

You can connect to XI server by using the End Point URL as

The SOAP Sender uses the XI Server URL as below

http://<server>:<port>/XISOAPAdapter/MessageServlet?channel=<party>:<service>:<channel>;

Service & channel indicates the Sender SOAP adapter in XI to be used..and will direct to integration server.

Refer

How To Set Up a Web-Service-Related Scenario with SAP XI

https://websmp207.sap-ag.de/~form/sapnet?SHORTKEY=01100035870000582377&

SOAP Sender Steps

Edited by: parvathy sriraman on Sep 19, 2008 9:42 AM

Former Member
0 Kudos

hi,

[;

the above thread might help u some way.

Regards.

siddhesh naik

Former Member
0 Kudos

Thanks,

But I don't work with PI 7.1. The problem is in SAP XI 3.0.

Greetings,

Jose.

dharamveer_gaur2
Active Contributor
0 Kudos

You can do this in PI 7.1 using WS Adapter.

WS Adapter is PI 7.1 features.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/304335f7-f33c-2a10-ae80-9c9ffdc8...