JAX-RPC client generation in Maven2 project

2009-02-27 Thread Ryan de Laplante
Hi, I'd like to add a JAX-RPC client to my JEE5 web project. I tried using NetBeans 6.7M2's web service client wizard to see what it adds to my POM, but it won't get past the first screen because it wants a JAX-RPC plugin. I already have the JAX-RPC plugin installed in NetBeans and tested t

Re: JAX-RPC client generation in Maven2 project

2009-03-06 Thread Ryan de Laplante
For anyone following this thread now or in the future, here is the solution I used: org.apache.axis axis 1.4 compile org.apache.axis axis-jaxrpc 1.4 compile commons-discovery commons-discovery 0.4 compile wsdl4j wsdl4j 1.6.2 compile or

Re: JAX-RPC client generation in Maven2 project

2009-03-06 Thread Wayne Fay
On Fri, Mar 6, 2009 at 11:19 AM, Ryan de Laplante wrote: > For anyone following this thread now or in the future, here is the solution > I used: Ryan, you're a model citizen... I assume this will go on your blog too, right? ;-) Wayne -

Re: JAX-RPC client generation in Maven2 project

2009-03-06 Thread Ryan de Laplante
Wayne Fay wrote: On Fri, Mar 6, 2009 at 11:19 AM, Ryan de Laplante wrote: For anyone following this thread now or in the future, here is the solution I used: Ryan, you're a model citizen... I assume this will go on your blog too, right? ;-) Wayne Thank you! That is a good idea,

Re: JAX-RPC client generation in Maven2 project

2009-03-07 Thread Ryan de Laplante
Ryan de Laplante wrote: Wayne Fay wrote: On Fri, Mar 6, 2009 at 11:19 AM, Ryan de Laplante wrote: For anyone following this thread now or in the future, here is the solution I used: Ryan, you're a model citizen... I assume this will go on your blog too, right? ;-) Wayne Thank yo