cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP and XI adapter Comm channel parameters

Former Member
0 Kudos

Dear Experts,

I am working on MS Appl(SOAP) <> SAP PI 7.1 <> SAP ECC( Proxy) synchronous scenario. That means I have to create 2 Cc for SOAP i.e. Sender as well as Receiver adapter. I am responsible for creating the Request as well as Response structure in SAP PI. The sender application team is dependent on me to get the WSDL file.

Kindly help in following.

MS Application:

1.For Sender SOAP communication Channel,

what should be parameters for Message Protocol( SOAP 1.1/XI3.0) and any module in this scenario

2.For Receiver , the message protocol and module parameters if any.

For SAP ECC

3.For SAP ECC, I have to create only 1 Cc i.e. Receiver Cc of Type XI.

What all the parameters required?

4.Since I didnt receive the WSDL for MS team and created the DT,MT etc, should I contact the MS team

for the target url in receiver SOAP Cc.

Regards

Alice Rebecca

Edited by: Alice@xi on Dec 25, 2011 4:32 PM

Accepted Solutions (1)

Accepted Solutions (1)

former_member223322
Active Participant
0 Kudos

Hi,

Only one sender SOAP channel is enough as this is a synchronous scenario and the protocol should be HTTP/SOAP1.1. Make sure you give the Quality of Service as Best Effort. For the ECC Receiver channel you need to give the RFC parameters that you have maintained in SM59 for the ECC system under the RFC type 'H'.

The Service Interfaces should be synchronous for both sender and receiver. And there should be only one WSDL generated and you need to follow the below steps.

1. Under tools -> select Display WSDL.

2. Give URL as : http://<host>:<port>/XISOAPAdapter/MessageServlet?channel=:<sender Business system>:<sender communication chanel name>

3. Specify the service interface name to be used.

4. Then save it on your local machine. Which can be consumed later.

Just send this WSDL to the MS team. Also you can check this WSDL in SOAPUI tool.

~Srini

Answers (0)