Hi,
I am not sure if there are any Axis API's for the same (I do not think so). I can tell you a similar way in which I constructed a predefined SOAP response after parsing the WSDL and Schema. What I will get as input is the operation name and target namespace. >From that I get the wsdl from my DB and the parse it (including the schemas) and then construct the SOAP Message Response. To fill this soap message I have output parameters of the operation already populated. So similarly you can do something of this sort to validate the SOAP response. But I am afraid there are any single API's in Axis. Thanks Dhanush From: Sneha Nikum [mailto:[email protected]] Sent: Tuesday, March 17, 2009 3:02 PM To: [email protected] Subject: Re: Regarding validating SOAP responses against the WSDL Hi All, I am stuck up at this place. Please please do help me with this problem. Please do reply with the solutions to the query Thanks Sneha On Mon, Mar 16, 2009 at 2:42 PM, Sneha Nikum <[email protected]> wrote: Hi, I want to validate the SOAP response structure against the structure of that response in the WSDL file. Are there any Axis APIs that would help me in achieving this task? Please let me know if there are any APIs that would help me do the above task
