<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://netbeans.dzone.com"  xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dz="http://www.developerzone.com/modules/dz/1.0" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
 <title>NetBeans Zone - Comments for &quot;5 Techniques for Creating Java Web Services from WSDL&quot;</title>
 <link>http://netbeans.dzone.com/news/5-techniques-create-web-servic</link>
 <description>Comments for &quot;5 Techniques for Creating Java Web Services from WSDL&quot;</description>
 <language>en</language>
<item>
 <title>Not a problem, as long as</title>
 <link>http://netbeans.dzone.com/news/5-techniques-create-web-servic#comment-4178</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Not a problem, as long as you annotate each parameter in your web service implementation class with @WebParam(name=&amp;quot;xyz&amp;quot;), where xyz corresponds to the XSD element name used in the WSDL. (I do this when I use document/literal encoding with wrappers enabled). Without the @WebParam annotations you will get errors like&lt;/p&gt;&lt;p&gt;WSException: arg0 is not a valid property on class&lt;/p&gt;&lt;p&gt;when deploying webservices to JBoss. &lt;/p&gt;</description>
 <pubDate>Thu, 19 Jun 2008 03:18:30 -0400</pubDate>
 <dc:creator>smaffeis</dc:creator>
 <guid isPermaLink="false">comment 4178 at http://netbeans.dzone.com</guid>
</item>
<item>
 <title>arg0, arg1 - parameter names</title>
 <link>http://netbeans.dzone.com/news/5-techniques-create-web-servic#comment-4176</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;arg0, arg1 - parameter names in addNumbers method correspond to SEI class signature that was generated by wsimport utility from wsdl file.&lt;/p&gt;&lt;p&gt;Changing param names in method shouldn&#039;t be a problem. &lt;/p&gt;</description>
 <pubDate>Thu, 19 Jun 2008 02:20:54 -0400</pubDate>
 <dc:creator>mkuchtiak</dc:creator>
 <guid isPermaLink="false">comment 4176 at http://netbeans.dzone.com</guid>
</item>
<item>
 <title>Any reason why you are not</title>
 <link>http://netbeans.dzone.com/news/5-techniques-create-web-servic#comment-4151</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Any reason why you are not using more meaningful parameter names than arg0, arg1 etc.?&lt;/p&gt;&lt;p&gt;I&#039;m having problems deploying a webservice on JBoss. Works fine if parameter names&lt;/p&gt;&lt;p&gt;are arg0, arg1 etc. Gives a WSException during deployment if the parameters are meaningful. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;silvano &lt;/p&gt;</description>
 <pubDate>Wed, 18 Jun 2008 11:38:57 -0400</pubDate>
 <dc:creator>smaffeis</dc:creator>
 <guid isPermaLink="false">comment 4151 at http://netbeans.dzone.com</guid>
</item>
<item>
 <title>Good stuff, the most broad</title>
 <link>http://netbeans.dzone.com/news/5-techniques-create-web-servic#comment-2916</link>
 <description>&lt;!--paging_filter--&gt;Good stuff, the most broad overview of SOAP service creation options in NB that I&#039;ve seen.</description>
 <pubDate>Tue, 29 Apr 2008 10:31:26 -0400</pubDate>
 <dc:creator>JeffRubinoff</dc:creator>
 <guid isPermaLink="false">comment 2916 at http://netbeans.dzone.com</guid>
</item>
</channel>
</rss>
