Hi. I am new in java and i have made a web service and a jsp client to invoke it.
The web service returns an xml that i must process at the client side.
First question : At the HTTP Response header the content-type should be text/xml???????
How can i get this xml from the HTTP Response??
thanks