Hi,
Can anybody help me in telling how to get a SOAP response through axis api. Actually I have developed a web service client using wsdl2java utility, but i need to access the actual soap response inorder to extract some information manually in my client class.
The wsdl file has some missing information and hence the client code generated thorugh wsdl2java has not all the required interface classes for accessing few structures (schemas).
I need to look into the xml soap response to manually extract the information i need. So what i'm looking for is a some kind of help which should direct me getting the actual soap response, so that i can parse it with dom api.
Any help would be highly appreciated.
--
Regards Suleman
