cancel
Showing results for 
Search instead for 
Did you mean: 

Idoc to Webservice.

Former Member
0 Kudos

HI Experts,

Scenario is : Idoc to Webservice

WE have a requirement to process idoc and post the message as webservice into the webserver.

I want to know clearly when to use SOAP adapter and when to use HTTP adapter.

i prefered soap adapter but clients are asking why cannot we use HTTP adapter and i want to know the specifically when to use HTTP and when to use SOAP.

Can anyone please show me path how to proceed..

Thanks,

Sai.

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member463616
Contributor
0 Kudos

Hi Sai,

When you need to Send Data to XI from a Webservice , your SOAP adapter is used.

When you expose some service as Webservice then SOAP adapter will be used.

HTTP adapter is used when you want to post a HTTP request message from a web application to XI.

When you want to communicate directly to the service/application which can do required thing then you can use HTTP.

Hava a look at this thread, it might be useful to you.

Regards,

P.Rajesh

Edited by: Rajesh_1113 on Mar 7, 2011 4:17 PM

Former Member
0 Kudos

Hi,

Hope this link will be useful.

Regards,

Prasad K

Former Member
0 Kudos

hi,

the previous post says correctly that you can search on sdn and you will find a lot of information.

on top of that, you can tick the check box 'do not use soap envelope' in the soap communication channel and it will behave like an http adapter but on the java stack

rajasekhar_reddy14
Active Contributor
0 Kudos

Search in sdn " Difference between SOAP/HTTP adpater" you will find some usefull pointers..

Former Member
0 Kudos

HI

I have searched in SDN but couldnt find information like

When to use HTTP and in which cases the SOAP should be used..

can ;you suggest me in your aspects the difference b/w these two.

Thanks,

Sai.