* @param schema the schema
* @param furtherSchemas further schemas, if necessary
* @return the response matcher
*/
public static ResponseMatcher validPayload(Resource schema, Resource... furtherSchemas) throws IOException {
return new WebServiceMessageMatcherAdapter(new SchemaValidatingMatcher(schema, furtherSchemas));
}