It seems to me that you should experiment a little with writing XML files in a service without specifying a path (only specify the filename) and see where they get written to.
stephen
Westenbrink, Wouter wrote:
Dear all,
First excuse me for my bad english, I'm better at reading then I am at writing.
Intro: I try to develop a webservice that uses an XML file for persistent data.
Problem:
The problem lies in the fact that a webservice could be deployed
anywhere, so I need a way to 'pack' this XML file with the webservice
and have some way of accessing/modifying it at runtime.
Target: I hope to test the webservice with a local axis configuration and later place it on another server without changing de code for acessing and modifiying the XML file.
All suggestions are welcome,
Wouter Westenbrink
