Forum Discussion

beckwert's avatar
12 years ago

Validation against xsd-files

Dear SoapUI-team,
we would appreciate very much the possibility to assert rest- and http-services against schema xsd-files.
Thx Bodo

1 Reply

  • nmrao's avatar
    nmrao
    Community Hero
    Schema Compliance does the validation against WSDL i.e., it uses inline xml schema to validate the response.
    Is it something that you are using something that does not have a wsdl?
    Any way, you will be able to achieve it by have a groovy step. Please see if the below one helps
    http://stackoverflow.com/questions/9518 ... le-at-cert