[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: SOAP-RPC and REST and security


soap entry point rpc
> From: Paul Prescod [mailto:paul@p...]

> When you say it looked alot like SOAP do you mean to say that 
> it did XML
> over HTTP or do you really mean that it was structured in some
> substantial way like this:
> 
>  * http://www.w3.org/TR/soap12-part1/ 
> http://www.w3.org/TR/soap12-part2/

Whoa! SOAP sure has gotten more complex since the last time I looked at the
specs! I'll have to confess I haven't been following the progress of the web
services activity for awhile.

The approaches I've seen have some similarities to that in the "part1" spec,
though typically simpler (and none of the sort of RPC-specific stuff in
"part2"). 

The model I've seen developers gravitate toward is using a simple
request/response model where everything is POST-ed through coarse-grained
entry point URLs. HTTP was just used for convenience; we tunneled through
it. HTTP semantics were not leveraged other than to get the XML from one
point to another.

We tended to define generic "Request", "Response", and typically also
"Error" XML envelopes that were used to wrap specific XML commands. So we
had a request/response model where everthing of interest is in the XML
message.

I've never used a real RPC model. We always started by modeling the message
structures, then building the implementation out from there. But the XML
messages had tags that were interpreted as fine-grained commands (though
syntax was always abstracted from implementation).

That's what I meant by "SOAP-like". I was speaking in terms of some
high-level patterns. I see some common characteristics between the
approaches I've seen adopted and SOAP, and they all seem to share most of
the same issues in terms of conflict with REST.

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.