tags:

views:

1164

answers:

2

How can I validate a SOAP response against an XSD file that defines the response schema. the web service I'm calling has an XMLDocument as input and output, so can't use WSDL for response schema validation.

A: 

EDIT: disregard, I misunderstood

efficientjelly
thanks efficientjelly, but can you explain me how to specify an XSD through a Validator? i'm sorry but I couldn't get it. can you please be little more specific
usman shaheen
that depends entirely on the language and the environment you are using! what is it? maybe I can help you then
efficientjelly
I'm using SOAPUI v2.5 on windows SOAPUI is a tool for web service testing and this problem is related to this tool. thanks
usman shaheen
ooh, I'm sorry. I didn't know SOAPUI was a specific tool.
efficientjelly
+2  A: 

I case you still need this (valid for SOAP UI version 2.5.1): File, Preferences, Editor Setting, Validate Response.

Aerosteak
Thanks Aerosteak!
usman shaheen
True for 3.0.1, too.
Lord Torgamus