Ok, long story short. a web service result is an xml file of this type:

<?xml version="1.0" encoding="utf-8"?>

  <soap:Body>
    
      <CelsiusToFahrenheitResult>10</CelsiusToFahrenheitResult>
    </CelsiusToFahrenheitResponse>
  </soap:Body>
</soap:Envelope>

I want to know if there is any way to save this response directly in a web 
client...
So in other words, I can do a web service client in java which queries the web 
service and returns me the response(10 in that case). 
But I would actually need to save the resulted xml(like the one above) on my 
local drive. Is there any way to do this?
10x in advance





       
____________________________________________________________________________________
Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for 
today's economy) at Yahoo! Games.
http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to