Re: Minimal set of JARs to embed Axis2 into a webapp?

2008-06-04 Thread Eran Chinthaka
1:47 PM > *To:* axis-user@ws.apache.org > *Subject:* Re: Minimal set of JARs to embed Axis2 into a webapp? > > > > > > +---lib > > > > > axiom-api-1.2.5.jar > > > > > axiom-impl-1.2.5.jar > > > > > axis2-kernel-1.3.jar > > &g

RE: Minimal set of JARs to embed Axis2 into a webapp?

2008-06-04 Thread Kurt Kavanaugh
Can I please be taken off the black list... :-) _ From: Kurt Kavanaugh Sent: Monday, June 02, 2008 1:47 PM To: axis-user@ws.apache.org Subject: Re: Minimal set of JARs to embed Axis2 into a webapp? > > +---lib > > > axiom-api-1.2.5.jar > > > axiom-im

Re: Minimal set of JARs to embed Axis2 into a webapp?

2008-06-02 Thread Kurt Kavanaugh
> > +---lib > > > axiom-api-1.2.5.jar > > > axiom-impl-1.2.5.jar > > > axis2-kernel-1.3.jar > > > backport-util-concurrent-2.2.jar > > > commons-fileupload-1.1.1.jar > > > commons-httpclient-3.0.1.jar > > > jax-qname-1.5.jar (QName API part of stax-api) neethi-2.0.2.jar > > > wsdl4j-1.6.2.jar wstx-

RE: Minimal set of JARs to embed Axis2 into a webapp?

2008-04-24 Thread Savitsky, Alex
-Original Message- From: Davy Toch [mailto:[EMAIL PROTECTED] Sent: April 22, 2008 3:17 PM To: axis-user@ws.apache.org Subject: Re: Minimal set of JARs to embed Axis2 into a webapp? And on client-side we included the following deps: MyWebService-stub.jar (XmlBeans based, generated by Axis2 ANT

Re: Minimal set of JARs to embed Axis2 into a webapp?

2008-04-22 Thread Davy Toch
And on client-side we included the following deps: MyWebService-stub.jar (XmlBeans based, generated by Axis2 ANT task) axiom-api-1.2.5.jar axiom-impl-1.2.5.jar axis2-kernel-1.3.jar commons-codec-1.3.jar commons-httpclient-3.0.1.jar stax-api-1.0.1.jar wsdl4j-1.6.2.jar wstx-asl-3.

Re: Minimal set of JARs to embed Axis2 into a webapp?

2008-04-22 Thread Davy Toch
We trimmed down the required deps through trial and error, meaning we first included them all to make a working webservice and then we deleted one by one every unnecessary dep after which we tested whether it still worked or not. The complexity we had : - we had to include our Axis2 war inside an

RE: Minimal set of JARs to embed Axis2 into a webapp?

2008-04-22 Thread Sean Conlon
We are looking to do the same thing, but for the client (only have the minimal amount of jars required to perform the basics). So if anyone knows the list for the client, could you please provide that as well? From: Savitsky, Alex [mailto:[EMAIL PROTECTED]