Hi Denise, On Tue, Aug 2, 2011 at 8:03 PM, Denise Wu <wadie...@gmail.com> wrote: > Hi, > > I have a "mySchema.xsd" located in the META-INF directory in the > webservice archive file myService.aar. > I would like to read this file "mySchema.xsd" in my webservice class. > How to access it at runtime?
I think you can access the file by using getResourceAsStream("path/to/file") to read the file at run time. Hope this helps. Thanks, Kishanthan. > > Thank you. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org > For additional commands, e-mail: java-dev-h...@axis.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org