cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to PROXY (Synchronous)

Former Member
0 Kudos

Hi,

I am doing a SOAP (Web Service) to PROXY (SAP CRM) scenario.

This is a synchronous scenario. We send some request from th ethird party system and this request fetches data from SAP CRM through proxy and returns the data back through SOAP Response.

Please tell how many communication channels will be created.

I think that we need :

2 SOAP Channels (Sender and Receiver)

1 Proxy Channel

Please correct me If I am wrong.

Thanks,

Vikas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Can someone please tell the * list of Objects that needs to be created in IR and ID * for this synchronous SOAP to PROXY Scenario ???

Former Member
0 Kudos

For proxy communication XI adapter which is native adapter will be used.

You need to define the following in IR

DataType (Input,output)

Message Type (both)

Message interface (outbound,inbound) which soap sends is outbound i.e w.r.t to sender system

Message mapping b/n soap request to proxy request (outbound message to inbound message)

Interface mapping (b/n message interfaces)

Rajesh

Answers (4)

Answers (4)

Former Member
0 Kudos

I don't think we need to create Data Type and Message type for the PROXY.

We can directly use the Message Interface.

Vikas

Former Member
0 Kudos

Hi,

it depends on your req......if your msg struc for source and target are same, then you can directly use your source msg type in your reciver msg interface and then there is no need for mapping also........but if your msg struc is different, then you need to create msg type and data type for your reciver msg interface and create msg mapping and interface mapping also...........

Regards,

Rajeev Gupta

Former Member
0 Kudos

Is it going to be a XI Receiver Adapter or PROXY Receiver Adapter ??

Former Member
0 Kudos

Hi,

XI reciver adapter is same as XI Proxy reicver adpater for ABAP system communicaton from XI to R/3 but when you are going to create this comm channel in ID, then you will have to select XI as as adapter type.

List of objects in IR:

1 outbound synch msg interface for SOAP - create msg type and data type for it

1 inbound synch msg interface for Proxy - create msg type and data type for it

List of objects in ID:

1 rciver determination

1 interface determainaion

1 sender agreement

1 reciever agreement

1 sender SOAP comm channel

1 reciver XI comm channel

Regards,

Rajeev Gupta

Edited by: RAJEEV GUPTA on Mar 30, 2009 2:25 PM

Shabarish_Nair
Active Contributor
0 Kudos

/people/shabarish.vijayakumar/blog/2007/11/07/walkthrough--soap-xi-rfcbapi

instead of RFC you will ahve your proxy

Shabarish_Nair
Active Contributor
0 Kudos

>

> Hi,

>

> I am doing a SOAP (Web Service) to PROXY (SAP CRM) scenario.

> This is a synchronous scenario. We send some request from th ethird party system and this request fetches data from SAP CRM through proxy and returns the data back through SOAP Response.

> Please tell how many communication channels will be created.

>

> I think that we need :

>

> 2 SOAP Channels (Sender and Receiver)

> 1 Proxy Channel

>

> Please correct me If I am wrong.

>

> Thanks,

> Vikas

your scenario is Sync SOAP to Sync Proxy

in this case you will only need one SOAP sender adapter and 1 XI receiver adapter

Former Member
0 Kudos

Hi,

you need 1 sender SOAP channel with Quality of service Best Effort..........

you need 1 reciver proxy adapter.

Regards,

Rajeev Gupta

Edited by: RAJEEV GUPTA on Mar 30, 2009 2:10 PM