Re: import statements

2004-06-24 Thread Dhanush Gopinath
Telecom Ltd +91-020-4018100 Ext:-1218 - Original Message - From: Pradipta Mishra To: [EMAIL PROTECTED] Sent: Thursday, June 24, 2004 12:24 AM Subject: RE: import statements Sorry for not being clear. When my jar file was in APP-INF/lib axis could not use this

RE: import statements

2004-06-23 Thread Pradipta Mishra
PROTECTED] Sent: Wednesday, June 23, 2004 1:41 PM To: [EMAIL PROTECTED] Subject: RE: import statements Iam not sure I understood your question properly. If you are asking why your web server is not loading classes/jar files which are in APP-INF directory, then the answer would be: your web

RE: import statements

2004-06-23 Thread Venkatesh Kancharla
OTECTED] > Sent: Wednesday, June 23, 2004 6:25 AM > To: [EMAIL PROTECTED] > Subject: Re: import statements > > Hi Pradipta, > You need to place all the classes which are required by jws file > in WEB-INF/classes (if its classes) or in WEB-INF/lib (if its jar file). &

RE: import statements

2004-06-23 Thread Pradipta Mishra
s that of jsp pages I am > able to create WSDL. This has no import statements. Now I create another > file Restriction.jws which has import statements. The same file with > .java extension works fine in my java application. But when I try to > create WSDL for Restriction.jws, it gives t

Re: import statements

2004-06-23 Thread Venkatesh Kancharla
at of jsp pages I am > able to create WSDL. This has no import statements. Now I create another > file Restriction.jws which has import statements. The same file with > .java extension works fine in my java application. But when I try to > create WSDL for Restriction.jws, it gives the fo

import statements

2004-06-22 Thread Pradipta Mishra
    When I create Calculator.jws at the same level as that of jsp pages I am able to create WSDL. This has no import statements. Now I create another file Restriction.jws which has import statements. The same file with .java extension works fine in my java application. But when I try to