<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Axis2/C and HydraExpress</title>
	<link>http://www.roguewave.com/blog/axis2c-hydraexpress/</link>
	<description>Rogue Wave's C++ blog community shares thoughts on enterprise C++ development, Rogue Wave's products, and application development challenges.</description>
	<pubDate>Wed, 07 Jan 2009 23:26:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: dimuthu</title>
		<link>http://www.roguewave.com/blog/axis2c-hydraexpress/#comment-1028</link>
		<dc:creator>dimuthu</dc:creator>
		<pubDate>Wed, 17 Sep 2008 01:51:52 +0000</pubDate>
		<guid>http://www.roguewave.com/blog/axis2c-hydraexpress/#comment-1028</guid>
		<description>Hi,
With the Axis2/C WSDL2C unwrapped mode you will be having following function signature to handle the above schema.

axis2_char_t *
axis2_skel_GreetingService_hello(const axutil_env_t *env,
                                                      adxis2_char_t* hellorequest)
{
 return "Hello From the Server";
}

Command to generate the code, (here -uw for unwrapping mode).
WSDL2C.sh -uri your.wsdl -ss -uw  -u 

Thanks
Dimuthu
http://dimuthu.org</description>
		<content:encoded><![CDATA[<p>Hi,<br />
With the Axis2/C WSDL2C unwrapped mode you will be having following function signature to handle the above schema.</p>
<p>axis2_char_t *<br />
axis2_skel_GreetingService_hello(const axutil_env_t *env,<br />
                                                      adxis2_char_t* hellorequest)<br />
{<br />
 return &#8220;Hello From the Server&#8221;;<br />
}</p>
<p>Command to generate the code, (here -uw for unwrapping mode).<br />
WSDL2C.sh -uri your.wsdl -ss -uw  -u </p>
<p>Thanks<br />
Dimuthu<br />
<a href="http://dimuthu.org" rel="nofollow">http://dimuthu.org</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
