Why SOAP, why not just use URLs with query strings?

Help with the Esendex API

Why SOAP, why not just use URLs with query strings?

Postby Leanne » Mon Mar 15, 2010 9:23 pm

* Productivity: SOAP is widely supported in development environments with most providing proxy generators for using web services. This makes it alot quicker to consume services with complex arguments and response streams.

* Security: Embedding the request in an HTTP POST, rather than setting the parameters as query string parameters, enables the communication between the server and the client to be encrypted using standard methodologies. For instance the .NET framework and the MSXML library do not require any additional code to utilise HTTPS over HTTP.

* Extensibility: Method arguments and responses can be more complex but conform to an interface definition language (WSDL) that is widely supported. Further, as we enrich the functionality of the service, we can easily maintain support of the previous interfaces. This ensures our clients can adopt the new functionality if/when the feel it most appropriate.
Leanne
 
Posts: 104
Joined: Thu Mar 04, 2010 12:35 am

Return to API



cron
© Esendex Ltd 2010
Company Registration Number: 04217280