Hi, I am using apache axis 1.1 and Jakarta Tomcat 4.1.18 in standalone mode on Windows 2000 advanced server.
I have written a webservice and the "SoapBindingImpl" class generated for this web service, loads my application class object , which is located in a jar file, by calling "new". I have copied all my application related jar files to the"axis\web-inf\lib" directory. I have added required ".properties" files also to the "axis\web-inf\lib" directory. I have set the %classpath% system variable to include all axis jars and my apllication related jars as required per documention. I looked around for suggestions in axis user mailing list and some of related problems have suggested to set "java.endorsed.dirs" property in "setclasspath.bat", to include my application jars.The client program is able to access webservice and when the SoapBindingImpl is trying to create the object located in my application jar, it is througing a "Null Pointer Exception". Debugging shows that SoapBindingImpl calss is able to invoke the constructor inside the application class located in jar. Since the application class inheirts from another class, it calls the constructor of the super class using "super". I am not sure whether there is any issue around here. Has anybody got some suggestion of how to resolve this issue. Thnaks in advance Regards Raj Krishnappa __________________________________________________ Senior Applications Consultant, Financial Services CSC Level 5, Miller Street, North Sydney NSW 2060 Ph: +61-2-95619302 Email: [EMAIL PROTECTED] ---------------------------------------------------------------------------------------- This email, including any attachments, is intended only for use by the addressee(s) and may contain confidential and/or personal information and may also be the subject of legal privilege. Any personal information contained in this email is not to be used or disclosed for any purpose other than the purpose for which you have received it. If you are not the intended recipient, you must not disclose or use the information contained in it. In this case, please let me know by return email, delete the message permanently from your system and destroy any copies. ----------------------------------------------------------------------------------------
