<?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/"
		>
<channel>
	<title>Comments on: Using Axis&#8217;s wsdl2java in a Maven Build</title>
	<atom:link href="http://www.maximporges.com/2009/09/23/using-axiss-wsdl2java-in-a-maven-build/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maximporges.com/2009/09/23/using-axiss-wsdl2java-in-a-maven-build/</link>
	<description>Winning At Yelling</description>
	<lastBuildDate>Wed, 09 Nov 2011 16:13:16 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Maxim Porges</title>
		<link>http://www.maximporges.com/2009/09/23/using-axiss-wsdl2java-in-a-maven-build/comment-page-1/#comment-859</link>
		<dc:creator>Maxim Porges</dc:creator>
		<pubDate>Tue, 25 Oct 2011 18:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.maximporges.com/?p=349#comment-859</guid>
		<description>You should still get a client class from the axistools-maven-plugin that you can invoke directly to call the web service. Have you looked at all the generated files to see if there is a client in there?</description>
		<content:encoded><![CDATA[<p>You should still get a client class from the axistools-maven-plugin that you can invoke directly to call the web service. Have you looked at all the generated files to see if there is a client in there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhordey</title>
		<link>http://www.maximporges.com/2009/09/23/using-axiss-wsdl2java-in-a-maven-build/comment-page-1/#comment-858</link>
		<dc:creator>dhordey</dc:creator>
		<pubDate>Tue, 25 Oct 2011 17:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.maximporges.com/?p=349#comment-858</guid>
		<description>The team i am working with, was generating WS client with eclipse wizard and coded the frontend the way it is using that proxy class. I guess that class is for additional abstraction layer between client and server sides

But now we want to automate the client build with Jenkins. So we have created maven project that uses axistools to run wsdl2java.  And it genereates everything just fine , except of that Proxy class, ..is it missing</description>
		<content:encoded><![CDATA[<p>The team i am working with, was generating WS client with eclipse wizard and coded the frontend the way it is using that proxy class. I guess that class is for additional abstraction layer between client and server sides</p>
<p>But now we want to automate the client build with Jenkins. So we have created maven project that uses axistools to run wsdl2java.  And it genereates everything just fine , except of that Proxy class, ..is it missing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxim Porges</title>
		<link>http://www.maximporges.com/2009/09/23/using-axiss-wsdl2java-in-a-maven-build/comment-page-1/#comment-857</link>
		<dc:creator>Maxim Porges</dc:creator>
		<pubDate>Tue, 25 Oct 2011 15:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.maximporges.com/?p=349#comment-857</guid>
		<description>What do you need that class for?</description>
		<content:encoded><![CDATA[<p>What do you need that class for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhordey</title>
		<link>http://www.maximporges.com/2009/09/23/using-axiss-wsdl2java-in-a-maven-build/comment-page-1/#comment-856</link>
		<dc:creator>dhordey</dc:creator>
		<pubDate>Tue, 25 Oct 2011 14:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.maximporges.com/?p=349#comment-856</guid>
		<description>Hi
When we generate WS client with eclipse, it generates an additional Proxy class (aka.  ServiceProxy.java). We think it related to the &quot;Client type&quot; setting (&quot;Java Proxy&#039;) in the eclipse wizard. 

But when we use axistools plugin or just wsdl2java on command we do not get that class generated.

Could someone shed some light on how eclipse generates that class?  And how to make axistools maven plugin generate that as well?

Thank you</description>
		<content:encoded><![CDATA[<p>Hi<br />
When we generate WS client with eclipse, it generates an additional Proxy class (aka.  ServiceProxy.java). We think it related to the &#8220;Client type&#8221; setting (&#8221;Java Proxy&#8217;) in the eclipse wizard. </p>
<p>But when we use axistools plugin or just wsdl2java on command we do not get that class generated.</p>
<p>Could someone shed some light on how eclipse generates that class?  And how to make axistools maven plugin generate that as well?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxim Porges</title>
		<link>http://www.maximporges.com/2009/09/23/using-axiss-wsdl2java-in-a-maven-build/comment-page-1/#comment-809</link>
		<dc:creator>Maxim Porges</dc:creator>
		<pubDate>Sat, 21 May 2011 14:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.maximporges.com/?p=349#comment-809</guid>
		<description>I would think so, although I&#039;ve never tried. I think the wsdls will just execute in the order they were defined.</description>
		<content:encoded><![CDATA[<p>I would think so, although I&#8217;ve never tried. I think the wsdls will just execute in the order they were defined.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Good Will</title>
		<link>http://www.maximporges.com/2009/09/23/using-axiss-wsdl2java-in-a-maven-build/comment-page-1/#comment-808</link>
		<dc:creator>Good Will</dc:creator>
		<pubDate>Fri, 20 May 2011 22:22:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.maximporges.com/?p=349#comment-808</guid>
		<description>I have multiple imports in my wsdl file. If I need to overwrite few duplicate generated java files. Can we overwrite those Files?</description>
		<content:encoded><![CDATA[<p>I have multiple imports in my wsdl file. If I need to overwrite few duplicate generated java files. Can we overwrite those Files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars</title>
		<link>http://www.maximporges.com/2009/09/23/using-axiss-wsdl2java-in-a-maven-build/comment-page-1/#comment-751</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Thu, 07 Apr 2011 08:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.maximporges.com/?p=349#comment-751</guid>
		<description>Oops, formatting problems there. Trying again:

Add &lt;sourceDirectory&gt;src/main/resources&lt;/sourceDirectory&gt;

inside the &lt;configuration&gt; element.</description>
		<content:encoded><![CDATA[<p>Oops, formatting problems there. Trying again:</p>
<p>Add &lt;sourceDirectory&gt;src/main/resources&lt;/sourceDirectory&gt;</p>
<p>inside the &lt;configuration&gt; element.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars</title>
		<link>http://www.maximporges.com/2009/09/23/using-axiss-wsdl2java-in-a-maven-build/comment-page-1/#comment-750</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Thu, 07 Apr 2011 08:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.maximporges.com/?p=349#comment-750</guid>
		<description>The plugin did not generate anything until I added the following in the 

src/main/resources 

Otherwise, thanks for a nice article!</description>
		<content:encoded><![CDATA[<p>The plugin did not generate anything until I added the following in the </p>
<p>src/main/resources </p>
<p>Otherwise, thanks for a nice article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Joyce</title>
		<link>http://www.maximporges.com/2009/09/23/using-axiss-wsdl2java-in-a-maven-build/comment-page-1/#comment-698</link>
		<dc:creator>Patrick Joyce</dc:creator>
		<pubDate>Thu, 06 Jan 2011 00:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.maximporges.com/?p=349#comment-698</guid>
		<description>within the configuarion tags is what my previous post was supposed to say...</description>
		<content:encoded><![CDATA[<p>within the configuarion tags is what my previous post was supposed to say&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Joyce</title>
		<link>http://www.maximporges.com/2009/09/23/using-axiss-wsdl2java-in-a-maven-build/comment-page-1/#comment-697</link>
		<dc:creator>Patrick Joyce</dc:creator>
		<pubDate>Thu, 06 Jan 2011 00:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.maximporges.com/?p=349#comment-697</guid>
		<description>Nice post, I was going crazy trying to resolve the activation and mail jar dependencies.  The doc for the plugin leads you to believe those should be defined within .

Thanks !</description>
		<content:encoded><![CDATA[<p>Nice post, I was going crazy trying to resolve the activation and mail jar dependencies.  The doc for the plugin leads you to believe those should be defined within .</p>
<p>Thanks !</p>
]]></content:encoded>
	</item>
</channel>
</rss>

