Hi,
I am working in websphere web services. I have to get webservice response in the form of XML
string instead of
java object. because i do some validation on the raw XML.
Now i am receiving response as an JAVA object but i want as a string. I can convert response object into XML but i don't want that because it will take lot of time. Web service internally convert from xml to object and again i will convert from object to xml. again i have to do validation on that.
Is there any possible solution to stop webservice convert from XML to object?
Is it possible to get a string as webservice response?
Thanks,
suresh