Forum Discussion
JanHoeve
16 years agoNew Contributor
Sorry this wsdl contains some private information 
But I can show the piece of wsdl on which the piece of xml above is compliant with:

But I can show the piece of wsdl on which the piece of xml above is compliant with:
<element name="outer" type="ns:outer"/>
<complexType name="outer">
<choice maxOccurs="unbounded">
<element minOccurs="0" name="First" type="ns:firstType"/>
<element minOccurs="0" name="Second" type="ns:secondType"/>
<element minOccurs="0" name="Third" type="ns:thirdType"/>
</choice>
</complexType>