Search found 1 match

by tkoch
Tue Sep 13, 2011 5:33 pm
Forum: XML Schemas
Topic: Validation of a SOAP-Message does not work
Replies: 1
Views: 2688

Validation of a SOAP-Message does not work

My xml's should validate against xsd's with a structure like: master.xsd |- slave1.xsd |-- slave2.xsd There is no problem if I validate the pure xml. <myDS xmlns="master.xsd"> ... <mySS xmlns="slave1.xsd"> ... </mySS> ... </myDS> Now if this xml is sent in a SOAP-Message and I wa...