cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP and HTTP

Former Member
0 Kudos

1.What is the difference between soap and http adapter?

2.To integrate which system we go with SOAP adapter and to integrate which system we go with HTTP adapter?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

http is native adapter for any http communication and SOAP adapter used http as its protocol to interact with application which can understand SOAP format (webservices).

Use of HTTP: communication between website and XI, for example you are sending information from webpage forms via post method.

Use of SOAP: With many sophisticated web application and services and even between two XI system.

Refer to following link to understand SOAP adapter: http://help.sap.com/saphelp_nw04/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/frameset.htm

and refer to understand more about SOAP: http://www.w3schools.com/soap/default.asp

Regards,

Gourav

-


Reward points if it helps

Former Member
0 Kudos

Could you provide me the application systems require HTTP adapter?

prateek
Active Contributor
0 Kudos

See these. The receivers in both the cases are understanding HTTP posts.

/people/bla.suranyi/blog/2006/07/10/xi--sap-business-connector-integration-using-the-http-adapter

/people/siva.maranani/blog/2005/09/15/push-data-to-mvc-architectured-application-using-xi

Regards,

Prateek

Former Member
0 Kudos

it could be any application,any web based application that has been enabled to handle HTTP and/or SOAP calls can be used

Thanx

Aamir

agasthuri_doss
Active Contributor
0 Kudos

Hi,

> Could you provide me the application systems require HTTP adapter?

When any Application requires Post we can go ahead for HTTP Adapter.

Regards

Sangeetha