Hi all, Could someone explain to me the different WSDL-options to using MTOM? I stumbled upon this example:
<complexType name="DataType">
<sequence>
<choice>
<element ref="xop:Include" minOccurs="1" maxOccurs="1" nillable="false"/>
<element name="base64" type="xsd:base64Binary" minOccurs="1"
maxOccurs="1" nillable="false"/>
</choice>
</sequence>
<attribute ref="xmlmime:contentType" use="optional"/>
</complexType>
If it's the right way to go, can someone explain it please?
Bram
