You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Rick Reumann <ri...@gmail.com> on 2007/06/28 21:17:24 UTC

Why don't the docs tell you which jars you need to include for your generated stubs to compile???

Man, this is frustrating. I used wsdl2java to create my generated
stubs. Now I want to use the client stub src and my own client in an
application that I deploy on JBoss. Problem is I know have to figure
out which of the million jars in the axis/lib that I need so that it
builds. I can't find anywhere in the user guide where the jars needed
are mentioned.

-- 
Rick

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: Why don't the docs tell you which jars you need to include for your generated stubs to compile???

Posted by Davanum Srinivas <da...@gmail.com>.
xmlbeans is slow, but does guarantee 100% schema compliance.

-- dims

On 6/28/07, Rick Reumann <ri...@gmail.com> wrote:
> Thanks Gul, I'm using ADB, but I think I figured out most of the
> classes I need. Is there a big advantage to using the xmlbeans stub
> generation as opposed to ADB? Looking at the user guide I couldn't
> really tell what the advantage is.
>
> On 6/28/07, Gul Onural <on...@nortel.com> wrote:
> > Programming a client using the client stubs (using xmlbean option)
> > generated with wsdl2java requires the following files (at least most of
> > them, not sure you can further reduce the list below) :
> >
> >
> > axiom-api-1.2.4.jar
> > axiom-impl-1.2.4.jar
> > axis2-kernel-1.2.jar
> > stax-api-1.0.1.jar
> > commons-logging-1.1.jar
> > commons-codec-1.3.jar
> > commons-httpclient-3.0.1.jar
> > mail-1.4.jar
> > wsdl4j-1.6.2.jar
> > wstx-asl-3.2.1.jar
> > XmlSchema-1.3.1.jar
> > backport-util-concurrent-2.2.jar
> > jaxen-1.1-beta-10.jar
> > addressing-1.2.mar
> > xbean-2.2.0.jar
> >
> >
> > -----Original Message-----
> > From: Rick Reumann [mailto:rickcr@gmail.com]
> > Sent: Thursday, June 28, 2007 3:17 PM
> > To: axis-user@ws.apache.org
> > Subject: Why don't the docs tell you which jars you need to include for
> > your generated stubs to compile???
> >
> > Man, this is frustrating. I used wsdl2java to create my generated stubs.
> > Now I want to use the client stub src and my own client in an
> > application that I deploy on JBoss. Problem is I know have to figure out
> > which of the million jars in the axis/lib that I need so that it builds.
> > I can't find anywhere in the user guide where the jars needed are
> > mentioned.
> >
> > --
> > Rick
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-user-help@ws.apache.org
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-user-help@ws.apache.org
> >
> >
>
>
> --
> Rick
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Davanum Srinivas :: http://davanum.wordpress.com

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: Why don't the docs tell you which jars you need to include for your generated stubs to compile???

Posted by Rick Reumann <ri...@gmail.com>.
Thanks Gul, I'm using ADB, but I think I figured out most of the
classes I need. Is there a big advantage to using the xmlbeans stub
generation as opposed to ADB? Looking at the user guide I couldn't
really tell what the advantage is.

On 6/28/07, Gul Onural <on...@nortel.com> wrote:
> Programming a client using the client stubs (using xmlbean option)
> generated with wsdl2java requires the following files (at least most of
> them, not sure you can further reduce the list below) :
>
>
> axiom-api-1.2.4.jar
> axiom-impl-1.2.4.jar
> axis2-kernel-1.2.jar
> stax-api-1.0.1.jar
> commons-logging-1.1.jar
> commons-codec-1.3.jar
> commons-httpclient-3.0.1.jar
> mail-1.4.jar
> wsdl4j-1.6.2.jar
> wstx-asl-3.2.1.jar
> XmlSchema-1.3.1.jar
> backport-util-concurrent-2.2.jar
> jaxen-1.1-beta-10.jar
> addressing-1.2.mar
> xbean-2.2.0.jar
>
>
> -----Original Message-----
> From: Rick Reumann [mailto:rickcr@gmail.com]
> Sent: Thursday, June 28, 2007 3:17 PM
> To: axis-user@ws.apache.org
> Subject: Why don't the docs tell you which jars you need to include for
> your generated stubs to compile???
>
> Man, this is frustrating. I used wsdl2java to create my generated stubs.
> Now I want to use the client stub src and my own client in an
> application that I deploy on JBoss. Problem is I know have to figure out
> which of the million jars in the axis/lib that I need so that it builds.
> I can't find anywhere in the user guide where the jars needed are
> mentioned.
>
> --
> Rick
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Rick

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


RE: Why don't the docs tell you which jars you need to include for your generated stubs to compile???

Posted by Gul Onural <on...@nortel.com>.
Programming a client using the client stubs (using xmlbean option)
generated with wsdl2java requires the following files (at least most of
them, not sure you can further reduce the list below) :


axiom-api-1.2.4.jar
axiom-impl-1.2.4.jar
axis2-kernel-1.2.jar
stax-api-1.0.1.jar
commons-logging-1.1.jar
commons-codec-1.3.jar
commons-httpclient-3.0.1.jar
mail-1.4.jar
wsdl4j-1.6.2.jar
wstx-asl-3.2.1.jar
XmlSchema-1.3.1.jar
backport-util-concurrent-2.2.jar
jaxen-1.1-beta-10.jar
addressing-1.2.mar
xbean-2.2.0.jar
 

-----Original Message-----
From: Rick Reumann [mailto:rickcr@gmail.com] 
Sent: Thursday, June 28, 2007 3:17 PM
To: axis-user@ws.apache.org
Subject: Why don't the docs tell you which jars you need to include for
your generated stubs to compile???

Man, this is frustrating. I used wsdl2java to create my generated stubs.
Now I want to use the client stub src and my own client in an
application that I deploy on JBoss. Problem is I know have to figure out
which of the million jars in the axis/lib that I need so that it builds.
I can't find anywhere in the user guide where the jars needed are
mentioned.

--
Rick

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org