cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP or HTTP adapter?

Former Member
0 Kudos

Hi again guys,

I would like to know what are the advantages and disadvantages between HTTP and SOAP adapter. I don’t know which are better to communicate with Portal Websphere!!!

Please anyone can provide me some clues on it.

Cheers,

Ricardo.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Thanks for all

But anyone can provide me a document or a weblog with some articles like HTTP versus SOAP communications. I need a comparative between these two adapters.

Thanks in advance.

Cheers,

Ricardo.

Former Member
0 Kudos

Hi Ricardo,

Sending a Simple SOAP envelope to XI via HTTP using ASP

https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/1442 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]

More links for SOAP Adapter:

/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi

http://help.sap.com/saphelp_nw04/helpdata/en/9f/fdca3f01f33e1ce10000000a114084/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/frameset.htm

More links on HTTP adapters.

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

/people/prasadbabu.nemalikanti3/blog/2006/02/27/collecting-and-bundling-vendor-records-from-different-multiple-interfaces-file-systempeoplesoft-and-sending-to-sap-r3-system-part-2

I hope the info above has helped you understand http and soap adapters better.

Regards,

abhy

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi all,

Where I can find information related? Documents or weblogs

Cheers,

Ricardo.

Message was edited by: Ricardo Quintino

moorthy
Active Contributor
0 Kudos

Hi,

Pls find following links for the SOAP..

/people/padmankumar.sahoo/blog/2005/02/15/an-overview-of-soap

/people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services

For Http Adapter-

http://help.sap.com/saphelp_nw2004s/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm

Hope this helps..

Regards,

Moorthy

udo_martens
Active Contributor
0 Kudos

Hi Ricardo,

the SOAP adapter is a java application which is making only a envelope of some XML tags, you can easily create them for yourself with a mapping.

The HTTP is (native) adapter of the (ABAP) WAS, it is much more performant and more stabil.

Regards,

Udo

Former Member
0 Kudos

Ricardo,

the advantage of the SOAP adapter is actually that you use WebServices this way. This has the consequence that you are more flexibel in terms of operation you call at the portal side.

Since WebServices are quite wide-spreat I assume that SOAP is often the only choice.

Greets,

Helge