<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Fri, 24 May 2013 14:33:01 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zend Developer Zone: PHP Abstract Podcast Episode 12: Introduction to Service Component Architecture]]></title>
      <guid>http://www.phpdeveloper.org/news/8322</guid>
      <link>http://www.phpdeveloper.org/news/8322</link>
      <description><![CDATA[<p>
The Zend Developer Zone has <a href="http://devzone.zend.com/article/2369-PHP-Abstract-Podcast-Episode-12-Introduction-to-Service-Component-Architecture">posted the latest episode</a> of their PHP Abstract podcast series - an introduction to Service Component Architecture.
</p>
<blockquote>
Today's special guest is Graham Charters. Graham works at IBM's development lab in Hursley, England. His past roles have included WebSphere Application Server development, and architecture responsibilities in WebSphere Business Integration, and Adapters. [...] Today Graham is going to talk to us today about the Service Component Architecture, or SCA.
</blockquote>
<p>
<i>Graham</i> talks about what SCA is and includes a mention of <a href="http://pecl.php.net/package/SCA_SDO">the PECL package</a> that enables PHP applications to work with multiple data sources seamlessly.
</p>
<p>
Download <a href="http://s3.amazonaws.com/php_abstract_2007/php_abstract_episode_012.mp3">the show directly</a> or <a href="http://feeds.feedburner.com/phpabstract">subscribe to the feed</a> to get this and other great PHP Abstract shows.
</p>]]></description>
      <pubDate>Tue, 24 Jul 2007 14:35:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[IBM developerWorks: Calling eBay using the Service Component Architecture]]></title>
      <guid>http://www.phpdeveloper.org/news/7844</guid>
      <link>http://www.phpdeveloper.org/news/7844</link>
      <description><![CDATA[<p>
From the phpblog on the IBM developerWorks website today, there's <a href="http://www-03.ibm.com/developerworks/blogs/page/phpblog?entry=calling_ebay_using_the_service&ca=drs-bl">a  quick new tutorial</a> focusing on the use of the Service Component Architecture functionality in PHP to interface with the web service API that eBay offers.
</p>
<blockquote>
I've just made the first code drop to support calling <a href="http://developer.ebay.com/">eBay Web services</a> using the <a href="http://pecl.php.net/sca_sdo">Service Component Architecture</a>. Anyone who's tried calling the eBay soap APIs will know there are quite a few hoops to jump through to get it working. [...] The SCA eBay soap support hides this complexity by allowing you to specify the information as configuration parameters and then it makes sure the right things are placed in the header or the URL.
</blockquote>
<p>
A <a href="http://www-03.ibm.com/developerworks/blogs/page/phpblog?entry=calling_ebay_using_the_service&ca=drs-bl">code example</a> is included that makes a connection to the web service, calls the GetSearchResults action for the query of "ipod" and, upon getting the results back, loops through them to display them to the page.
</p>]]></description>
      <pubDate>Tue, 15 May 2007 08:36:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[IBM developerWorks: Service Component Architecture v0.1.0 (alpha) released]]></title>
      <guid>http://www.phpdeveloper.org/news/6440</guid>
      <link>http://www.phpdeveloper.org/news/6440</link>
      <description><![CDATA[<p>
<i>Graham Charters</i> writes, in <a href="http://www-03.ibm.com/developerworks/blogs/page/phpblog?entry=your_service&ca=drs-bl">this new post</a> on the IBM developerWorks PHP blog today, that the first release of their Service Component Architecture (v 0.1.0) has been released.
</p>
<blockquote>
<p>
We've just made the first release of the Service Component Architecture (SCA) for PHP prototype available. SCA allows you to turn PHP classes into Web services by adding a few simple phpDocumentor-style annotations. SCA will automatically generate WSDL for these services when required. 
</p>
<p>
SCA also uses the same annotations technique to allow PHP classes to declare dependencies on other Web services or PHP classes. At runtime it will then 'inject' proxies for these dependencies, which can then be used to call the Web services or classes
</p>
</blockquote>
<p>
You can check out documentation for the project and some examples of how it works over <a href="http://osoa.org/display/PHP/SCA+with+PHP">on this page</a> and a whitepaper <a href="http://osoa.org/display/Main/PHP+and+SCA+White+Paper">here</a> will give you the full scoop. If you're interested, be sure to check out the <a href="http://groups.google.co.uk/group/phpsoa">Google Group</a> for the project too.
</p>]]></description>
      <pubDate>Fri, 06 Oct 2006 09:27:00 -0500</pubDate>
    </item>
  </channel>
</rss>
