Hi, I am implementing a service with SOAP RPC (with application scope), and I would like to know how can I access a text file from it. I have read from the list, that there is a way to do that putting the data in the deploymenent descriptor, and then accessing it with SOAPContext, but I need the data in the constructor of the service. How could I do that? I had though in an environment variable too, but it's not portable, and Java don't allow to read them.
Thanks very much, Tizo