volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Communicating with Webservices in Episerver

Hei,

My customer now wants to communicate with an external site. I am able to choose to communicate with that service either through REST ot SOAP. Wich one should I choose?

#75512
Sep 27, 2013 10:33

There's probably valid arguments for both, depending on what kind of webservices you are communicating with, and what kind of data will be transferred. 

While SOAP is a standardized protocol using HTTP to transfer XML data, RESTful web services are not a standard as much as an architectural style.

REST also uses the HTTP protocol for data transfer, but uses the HTTP verbs POST, GET, DELETE, PUT in a stricter sense. Data payloads in RESTful web services can be XML, JSON or other valid MIME types, so you're not limited to XML.

 
#75548
Sep 27, 2013 22:51
error This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.