cancel
Showing results for 
Search instead for 
Did you mean: 

Send data to Integrate Website using SAP PI

Former Member
0 Kudos

Dear All

How to upload data to website using SAP PI.

will it be a SAP to HTTP scenario or SAP to SOAP scenario?

What are the prerequisties fot implementing this scenario?

Thanks and Regard

Satish

Accepted Solutions (0)

Answers (3)

Answers (3)

Shabarish_Nair
Active Contributor
0 Kudos

>

> Dear All

> How to upload data to website using SAP PI.

> will it be a SAP to HTTP scenario or SAP to SOAP scenario?

>

> What are the prerequisties fot implementing this scenario?

>

> Thanks and Regard

> Satish

it can be either a SOAP or a HTTP scenario

if the website uses the normal Post and Get then use HTTP else if they have a Webservice to communicate go for SOAP. in any case if you use the SOAP (receiver) adapter with the option Do not use SOAP envelop it actually simulates the HTTP receiver adapter

Former Member
0 Kudos

hi all

thank u for your responses

what are the points i need to verify or study before selecting the appropriate adapter for integrating with website

Please provide your valuable suggestions

Regards

Satish

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi ,

Securtiy,and how you wl upload dat in to website using get or post methods or WSDL format.

and size of Data.

Best to use SOAP Adapter.

Regards

Raj

former_member200962
Active Contributor
0 Kudos
what are the points i need to verify or study before selecting the appropriate adapter for integrating with website

1)Type of Scenario

If Sync use SOAP

If Async can use SOAP or HTTP depends on the requirement....if you have the freedom then choose SOAP...

2)Sender System Data Format

What is the sending System....if SAP can use RFC/IDOC/Proxy.......better to have a Proxy (if SAP ECC version permits so)

Former Member
0 Kudos

I suggest that you use soap, HTTP adapter is not good supported with SAP PI and SOAP have clear date define in WSDL.

Regards

-


hengbing

Edited by: hengbing Liu on May 29, 2009 6:04 PM

Former Member
0 Kudos

Hey

You will get better answer if you ask this question to people who maintain the website.

I would prefer using SOAP here though.

Thanks

Aamir