I have a document style web service and at the moment I'm writing some test cases for it. I now have created some testdata xml-files. These files contain exactly the body from the soap message. Now I'm looking for a way to 'deserialize' these files to get the object structure (the thing axis is doing in the skeleton when receiving a client request). Is there a way to force this manually with a file?
Any ideas? Thanks Yves