On Thu, Nov 20, 2008 at 12:40 PM, Marco Piccinni <[EMAIL PROTECTED]>wrote:
> Hi all, > someone of you know if it's possible receive a xml file from a web > services? That is to say: I can receive an xml, which contain some > informtion related to a web service purpose, just manipulating it as a > string (and then let the client to use or save it). > Can I pass a physic xml file instead of a simple string? > > Thank for any answer. > > Marco Piccinni > > Hi Marco Apologies that it took a few days to get to you. In your last line how do you distinguish physical XML from a simple string? We do have samples that pass XML about as strings [1] and as XMLStreamReaders [2]. Take a look at these and see if they make sense in your scenario. If not we can get into more detail. Regards Simon [1] http://svn.apache.org/repos/asf/tuscany/branches/sca-java-1.x/samples/zipcode-jaxws/ [2] http://svn.apache.org/repos/asf/tuscany/branches/sca-java-1.x/demos/xml-bigbank/
