<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-732526461705935009</id><updated>2012-01-19T05:39:38.070-08:00</updated><category term='PHP'/><category term='WSO2 WSF/Ruby'/><category term='WSDL'/><category term='Web services'/><category term='WSO2 WSF/PHP'/><category term='Training'/><category term='Ruby'/><category term='Ruby.'/><category term='WSO2'/><category term='WSO2 WSF Ruby'/><title type='text'>Ruby Web Services</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://rubywebservices.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/732526461705935009/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://rubywebservices.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Sami</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://4.bp.blogspot.com/_Ste9AaWAyE0/Sz9WFjHwsMI/AAAAAAAAAHY/52VEdK9Hpmk/S220/Samisa.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-732526461705935009.post-5332218876961836656</id><published>2008-01-28T07:30:00.000-08:00</published><updated>2008-01-28T07:45:24.360-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Training'/><category scheme='http://www.blogger.com/atom/ns#' term='Ruby'/><category scheme='http://www.blogger.com/atom/ns#' term='Web services'/><title type='text'>Training on Web Services with Ruby</title><content type='html'>The next online training session done by WSO2 on Ruby Web Services is happening on Thursday 21st of February 2008 from 9.00 am to 12.00 noon (PST). You can reserve your slot at a cost of $199. Visit &lt;a href="http://wso2.com/training/course-catalog/orub001/"&gt;here&lt;/a&gt; &lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;for more details.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/732526461705935009-5332218876961836656?l=rubywebservices.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rubywebservices.blogspot.com/feeds/5332218876961836656/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=732526461705935009&amp;postID=5332218876961836656' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/732526461705935009/posts/default/5332218876961836656'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/732526461705935009/posts/default/5332218876961836656'/><link rel='alternate' type='text/html' href='http://rubywebservices.blogspot.com/2008/01/training-on-web-services-with-ruby.html' title='Training on Web Services with Ruby'/><author><name>Danushka Menikkumbura</name><uri>http://www.blogger.com/profile/08851642848876976563</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_eFHkwGJph4k/SL-jNdLSl7I/AAAAAAAAAAg/fnxwNwvvT24/S220/my_icon.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-732526461705935009.post-8139855760707327116</id><published>2008-01-24T16:44:00.000-08:00</published><updated>2008-01-24T17:36:26.729-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='WSO2 WSF Ruby'/><category scheme='http://www.blogger.com/atom/ns#' term='Ruby'/><category scheme='http://www.blogger.com/atom/ns#' term='Web services'/><category scheme='http://www.blogger.com/atom/ns#' term='WSO2 WSF/Ruby'/><title type='text'>Ruby SOAP Driver vs WSF/Ruby SOAP Support</title><content type='html'>&lt;span&gt;&lt;span&gt;As most of the Ruby SOAP programmers may already know, Ruby has support for SOAP style invocations. But when we compare that with the SOAP support comes with WSF/Ruby, we can clearly see the following differences.&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;strong&gt;&lt;span&gt;1. Set SOAP Version&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;In Ruby SOAP you simply can not do this. This is how you do it in WSF/Ruby.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;&lt;span&gt;&lt;span&gt;client = &lt;span&gt;WSClient&lt;/span&gt;.&lt;span&gt;new&lt;/span&gt;({&lt;span&gt;"to" =&gt; "some/endpoint",&lt;/span&gt;&lt;br /&gt;                                       &lt;span&gt;"use_soap" =&gt; 1.1&lt;/span&gt;,&lt;br /&gt;                       &lt;span&gt;"action" =&gt; "some/action"&lt;/span&gt;},&lt;br /&gt;                                      &lt;span&gt;"some-log-file"&lt;/span&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;This would set the SOAP version to SOAP1.1. If you do not set the version specifically, then SOAP1.2 is used.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt;&lt;strong&gt;2. Use Complex Payloads&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;In Ruby SOAP you can not set a complex XML serialized payload when sending messages to a Web service. But in WSF/Ruby this is not a big deal. As  shown below, you have two options when it comes to setting payload.&lt;br /&gt;&lt;br /&gt;2.1  Give serialized XML payload when you use WSClient to send/request.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;&lt;span&gt;&lt;span&gt;req_payload_string = "some XML serialized payload"&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;client = &lt;/span&gt;&lt;span&gt;&lt;span&gt;WSClient&lt;/span&gt;&lt;/span&gt;&lt;span&gt;.&lt;span&gt;new&lt;/span&gt;({&lt;/span&gt;&lt;span&gt;&lt;span&gt;"to" =&gt; "some/endpoint"},&lt;br /&gt;                                       "some_log_file"&lt;/span&gt;&lt;/span&gt;&lt;span&gt;)&lt;br /&gt;&lt;br /&gt;res_message = client.request(req_payload_string)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;2.2 Set serialized XML payload in the WSMessage object used when send/request using WSClient&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;&lt;span&gt;&lt;span&gt;req_message = &lt;span&gt;WSMessage&lt;/span&gt;.&lt;span&gt;new&lt;/span&gt;(req_payload_string,&lt;br /&gt;                                                  &lt;span&gt;nil&lt;/span&gt;,&lt;br /&gt;                                                  {&lt;/span&gt;&lt;span&gt;&lt;span&gt;"to" =&gt; "some/endpoint"&lt;/span&gt;&lt;/span&gt;&lt;span&gt;})&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;res_message = client.request(req_message)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/732526461705935009-8139855760707327116?l=rubywebservices.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rubywebservices.blogspot.com/feeds/8139855760707327116/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=732526461705935009&amp;postID=8139855760707327116' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/732526461705935009/posts/default/8139855760707327116'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/732526461705935009/posts/default/8139855760707327116'/><link rel='alternate' type='text/html' href='http://rubywebservices.blogspot.com/2008/01/ruby-soap-driver-vs-wsfruby-soap.html' title='Ruby SOAP Driver vs WSF/Ruby SOAP Support'/><author><name>Danushka Menikkumbura</name><uri>http://www.blogger.com/profile/08851642848876976563</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_eFHkwGJph4k/SL-jNdLSl7I/AAAAAAAAAAg/fnxwNwvvT24/S220/my_icon.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-732526461705935009.post-1276225964315784975</id><published>2008-01-07T06:18:00.000-08:00</published><updated>2008-01-07T06:25:08.731-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PHP'/><category scheme='http://www.blogger.com/atom/ns#' term='WSO2'/><category scheme='http://www.blogger.com/atom/ns#' term='Ruby'/><category scheme='http://www.blogger.com/atom/ns#' term='Web services'/><category scheme='http://www.blogger.com/atom/ns#' term='WSO2 WSF/PHP'/><category scheme='http://www.blogger.com/atom/ns#' term='WSO2 WSF/Ruby'/><title type='text'>The Best Practices of using WSClient</title><content type='html'>Today I posted a &lt;a href="http://phpwebservices.blogspot.com/2008/01/best-practices-of-using-wsclient.html"&gt;blog&lt;/a&gt; in the &lt;a href="http://phpwebservices.blogspot.com"&gt;PHP Webservices blog&lt;/a&gt; about the $title (The Best Practices of using WSClient).&lt;br /&gt;&lt;br /&gt;In fact this practice can be similarity apply for the Ruby Webservice development as well. If you have already downloaded the &lt;a href="http://wso2.org/downloads/wsf/ruby"&gt;WSO2 Webservice Framework for Ruby&lt;/a&gt;, you will be able to see how this practice is in use in ruby language as well. Check the samples/consumer/rails/flickr/controllers/flickr_client.rb file  in the distribution pack for a reference.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/732526461705935009-1276225964315784975?l=rubywebservices.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rubywebservices.blogspot.com/feeds/1276225964315784975/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=732526461705935009&amp;postID=1276225964315784975' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/732526461705935009/posts/default/1276225964315784975'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/732526461705935009/posts/default/1276225964315784975'/><link rel='alternate' type='text/html' href='http://rubywebservices.blogspot.com/2008/01/best-practices-of-using-wsclient.html' title='The Best Practices of using WSClient'/><author><name>Dimuthu</name><uri>http://www.blogger.com/profile/14112312266389635163</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://4.bp.blogspot.com/_n7NySRx9WK4/SJ2sLQrzCrI/AAAAAAAAAvQ/NNJy5GlaHY4/s1600-R/dimuthu_g.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-732526461705935009.post-993217056086745686</id><published>2008-01-06T07:12:00.001-08:00</published><updated>2008-01-08T19:42:04.398-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ruby'/><category scheme='http://www.blogger.com/atom/ns#' term='Web services'/><category scheme='http://www.blogger.com/atom/ns#' term='WSDL'/><title type='text'>WSDL Support is Coming Up</title><content type='html'>&lt;p&gt;&lt;a href="http://wso2.org/projects/wsf/ruby"&gt;WSO2 Web services framework for Ruby&lt;/a&gt; already stands out in the Ruby space as the most comprehensive Web services framework, because of the number of WS-* specifications that is supports.&lt;/p&gt;  &lt;p&gt;However, one may argue, that WSDL support is something lacking, WSDL being one of the base specifications. Well, the good news is that work on WSDL support is already under way. &lt;/p&gt;  &lt;p&gt;Currently contract first model is being attended to. This would allow the users to implement clients and services with a given WSDL. &lt;/p&gt;  &lt;p&gt;Next, WSDL generation would be also supported. That is, a WSDL would be generated for a given Ruby script.&lt;/p&gt;  &lt;p&gt;WSDL support will take some time, given the complexities of WSDL. I hope that we would have WSDL mode by end of March. WSDL generation would take a bit more time than that. &lt;a href="http://wso2.org/downloads/wsf/ruby"&gt;Keep your fingers crossed&lt;/a&gt;. &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/732526461705935009-993217056086745686?l=rubywebservices.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rubywebservices.blogspot.com/feeds/993217056086745686/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=732526461705935009&amp;postID=993217056086745686' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/732526461705935009/posts/default/993217056086745686'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/732526461705935009/posts/default/993217056086745686'/><link rel='alternate' type='text/html' href='http://rubywebservices.blogspot.com/2008/01/wsdl-support-is-coming-up.html' title='WSDL Support is Coming Up'/><author><name>Sami</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://4.bp.blogspot.com/_Ste9AaWAyE0/Sz9WFjHwsMI/AAAAAAAAAHY/52VEdK9Hpmk/S220/Samisa.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-732526461705935009.post-3026703177114973765</id><published>2008-01-03T19:35:00.001-08:00</published><updated>2008-01-03T20:13:57.115-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='WSO2 WSF Ruby'/><category scheme='http://www.blogger.com/atom/ns#' term='WSO2'/><category scheme='http://www.blogger.com/atom/ns#' term='Ruby'/><category scheme='http://www.blogger.com/atom/ns#' term='Web services'/><title type='text'>Where you should start Ruby Webservices with WSO2 WSF/Ruby..</title><content type='html'>WSO2 WSF/Ruby bundles implementations of wider range of web service specifications like security, policy, reliable messaging and binary attachments. But it is designed to be so simple, so not only experts on web services, but also newbies will also be able to use it without going into much trouble.&lt;br /&gt;&lt;br /&gt;If you are a ruby guy, and you are planing to integrate web services in to your project, you will find &lt;a href="http://wso2.org/projects/wsf/ruby"&gt;this product&lt;/a&gt; is the one which fulfill your requirements. Because,&lt;br /&gt;&lt;br /&gt;    1. Initially You may start doing only very simple things with web services (may be you are little excited to depend on web services at first), Still WSO2 WSF/Ruby is ready to deploy and consume your simplest web services.&lt;br /&gt;&lt;br /&gt;    2. Later on, you will implement most of your business critical applications with web service back-ends, So you will need some more security and reliability in your applications. But if you are on WSO2 WSF/Ruby it is just a matter of adding few options to your code (worse case you may write some configuration files on enforcing security policies) and you are done.&lt;br /&gt;&lt;br /&gt;Linux users can tryout &lt;a href="http://wso2.org/project/wsf/ruby/1.0.0/docs/install_guide.html#Installing%20WSO2%20WSF/Ruby%20from%20Source%20on%20Linux"&gt;building from the source&lt;/a&gt;. It is just a matter of installing the dependencies and then editing the 'rbconfig.rb' file in order to give the configuration options and finally running 'build.sh' script.&lt;br /&gt;&lt;br /&gt;For windows WSO2 WSF/Ruby provides a &lt;a href="http://wso2.org/project/wsf/ruby/1.0.0/docs/install_guide.html#How%20to%20build%20WSF/Ruby%20under%20Windows%20from%20binaries"&gt;binary distribution&lt;/a&gt;. You can follow through the guide, and in few steps you are ready to write consumer and provider applications with WSO2 WSF/Ruby.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/732526461705935009-3026703177114973765?l=rubywebservices.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rubywebservices.blogspot.com/feeds/3026703177114973765/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=732526461705935009&amp;postID=3026703177114973765' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/732526461705935009/posts/default/3026703177114973765'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/732526461705935009/posts/default/3026703177114973765'/><link rel='alternate' type='text/html' href='http://rubywebservices.blogspot.com/2008/01/where-you-should-start-ruby-webservices.html' title='Where you should start Ruby Webservices with WSO2 WSF/Ruby..'/><author><name>Dimuthu</name><uri>http://www.blogger.com/profile/14112312266389635163</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://4.bp.blogspot.com/_n7NySRx9WK4/SJ2sLQrzCrI/AAAAAAAAAvQ/NNJy5GlaHY4/s1600-R/dimuthu_g.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-732526461705935009.post-7761771486760897564</id><published>2008-01-02T04:31:00.000-08:00</published><updated>2008-01-02T04:50:52.710-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='WSO2 WSF Ruby'/><category scheme='http://www.blogger.com/atom/ns#' term='WSO2'/><category scheme='http://www.blogger.com/atom/ns#' term='Ruby.'/><category scheme='http://www.blogger.com/atom/ns#' term='Web services'/><title type='text'>WSO2 Web Services Framework for Ruby 1.0.0 Released</title><content type='html'>After three months of work, we finally on the release of WSO2 WSF/Ruby 1.0.0. It is the latest member of the &lt;a href="http://wso2.org/projects/wsf/"&gt;WSO2 WSF&lt;/a&gt; product family. This enables ruby developers to taste the full spirit of the web services.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Here is the release note for the release:&lt;br /&gt;&lt;br /&gt;WSO2 Web Services Framework for Ruby 1.0.0 Released&lt;br /&gt;===================================================&lt;br /&gt;&lt;br /&gt;WSO2 WSF/Ruby team is pleased to announce the release of WSO2 WSF/Ruby&lt;br /&gt;1.0.0.&lt;br /&gt;&lt;br /&gt;WSF/Ruby is the Ruby language extension to WSO2 WSF/C. This version&lt;br /&gt;enables you to consume/provide Web Services both with REST and with the&lt;br /&gt;power of WS-* stack including WS-Reliable Messaging, WS-Security,&lt;br /&gt;WS-Addressing and MTOM Attachments.&lt;br /&gt;&lt;br /&gt;For more information, please visit our project home page,&lt;br /&gt;http://wso2.org/projects/wsf/ruby&lt;br /&gt;&lt;br /&gt;You can download this release from:&lt;br /&gt;http://wso2.org/downloads/wsf/ruby&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Key Features&lt;br /&gt;------------&lt;br /&gt;&lt;br /&gt;   1. Client API to consume Web services&lt;br /&gt;          * WSMessage class to handle message level options&lt;br /&gt;          * WSClient class with both one way and two way service   &lt;br /&gt;            invocation support&lt;br /&gt;   2. Service API to provide Web services&lt;br /&gt;          * WSMessage class to handle message level options&lt;br /&gt;          * WSService class with support for both one way and two way&lt;br /&gt;            operations&lt;br /&gt;   3. Attachments with MTOM&lt;br /&gt;          * Binary optimized&lt;br /&gt;          * Non-optimized (Base64 encoded)&lt;br /&gt;   4. WS-Addressing&lt;br /&gt;          * Version 1.0&lt;br /&gt;          * Submission&lt;br /&gt;   5. WS-Security&lt;br /&gt;          * UsernameToken and Timestamp&lt;br /&gt;          * Encryption&lt;br /&gt;          * Signing&lt;br /&gt;          * WS-SecurityPolicy based configuration&lt;br /&gt;   6. WS-Reliable Messaging&lt;br /&gt;          * Single channel two way reliable messaging&lt;br /&gt;   7. REST Support&lt;br /&gt;          * Expose a single service script both as SOAP and REST service&lt;br /&gt;&lt;br /&gt;Major Changes Since Last Release&lt;br /&gt;--------------------------------&lt;br /&gt;   1. Support for the following specifications on provider side&lt;br /&gt;          * REST&lt;br /&gt;          * SOAP MTOM&lt;br /&gt;          * WS-Security (with Rampart)&lt;br /&gt;          * WS-Policy&lt;br /&gt;          * WS-SecurityPolicy&lt;br /&gt;&lt;br /&gt;Dependencies&lt;br /&gt;---------------&lt;br /&gt;&lt;br /&gt;   1. The provider implementation uses Rails framework as the deployment&lt;br /&gt;model. Therefore in order to use provider implementation, you should&lt;br /&gt;have Rails installed on your machine. Please visit&lt;br /&gt;http://www.rubyonrails.org/ to find out more about RoR(Ruby on Rails).&lt;br /&gt;&lt;br /&gt;Reporting Problems&lt;br /&gt;-----------------&lt;br /&gt;&lt;br /&gt;Issues can be reported using the public JIRA available at:&lt;br /&gt;https://wso2.org/jira/browse/WSFRUBY&lt;br /&gt;&lt;br /&gt;Contact Us&lt;br /&gt;----------&lt;br /&gt;&lt;br /&gt;Please subscribe to our user or developer mailing lists. For details on&lt;br /&gt;how to subscribe please visit: http://wso2.org/projects/wsf/ruby#mail&lt;br /&gt;&lt;br /&gt;Thank you for your interest in WSO2 WSF/Ruby.&lt;br /&gt;&lt;br /&gt;- WSO2 WSF/Ruby Team&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/732526461705935009-7761771486760897564?l=rubywebservices.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rubywebservices.blogspot.com/feeds/7761771486760897564/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=732526461705935009&amp;postID=7761771486760897564' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/732526461705935009/posts/default/7761771486760897564'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/732526461705935009/posts/default/7761771486760897564'/><link rel='alternate' type='text/html' href='http://rubywebservices.blogspot.com/2008/01/wso2-web-services-framework-for-ruby.html' title='WSO2 Web Services Framework for Ruby 1.0.0 Released'/><author><name>Dimuthu</name><uri>http://www.blogger.com/profile/14112312266389635163</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://4.bp.blogspot.com/_n7NySRx9WK4/SJ2sLQrzCrI/AAAAAAAAAvQ/NNJy5GlaHY4/s1600-R/dimuthu_g.gif'/></author><thr:total>0</thr:total></entry></feed>
