cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello,

SOAP and HTTP both are used for wsdl. Can you give any special cases going for SOAP instead of HTTP.

Thank you

0 Likes
View Entire Topic
Former Member
0 Likes

hi

SOAP Adapter is use when any application send or receive the SOAP message for communication.

HTTP adapter is use to send the Paylod in the HTTP Post.

HTTP adapter reside in the IS, because it is a ICM service...but SOAP adapter reside in the AE

HTTP adapter do not support Fault message.but SOAP adapert do..

we use SOAP adapter when we need to connect to remote system or use Webservices in these cases

HTTP Adapter is used by extenal systems to connect to Intergartin server using native HTTP Interface.