<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:georss="http://www.georss.org/georss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Central Florida Software Blog - Web Services</title>
    <link>http://www.centralflsoftware.com/blog/</link>
    <description>Innovation. Imagination. Delivered.</description>
    <language>en-us</language>
    <copyright>Christopher L Price</copyright>
    <lastBuildDate>Tue, 16 Jun 2009 13:46:51 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>blog@centralflsoftware.com</managingEditor>
    <webMaster>blog@centralflsoftware.com</webMaster>
    <item>
      <trackback:ping>http://www.centralflsoftware.com/blog/Trackback.aspx?guid=441915b3-dbc7-4b88-b9aa-6f4902e100bb</trackback:ping>
      <pingback:server>http://www.centralflsoftware.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.centralflsoftware.com/blog/PermaLink,guid,441915b3-dbc7-4b88-b9aa-6f4902e100bb.aspx</pingback:target>
      <dc:creator>Christopher Price</dc:creator>
      <georss:point>28.171599 -82.001953</georss:point>
      <wfw:comment>http://www.centralflsoftware.com/blog/CommentView,guid,441915b3-dbc7-4b88-b9aa-6f4902e100bb.aspx</wfw:comment>
      <wfw:commentRss>http://www.centralflsoftware.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=441915b3-dbc7-4b88-b9aa-6f4902e100bb</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">While there are many different ways to
implement web services the two predominate architectural styles are REST (REpresentational
State Transfer) and SOAP (Simple Object Access Protocol). Each style has is own pro's
and con's and it is necessary to objectively balance the appropriateness of each when
selecting the implementation of your next service. So what's the difference at a high
level between the two?<br /><br />
SOAP (WS-*) services are geared toward the enterprise and are inheritently more complex.
For each SOAP service you define a contract using the Web Service Definition Language
(WSDL). This contract specifies precisely the XML request and response messages needed
to interact with the service. The SOAP (WS-*) standards address things like reliability,
transactions and message-based security which are important when dealing with any
value added transactions. Obviously there is a cost for this functionality in terms
of overhead and complexity. 
<br /><br />
If a SOAP service is consider the 'yin', then the REST service would definitely be
the 'yang'. Simple to implement with no contract to define a REST service can be broken
down to four actions: 
<br /><br />
- GET - Gets the Resource<br />
- POST - creates the Resource<br />
- PUT - Updates the Resource<br />
- DELETE - Deletes the Resource<br /><br />
This simplicity means quicker development time, lower overhead although you sacrifice
features. For services that are dealing with non-critical data REST services are definitely
the way to go. 
<br /><br />
So which will you choose? We say let the REST versus SOAP debate rage on.Luckily for
you, you don't have to be caught in the middle. The Microsoft Windows Communications
Foundation (WCF) framework provides you with the flexibility to easily change the
method your service uses to communicate and even allows you to service both REST and
SOAP requests with the same service.<img width="0" height="0" src="http://www.centralflsoftware.com/blog/aggbug.ashx?id=441915b3-dbc7-4b88-b9aa-6f4902e100bb" /></body>
      <title>REST vs. SOAP</title>
      <guid isPermaLink="false">http://www.centralflsoftware.com/blog/PermaLink,guid,441915b3-dbc7-4b88-b9aa-6f4902e100bb.aspx</guid>
      <link>http://www.centralflsoftware.com/blog/2009/06/16/RESTVsSOAP.aspx</link>
      <pubDate>Tue, 16 Jun 2009 13:46:51 GMT</pubDate>
      <description>While there are many different ways to implement web services the two predominate architectural styles are REST (REpresentational State Transfer) and SOAP (Simple Object Access Protocol). Each style has is own pro's and con's and it is necessary to objectively balance the appropriateness of each when selecting the implementation of your next service. So what's the difference at a high level between the two?&lt;br&gt;
&lt;br&gt;
SOAP (WS-*) services are geared toward the enterprise and are inheritently more complex.
For each SOAP service you define a contract using the Web Service Definition Language
(WSDL). This contract specifies precisely the XML request and response messages needed
to interact with the service. The SOAP (WS-*) standards address things like reliability,
transactions and message-based security which are important when dealing with any
value added transactions. Obviously there is a cost for this functionality in terms
of overhead and complexity. 
&lt;br&gt;
&lt;br&gt;
If a SOAP service is consider the 'yin', then the REST service would definitely be
the 'yang'. Simple to implement with no contract to define a REST service can be broken
down to four actions: 
&lt;br&gt;
&lt;br&gt;
- GET - Gets the Resource&lt;br&gt;
- POST - creates the Resource&lt;br&gt;
- PUT - Updates the Resource&lt;br&gt;
- DELETE - Deletes the Resource&lt;br&gt;
&lt;br&gt;
This simplicity means quicker development time, lower overhead although you sacrifice
features. For services that are dealing with non-critical data REST services are definitely
the way to go. 
&lt;br&gt;
&lt;br&gt;
So which will you choose? We say let the REST versus SOAP debate rage on.Luckily for
you, you don't have to be caught in the middle. The Microsoft Windows Communications
Foundation (WCF) framework provides you with the flexibility to easily change the
method your service uses to communicate and even allows you to service both REST and
SOAP requests with the same service.&lt;img width="0" height="0" src="http://www.centralflsoftware.com/blog/aggbug.ashx?id=441915b3-dbc7-4b88-b9aa-6f4902e100bb" /&gt;</description>
      <comments>http://www.centralflsoftware.com/blog/CommentView,guid,441915b3-dbc7-4b88-b9aa-6f4902e100bb.aspx</comments>
      <category>General</category>
      <category>Web Services</category>
    </item>
  </channel>
</rss>