cancel
Showing results for 
Search instead for 
Did you mean: 

Difference b/w web servicess and HTTP

Former Member
0 Kudos

What is the Difference b/w web servicess and HTTP and at what time we select which one.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Venkat,

Webservice is a service which is used for a particular process.

In Webservice Comunication we use SOAP and HTTP.

We Use HTTP when the External Applications or Remote clients are want to Connct to Integration Server.In this case we dont require HTTP Adapter, the webservice application can directly communicate with IS.

So this is like performance Increment in the Interface running.

We use SOAP when we want to connect to External Applications or Remonte clients from XI.

Regards

Seshagiri

Answers (2)

Answers (2)

Former Member
0 Kudos

TX

former_member181985
Active Contributor
0 Kudos

Hi,

WebServices are based on XML standards i.e., open standard and platform neutral.

You can expose any application(built in any language) as a webservice provided your application platform has inbuilt Webservice Infrastructure capabilites.

HTTP is based on standard protocol defined W3C.

Thanks

Gujjeti

agasthuri_doss
Active Contributor
0 Kudos

Hi Venkat,

Adding to Gujjeti

Webservice we can use for Synch and HTTP for Async

Regards

Sangeetha

Former Member
0 Kudos

Hi Sangeetha,

>>Webservice we can use for Synch and HTTP for Async

HTTP also used for Sync Communication

Regards

Seshagiri

agasthuri_doss
Active Contributor
0 Kudos

Hi Seshagiri,

Yes, You are Right, It was my preference

Regards

Sangeetha