Hi,

Don't forget to ensure you have the Xerces-C parser libraries at an
appropriate level available on the path, otherwise the Axis parser library
will fail to load (as in the error message you describe).

> >
> > What's the state of this project?  should I be using axis2c instead?
Is
>
> > all this complicated setup (eg: axiscpp.conf, setting paths, etc)
> > necessary for a simple client?

Assuming you're not using SSL or handlers.  It is possible to avoid
axiscpp.conf, but you must ensure all the Axis libraries (and their
dependencies) are available on the system path.  When loading libraries the
Axis engine will load its libraries from:
1) location specified in axiscpp.conf
2) location specified programatically using configuration API
3) (for unix) $AXISCPP_DEPLOY/lib or (for windows) %AXISCPP_DEPLOY%/bin
4) the system library path

Hope that helps,
Adrian


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to