<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Damitha's Web Log</title>
	<atom:link href="http://damithakumarage.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://damithakumarage.wordpress.com</link>
	<description>You believe it or not. Truth is truth. It is not your belief.</description>
	<lastBuildDate>Wed, 04 Nov 2009 04:21:43 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Benchmark testing tools for Web Services by damitha23</title>
		<link>http://damithakumarage.wordpress.com/2008/07/11/benchmark-testing-tools-for-web-services/#comment-161</link>
		<dc:creator>damitha23</dc:creator>
		<pubDate>Wed, 04 Nov 2009 04:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/?p=26#comment-161</guid>
		<description>To answer your first question,
I send a simple hellow message in a post request as follows

ab -T &quot;application/soap+xml; charset=UTF-8&quot; -p data/input/hello-message.xml -n 5000 -c 60 http://localhost/services/HelloService/  &gt; results/hello-message.txt

My hello-message.xml file is as following

Hello World!

To answer your second question:
Do you want to send file attachements within your soap message?. In this case you need to use base64 encoding or mtom attachements. 

thanks,
Damitha</description>
		<content:encoded><![CDATA[<p>To answer your first question,<br />
I send a simple hellow message in a post request as follows</p>
<p>ab -T &#8220;application/soap+xml; charset=UTF-8&#8243; -p data/input/hello-message.xml -n 5000 -c 60 <a href="http://localhost/services/HelloService/" rel="nofollow">http://localhost/services/HelloService/</a>  &gt; results/hello-message.txt</p>
<p>My hello-message.xml file is as following</p>
<p>Hello World!</p>
<p>To answer your second question:<br />
Do you want to send file attachements within your soap message?. In this case you need to use base64 encoding or mtom attachements. </p>
<p>thanks,<br />
Damitha</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Benchmark testing tools for Web Services by vinay</title>
		<link>http://damithakumarage.wordpress.com/2008/07/11/benchmark-testing-tools-for-web-services/#comment-160</link>
		<dc:creator>vinay</dc:creator>
		<pubDate>Wed, 04 Nov 2009 01:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/?p=26#comment-160</guid>
		<description>Hello Damitha,

Let me start by saying that your blogs are very informative and technical. I would love post some questions on SOA/Web Services.

But right now I am trying to bench mark different web servers along with different file systems. I am planning to use &#039;ab&#039; too.

I am planning to send POST requests. Could you please send me a sample POST file you used with -p option.  Is there any way I could send upload file request within the POST data file. I am planning to send a HTTP POST request for uploading/downloading static data files which are of different sizes</description>
		<content:encoded><![CDATA[<p>Hello Damitha,</p>
<p>Let me start by saying that your blogs are very informative and technical. I would love post some questions on SOA/Web Services.</p>
<p>But right now I am trying to bench mark different web servers along with different file systems. I am planning to use &#8216;ab&#8217; too.</p>
<p>I am planning to send POST requests. Could you please send me a sample POST file you used with -p option.  Is there any way I could send upload file request within the POST data file. I am planning to send a HTTP POST request for uploading/downloading static data files which are of different sizes</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plot diagrams with gnuplot by sahan</title>
		<link>http://damithakumarage.wordpress.com/2009/09/22/plot-diagrams-with-gnuplot/#comment-156</link>
		<dc:creator>sahan</dc:creator>
		<pubDate>Tue, 22 Sep 2009 15:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/?p=277#comment-156</guid>
		<description>gnuplot is indeed a damn good tool ... you can automate most of the graphing part (even the changing .dat file part - with the help of awk, sed, perl).
This web site is a very good reference : http://t16web.lanl.gov/Kawano/gnuplot/index-e.html</description>
		<content:encoded><![CDATA[<p>gnuplot is indeed a damn good tool &#8230; you can automate most of the graphing part (even the changing .dat file part &#8211; with the help of awk, sed, perl).<br />
This web site is a very good reference : <a href="http://t16web.lanl.gov/Kawano/gnuplot/index-e.html" rel="nofollow">http://t16web.lanl.gov/Kawano/gnuplot/index-e.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing WSF/PHP on Linux by KLS DInesh</title>
		<link>http://damithakumarage.wordpress.com/2008/09/07/installing-wsfphp-on-linux/#comment-154</link>
		<dc:creator>KLS DInesh</dc:creator>
		<pubDate>Wed, 16 Sep 2009 10:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/?p=78#comment-154</guid>
		<description>actual error is as follows;

/root/Desktop/wsf-php/wso2-wsf-php-src-2.0.0/src/wsf_wsdl.c:1135: error: &#039;zval&#039; has no member named &#039;is_ref&#039;
make[2]: *** [wsf_wsdl.lo] Error 1
make[2]: Leaving directory `/root/Desktop/wsf-php/wso2-wsf-php-src-2.0.0/src&#039;
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Desktop/wsf-php/wso2-wsf-php-src-2.0.0&#039;
make: *** [all] Error 2</description>
		<content:encoded><![CDATA[<p>actual error is as follows;</p>
<p>/root/Desktop/wsf-php/wso2-wsf-php-src-2.0.0/src/wsf_wsdl.c:1135: error: &#8216;zval&#8217; has no member named &#8216;is_ref&#8217;<br />
make[2]: *** [wsf_wsdl.lo] Error 1<br />
make[2]: Leaving directory `/root/Desktop/wsf-php/wso2-wsf-php-src-2.0.0/src&#8217;<br />
make[1]: *** [all-recursive] Error 1<br />
make[1]: Leaving directory `/root/Desktop/wsf-php/wso2-wsf-php-src-2.0.0&#8242;<br />
make: *** [all] Error 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing WSF/PHP on Linux by KLS DInesh</title>
		<link>http://damithakumarage.wordpress.com/2008/09/07/installing-wsfphp-on-linux/#comment-153</link>
		<dc:creator>KLS DInesh</dc:creator>
		<pubDate>Wed, 16 Sep 2009 06:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/?p=78#comment-153</guid>
		<description>when i try to install downloaded &quot;wsf/php &quot; and run ./configure....... , i am getting following error;

make[2]: *** [wsf_wsdl.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/root/Desktop/wsf-php/wso2-wsf-php-src-2.0.0/src&#039;
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Desktop/wsf-php/wso2-wsf-php-src-2.0.0&#039;
make: *** [all] Error 2

please help me</description>
		<content:encoded><![CDATA[<p>when i try to install downloaded &#8220;wsf/php &#8221; and run ./configure&#8230;&#8230;. , i am getting following error;</p>
<p>make[2]: *** [wsf_wsdl.lo] Error 1<br />
make[2]: *** Waiting for unfinished jobs&#8230;.<br />
make[2]: Leaving directory `/root/Desktop/wsf-php/wso2-wsf-php-src-2.0.0/src&#8217;<br />
make[1]: *** [all-recursive] Error 1<br />
make[1]: Leaving directory `/root/Desktop/wsf-php/wso2-wsf-php-src-2.0.0&#8242;<br />
make: *** [all] Error 2</p>
<p>please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on When faced with flat tire by Isuru</title>
		<link>http://damithakumarage.wordpress.com/2009/03/15/when-faced-with-flat-tire/#comment-148</link>
		<dc:creator>Isuru</dc:creator>
		<pubDate>Sun, 14 Jun 2009 21:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/?p=253#comment-148</guid>
		<description>never heard about this tool b4;)</description>
		<content:encoded><![CDATA[<p>never heard about this tool b4;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is good for Axis2/C pthreads or cbthreads? by damitha23</title>
		<link>http://damithakumarage.wordpress.com/2009/03/08/what-is-good-for-axis2c-pthreads-or-cbthreads/#comment-145</link>
		<dc:creator>damitha23</dc:creator>
		<pubDate>Mon, 04 May 2009 02:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/?p=217#comment-145</guid>
		<description>It is not correct say that Axis2/C is bound to Apache. It is true that Axis2/C can run as a module in Apache. But it do so also with IIS. It was a design decision at out set not to depend on APR because that could be problem with scripting language/browser integration.</description>
		<content:encoded><![CDATA[<p>It is not correct say that Axis2/C is bound to Apache. It is true that Axis2/C can run as a module in Apache. But it do so also with IIS. It was a design decision at out set not to depend on APR because that could be problem with scripting language/browser integration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is good for Axis2/C pthreads or cbthreads? by Roberto</title>
		<link>http://damithakumarage.wordpress.com/2009/03/08/what-is-good-for-axis2c-pthreads-or-cbthreads/#comment-144</link>
		<dc:creator>Roberto</dc:creator>
		<pubDate>Sun, 03 May 2009 14:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/?p=217#comment-144</guid>
		<description>Hi Damitha,

since axis2/c is already bound with apache modules, why not use apr_thread_proc?
  (at least it is APL-licensed and plain C)


Ciao!


R</description>
		<content:encoded><![CDATA[<p>Hi Damitha,</p>
<p>since axis2/c is already bound with apache modules, why not use apr_thread_proc?<br />
  (at least it is APL-licensed and plain C)</p>
<p>Ciao!</p>
<p>R</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on When faced with flat tire by Ayanthi</title>
		<link>http://damithakumarage.wordpress.com/2009/03/15/when-faced-with-flat-tire/#comment-120</link>
		<dc:creator>Ayanthi</dc:creator>
		<pubDate>Fri, 27 Mar 2009 10:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/?p=253#comment-120</guid>
		<description>Certainly good to have :D Have seen those before but never bothered as I never believed it could be true. Thanks.</description>
		<content:encoded><![CDATA[<p>Certainly good to have <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Have seen those before but never bothered as I never believed it could be true. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Axis2/C 1.4 Version 1.4.0 Released. by damitha23</title>
		<link>http://damithakumarage.wordpress.com/2008/05/08/axis2c-14-version-140-released/#comment-118</link>
		<dc:creator>damitha23</dc:creator>
		<pubDate>Thu, 26 Mar 2009 06:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/?p=25#comment-118</guid>
		<description>Hi Gagan,
Please send your problem to Axis2/C dev mailing list axis-c-dev@ws.apache.org. If you send more details (may be code of your client program and your request as captured by tcpmon etc etc) it will be more helpful for the people there to help you</description>
		<content:encoded><![CDATA[<p>Hi Gagan,<br />
Please send your problem to Axis2/C dev mailing list <a href="mailto:axis-c-dev@ws.apache.org">axis-c-dev@ws.apache.org</a>. If you send more details (may be code of your client program and your request as captured by tcpmon etc etc) it will be more helpful for the people there to help you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Axis2/C 1.4 Version 1.4.0 Released. by Gagan</title>
		<link>http://damithakumarage.wordpress.com/2008/05/08/axis2c-14-version-140-released/#comment-117</link>
		<dc:creator>Gagan</dc:creator>
		<pubDate>Thu, 26 Mar 2009 05:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/?p=25#comment-117</guid>
		<description>Hi Damitha,

I am trying to write a web service client in AXIS2C but I am hitting a road block when I am trying to consume a web service. I somehow feel it may be related to the SOAP header etc. I am getting the error message while trying to consume the web service:

http://www50.brinkster.com/vbfacileinpt/np.asmx?wsdl

-------------
The value of the input node is 9 
It has come in this function 
The payload sent here is 9 
The value of the node is 
      soap:Server
      System.Web.Services.Protocols.SoapException: Server was unable to process request. ---&gt; 
System.ArgumentOutOfRangeException: Length cannot be less than zero.
Parameter name: length
   at System.String.Substring(Int32 startIndex, Int32 length)
   at PrimeNumbers.PrimeNumbers.npr(Int64 inf)
   at PrimeNumbers.PrimeNumbers.GetPrimeNumbers(Int32 max)
   --- End of inner exception stack trace ---
      
    
-------------

If you can provide some code if you have something ready or any pointers where things may be going wrong, it will be really helpful.

-Gagan</description>
		<content:encoded><![CDATA[<p>Hi Damitha,</p>
<p>I am trying to write a web service client in AXIS2C but I am hitting a road block when I am trying to consume a web service. I somehow feel it may be related to the SOAP header etc. I am getting the error message while trying to consume the web service:</p>
<p><a href="http://www50.brinkster.com/vbfacileinpt/np.asmx?wsdl" rel="nofollow">http://www50.brinkster.com/vbfacileinpt/np.asmx?wsdl</a></p>
<p>&#8212;&#8212;&#8212;&#8212;-<br />
The value of the input node is 9<br />
It has come in this function<br />
The payload sent here is 9<br />
The value of the node is<br />
      soap:Server<br />
      System.Web.Services.Protocols.SoapException: Server was unable to process request. &#8212;&gt;<br />
System.ArgumentOutOfRangeException: Length cannot be less than zero.<br />
Parameter name: length<br />
   at System.String.Substring(Int32 startIndex, Int32 length)<br />
   at PrimeNumbers.PrimeNumbers.npr(Int64 inf)<br />
   at PrimeNumbers.PrimeNumbers.GetPrimeNumbers(Int32 max)<br />
   &#8212; End of inner exception stack trace &#8212;</p>
<p>&#8212;&#8212;&#8212;&#8212;-</p>
<p>If you can provide some code if you have something ready or any pointers where things may be going wrong, it will be really helpful.</p>
<p>-Gagan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Benchmark testing tools for Web Services by Benchmark testing with httperf &#171; Damitha&#8217;s Web Log</title>
		<link>http://damithakumarage.wordpress.com/2008/07/11/benchmark-testing-tools-for-web-services/#comment-112</link>
		<dc:creator>Benchmark testing with httperf &#171; Damitha&#8217;s Web Log</dc:creator>
		<pubDate>Sun, 15 Mar 2009 04:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/?p=26#comment-112</guid>
		<description>[...] 15, 2009 by damitha23    In a previous blog I discussed benchmark testing tools I used for some benchmark perposes. At that time I really used [...]</description>
		<content:encoded><![CDATA[<p>[...] 15, 2009 by damitha23    In a previous blog I discussed benchmark testing tools I used for some benchmark perposes. At that time I really used [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Benchmark testing tools for Web Services by Aaron</title>
		<link>http://damithakumarage.wordpress.com/2008/07/11/benchmark-testing-tools-for-web-services/#comment-97</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 21 Nov 2008 22:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/?p=26#comment-97</guid>
		<description>Just stumbled upon this entry.  I too had the same problem - need to do performance testing against a HTTP endpoint with postfiles.  Suprisingly difficult to find a tool that does this well...

I&#039;m in agreement with you, I&#039;ve been using AB for about 3 years now, and its hugely successful.  A very good combination of what you want, and simplicity.  Easy to setup/configure/modify, good level of statistics, and can effectively pound the crap out of your webserver.

My only gripes with it are:
- unable to support HTTP Digest
- unable to support client-side x509 certificate authentication (does support SSL well with openssl built in).
- no ability to ramp up users and concurrency - its all or nothing.

I&#039;ve been looking at curl-loader as a possible substitute, but it doesn&#039;t seem to do postfiles either (hard to tell though).</description>
		<content:encoded><![CDATA[<p>Just stumbled upon this entry.  I too had the same problem &#8211; need to do performance testing against a HTTP endpoint with postfiles.  Suprisingly difficult to find a tool that does this well&#8230;</p>
<p>I&#8217;m in agreement with you, I&#8217;ve been using AB for about 3 years now, and its hugely successful.  A very good combination of what you want, and simplicity.  Easy to setup/configure/modify, good level of statistics, and can effectively pound the crap out of your webserver.</p>
<p>My only gripes with it are:<br />
- unable to support HTTP Digest<br />
- unable to support client-side x509 certificate authentication (does support SSL well with openssl built in).<br />
- no ability to ramp up users and concurrency &#8211; its all or nothing.</p>
<p>I&#8217;ve been looking at curl-loader as a possible substitute, but it doesn&#8217;t seem to do postfiles either (hard to tell though).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on lighttpd module for Axis2/C by Dinesh</title>
		<link>http://damithakumarage.wordpress.com/2008/07/25/lighttpd-module-for-axis2c/#comment-93</link>
		<dc:creator>Dinesh</dc:creator>
		<pubDate>Sun, 26 Oct 2008 02:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/?p=56#comment-93</guid>
		<description>Damitha, Thanks a lot for such a good admiration. Yes it is a very good time we had in WSO2. I miss my friends here a lot</description>
		<content:encoded><![CDATA[<p>Damitha, Thanks a lot for such a good admiration. Yes it is a very good time we had in WSO2. I miss my friends here a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Indigenous Music by Lahiru Sandakith Gallege</title>
		<link>http://damithakumarage.wordpress.com/2008/09/11/indigenous-music/#comment-86</link>
		<dc:creator>Lahiru Sandakith Gallege</dc:creator>
		<pubDate>Sun, 28 Sep 2008 22:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/?p=82#comment-86</guid>
		<description>Also one comment on this, I came to know in a radio program this song is one of the very rare songs that plays &quot;Horanewa&quot; as its pure form...  I rem it when I read your blog</description>
		<content:encoded><![CDATA[<p>Also one comment on this, I came to know in a radio program this song is one of the very rare songs that plays &#8220;Horanewa&#8221; as its pure form&#8230;  I rem it when I read your blog</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Beautiful Anjuta by Dinesh</title>
		<link>http://damithakumarage.wordpress.com/2008/09/11/beautiful-anjuta/#comment-85</link>
		<dc:creator>Dinesh</dc:creator>
		<pubDate>Sat, 20 Sep 2008 01:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/?p=96#comment-85</guid>
		<description>just kidding ;)</description>
		<content:encoded><![CDATA[<p>just kidding <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Beautiful Anjuta by Dinesh</title>
		<link>http://damithakumarage.wordpress.com/2008/09/11/beautiful-anjuta/#comment-84</link>
		<dc:creator>Dinesh</dc:creator>
		<pubDate>Sat, 20 Sep 2008 01:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/?p=96#comment-84</guid>
		<description>I&#039;m glad that you are happy with Anjuta at last ! Emacs is the best though ;)</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad that you are happy with Anjuta at last ! Emacs is the best though <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Axis2/C Apache2 Module. Can it be further improved? by iLinkShare (Web 2.0 linksharing)</title>
		<link>http://damithakumarage.wordpress.com/2008/07/20/axis2c-apache2-module-can-it-be-further-improved/#comment-80</link>
		<dc:creator>iLinkShare (Web 2.0 linksharing)</dc:creator>
		<pubDate>Mon, 18 Aug 2008 12:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/?p=41#comment-80</guid>
		<description>&lt;strong&gt;Apache2 Links...&lt;/strong&gt;

Tagged your site as apache2 at iLinkShare!...</description>
		<content:encoded><![CDATA[<p><strong>Apache2 Links&#8230;</strong></p>
<p>Tagged your site as apache2 at iLinkShare!&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Profiling tools that I used to profile Axis2/C by Using valgrind to debug/profile Axis2/C &#171; Damitha&#8217;s Web Log</title>
		<link>http://damithakumarage.wordpress.com/2008/07/20/profiling-tools-that-i-used-to-profile-axis2c/#comment-74</link>
		<dc:creator>Using valgrind to debug/profile Axis2/C &#171; Damitha&#8217;s Web Log</dc:creator>
		<pubDate>Fri, 08 Aug 2008 04:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/?p=39#comment-74</guid>
		<description>[...] To do profiling Axis2/C modules/services with valgrind see previous entry here. [...]</description>
		<content:encoded><![CDATA[<p>[...] To do profiling Axis2/C modules/services with valgrind see previous entry here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Axis2/C Apache2 Module. Can it be further improved? by lighttpd module for Axis2/C &#171; Damitha&#8217;s Web Log</title>
		<link>http://damithakumarage.wordpress.com/2008/07/20/axis2c-apache2-module-can-it-be-further-improved/#comment-72</link>
		<dc:creator>lighttpd module for Axis2/C &#171; Damitha&#8217;s Web Log</dc:creator>
		<pubDate>Fri, 25 Jul 2008 16:33:19 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/?p=41#comment-72</guid>
		<description>[...] mentioned that Axis2/C version 1.5 reached 25K tps performance margin running on Apache2. I hope Axis2/C [...]</description>
		<content:encoded><![CDATA[<p>[...] mentioned that Axis2/C version 1.5 reached 25K tps performance margin running on Apache2. I hope Axis2/C [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Benchmark testing tools for Web Services by freeyourtech</title>
		<link>http://damithakumarage.wordpress.com/2008/07/11/benchmark-testing-tools-for-web-services/#comment-71</link>
		<dc:creator>freeyourtech</dc:creator>
		<pubDate>Fri, 25 Jul 2008 14:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/?p=26#comment-71</guid>
		<description>I have been looking for a way to load-test our postgresql servers, so I have tried tsung and so far I am very impressed. Having said that, I was also fortunate enough to attend the 1st Erlang Exchange meeting in London a few weeks ago, where the people who have actually written this stuff staged a tutorial!

Tsung is not meant to be a &#039;I shall repeat this POST request one million times per second and see what happens&#039; tool. One of its strong points is you are able to generate &quot;realistic&quot; testing scenaria, which may be as complex as you like, including parsing results and performing dynamic substitution for subsequent requests.

The easiest way to get started with tsung is to use its &quot;recorder&quot; mode - you may use a tsung process as a proxy, use your browser through this proxy to do everything a user would do and a tsung configuration file is automatically generated for you.

I know things in the open source world sometimes are not as user-friendly as they could be, but tsung is definitely worth another look if you are serious about load-testing with &quot;realistic&quot; test cases.

Michael</description>
		<content:encoded><![CDATA[<p>I have been looking for a way to load-test our postgresql servers, so I have tried tsung and so far I am very impressed. Having said that, I was also fortunate enough to attend the 1st Erlang Exchange meeting in London a few weeks ago, where the people who have actually written this stuff staged a tutorial!</p>
<p>Tsung is not meant to be a &#8216;I shall repeat this POST request one million times per second and see what happens&#8217; tool. One of its strong points is you are able to generate &#8220;realistic&#8221; testing scenaria, which may be as complex as you like, including parsing results and performing dynamic substitution for subsequent requests.</p>
<p>The easiest way to get started with tsung is to use its &#8220;recorder&#8221; mode &#8211; you may use a tsung process as a proxy, use your browser through this proxy to do everything a user would do and a tsung configuration file is automatically generated for you.</p>
<p>I know things in the open source world sometimes are not as user-friendly as they could be, but tsung is definitely worth another look if you are serious about load-testing with &#8220;realistic&#8221; test cases.</p>
<p>Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Axis2 C design issue? by Apache Axis2/C Programming Model &#171; Damitha&#8217;s Web Log</title>
		<link>http://damithakumarage.wordpress.com/2007/09/23/an-axis2-c-design-issue/#comment-69</link>
		<dc:creator>Apache Axis2/C Programming Model &#171; Damitha&#8217;s Web Log</dc:creator>
		<pubDate>Tue, 22 Jul 2008 10:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/2007/09/23/an-axis2-c-design-issue/#comment-69</guid>
		<description>[...] like to talk about our programming model when it comes to Axis2/C Apache2 module. As discussed in a earlier blog suppose two requests come to Axis2/C sequentially. Say the first request is served by one apache [...]</description>
		<content:encoded><![CDATA[<p>[...] like to talk about our programming model when it comes to Axis2/C Apache2 module. As discussed in a earlier blog suppose two requests come to Axis2/C sequentially. Say the first request is served by one apache [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Soap Action and Addressing action by damitha23</title>
		<link>http://damithakumarage.wordpress.com/2008/02/12/soap-action-and-addressing-action/#comment-46</link>
		<dc:creator>damitha23</dc:creator>
		<pubDate>Mon, 07 Apr 2008 18:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/?p=10#comment-46</guid>
		<description>Hi jvleminc,
You need to specifically set soap action in your Axis2/c client as follows to make it send soapAction http header.

axutil_string_t *soap_action =   axutil_string_create(env,&quot;axis2/c/samples/echoString&quot;);

axis2_options_set_soap_action(options, env, soap_action);

By doing just 

axis2_options_set_action(options, env, action);

add addressing action soap header. Note that if you call this function in your Axis2/C client application addressing will be automatically engaged even when you don&#039;t specifically call

axis2_svc_client_engage_module(svc_client, env, AXIS2_MODULE_ADDRESSING);

To learn more about more about ws addressing read article
http://wso2.org/library/2605</description>
		<content:encoded><![CDATA[<p>Hi jvleminc,<br />
You need to specifically set soap action in your Axis2/c client as follows to make it send soapAction http header.</p>
<p>axutil_string_t *soap_action =   axutil_string_create(env,&#8221;axis2/c/samples/echoString&#8221;);</p>
<p>axis2_options_set_soap_action(options, env, soap_action);</p>
<p>By doing just </p>
<p>axis2_options_set_action(options, env, action);</p>
<p>add addressing action soap header. Note that if you call this function in your Axis2/C client application addressing will be automatically engaged even when you don&#8217;t specifically call</p>
<p>axis2_svc_client_engage_module(svc_client, env, AXIS2_MODULE_ADDRESSING);</p>
<p>To learn more about more about ws addressing read article<br />
<a href="http://wso2.org/library/2605" rel="nofollow">http://wso2.org/library/2605</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Soap Action and Addressing action by jvleminc</title>
		<link>http://damithakumarage.wordpress.com/2008/02/12/soap-action-and-addressing-action/#comment-45</link>
		<dc:creator>jvleminc</dc:creator>
		<pubDate>Mon, 07 Apr 2008 09:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/?p=10#comment-45</guid>
		<description>Hi,

I am making my first steps with axis2c, coming from a java world it is ...different :-) Anyway, I wanted to know if your client (using axis2c) sends a Soap-action in the http header, since mine doesn&#039;t seem to set it and I don&#039;t understand why :-( Thanks a lot and keep up the good work ! :-)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am making my first steps with axis2c, coming from a java world it is &#8230;different <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Anyway, I wanted to know if your client (using axis2c) sends a Soap-action in the http header, since mine doesn&#8217;t seem to set it and I don&#8217;t understand why <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  Thanks a lot and keep up the good work ! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Great Team Work by sandakith</title>
		<link>http://damithakumarage.wordpress.com/2007/09/25/great-team-work/#comment-6</link>
		<dc:creator>sandakith</dc:creator>
		<pubDate>Tue, 20 Nov 2007 07:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/2007/09/25/great-team-work/#comment-6</guid>
		<description>great to hear that all team stick together !! &amp; also came up with bright ideas to  to fight against the situation.</description>
		<content:encoded><![CDATA[<p>great to hear that all team stick together !! &amp; also came up with bright ideas to  to fight against the situation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Axis2 C design issue? by Supun</title>
		<link>http://damithakumarage.wordpress.com/2007/09/23/an-axis2-c-design-issue/#comment-5</link>
		<dc:creator>Supun</dc:creator>
		<pubDate>Fri, 12 Oct 2007 16:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/2007/09/23/an-axis2-c-design-issue/#comment-5</guid>
		<description>The same problem exists with IIS 6.0.</description>
		<content:encoded><![CDATA[<p>The same problem exists with IIS 6.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Great Team Work by Dinesh</title>
		<link>http://damithakumarage.wordpress.com/2007/09/25/great-team-work/#comment-4</link>
		<dc:creator>Dinesh</dc:creator>
		<pubDate>Thu, 27 Sep 2007 10:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/2007/09/25/great-team-work/#comment-4</guid>
		<description>yeah, I remember that was a great experience that I ever had... We should go another trip soon.. :D</description>
		<content:encoded><![CDATA[<p>yeah, I remember that was a great experience that I ever had&#8230; We should go another trip soon.. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Axis2 C design issue? by davanum</title>
		<link>http://damithakumarage.wordpress.com/2007/09/23/an-axis2-c-design-issue/#comment-3</link>
		<dc:creator>davanum</dc:creator>
		<pubDate>Sun, 23 Sep 2007 15:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/2007/09/23/an-axis2-c-design-issue/#comment-3</guid>
		<description>another trick... http://apr.apache.org/docs/apr-util/1.3/group___a_p_r___util___m_c.html</description>
		<content:encoded><![CDATA[<p>another trick&#8230; <a href="http://apr.apache.org/docs/apr-util/1.3/group___a_p_r___util___m_c.html" rel="nofollow">http://apr.apache.org/docs/apr-util/1.3/group___a_p_r___util___m_c.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Axis2 C design issue? by davanum</title>
		<link>http://damithakumarage.wordpress.com/2007/09/23/an-axis2-c-design-issue/#comment-2</link>
		<dc:creator>davanum</dc:creator>
		<pubDate>Sun, 23 Sep 2007 15:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://damithakumarage.wordpress.com/2007/09/23/an-axis2-c-design-issue/#comment-2</guid>
		<description>Damitha,

Search for &quot;session.save_path&quot;

http://www.google.com/search?hl=en&amp;q=session.save_path&amp;btnG=Google+Search

thanks,
dims</description>
		<content:encoded><![CDATA[<p>Damitha,</p>
<p>Search for &#8220;session.save_path&#8221;</p>
<p><a href="http://www.google.com/search?hl=en&amp;q=session.save_path&amp;btnG=Google+Search" rel="nofollow">http://www.google.com/search?hl=en&amp;q=session.save_path&amp;btnG=Google+Search</a></p>
<p>thanks,<br />
dims</p>
]]></content:encoded>
	</item>
</channel>
</rss>
