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 Jacques-Olivier Goussard <jo...@nuance.com> on 2003/01/09 19:03:07 UTC

[wsif] axis client jar ?

Hi
Is there a way to build an AXIS client-only jar ?
I'm using WSIF and would be interested in packaging 
only the needed client classes of AXIS instead of
the whole stuff.
Anybody tried that before ?
Thanks
	Jacques-Olivier

Re: [wsif] axis client jar ?

Posted by Nirmal Mukhi <nm...@us.ibm.com>.
Hello Jacques,

At some point we plan to make WSIF modular so that you can make a WSIF 
distribution containing only the providers you use; this would make the 
build environment and the runtime environment much easier.

For now you will need to build the core WSIF classes (everything outside 
of the org/apache/wsif/providers) and the Axis provider, plus whatever 
depencies the Axis provider has on other providers (hopefully those will 
be very few). Unfortunately you will have to do this manually as things 
stand right now.

Out of curiosity: if you have determined that all you will be doing is 
accessing SOAP services, why aren't you using Axis and the JAX-RPC API 
directly instead of WSIF?

Nirmal.




"Jacques-Olivier Goussard" <jo...@nuance.com>
01/09/2003 01:03 PM
Please respond to axis-user
 
        To:     <ax...@xml.apache.org>
        cc: 
        Subject:        [wsif] axis client jar ?


Hi
Is there a way to build an AXIS client-only jar ?
I'm using WSIF and would be interested in packaging 
only the needed client classes of AXIS instead of
the whole stuff.
Anybody tried that before ?
Thanks
                 Jacques-Olivier