Fátima Milla Olaya wrote:
I have changed build.xml for compiling the skeleton.java but when I run the client of the web service I got an axis fault of the library open source so I included all the jars of the library in the folder lib of axis2 then it runs well, but I don't think that it's rigorous doing this like that. Is there another way of including the library in axis2 without recopy all the jars of the external library in the folder lib? Thanks

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


Hi Fatima,

What you can do is include the external libraries in a folder named lib inside the service folder itself. The lib folder should be at the same level as the META-INF folder of the service. then the libraries will be available for the service without your having to put them inside the axis2/lib folder.

Please refer to http://ws.apache.org/axis2/1_3/quickstartguide.html

Cheers.
Suran



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

Reply via email to