I need a schema that validates both soap 1.1 and 1.2 how can I do it ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
No you can't. The two versions have different namespaces ( It would be better if you obtained both schemas, and then set up a parser with a schema cache or a catalogue that will pick out the right schema given the namespace. |
|||
|
|