Hi, If you wish to build from source you can find instructions on building here: http://ws.apache.org/axis/cpp/antbuild-guide.html
What steps have you already taken for diagnosing the problem? The most obvious reason for the Stub creation to fail is if one of the dependent libraries is not available on the library path (or if configuration file incorrectly specifies location). Do you have the stub creation within a try-catch block? What messages do you get? Have you tried turning on trace? Regards, Adrian _______________________________________ Adrian Dick ([EMAIL PROTECTED]) "Dubi Lego" <[EMAIL PROTECTED]> wrote on 21/03/2006 09:05:41: > Hi all! > > I am working on linux OS and trying to build client. > I tried to work with the bin package but for some reason my program > crashed once an instance of Stub class was created. > I think it's related to the lib libaxis_client.so. > Is there any way to compile and create this lib on my own? > > >
