2

I'm calling a web service, and I'm suspecting its response is not according to its specification. I'm not a WSL specification expert, so I'd like to ask if someone knows a tool that can be used to perform a validation between a WSDL file and a sample XML response. Does anyone know a tool that can validate if a sample XML response is according to WSDL specification?

Also, if you know a tool which I can provide the WSDL file and it generates a sample XML response it would work too.

Thanks,

CARLOS LOTH
  • 4,675
  • 3
  • 38
  • 44

1 Answers1

1

SOAP UI is the perfect tool for this. Create a Test Case and add 'schema compliance' assertion. This would validate whether the SOAP response is compliant with the WSDL specification or not.

Detailed instruction can be found here: https://www.soapui.org/soap-and-wsdl/validating-soap-services.html

Thanks, Sandeep

Sandeep
  • 2,219
  • 2
  • 15
  • 13