Can someone please let me know how to implement SOAP attachments in custom DFS services?
Right now XSD for my custom service contains this for base 64 transfer
<xs:element name="b" type="xs:base64Binary" nillable="true" minOccurs="0"/>
This transfers the content using base64 encoding. Instead I need to transfer content using SOAP Attachments.
Please let me know what should I do in it's place for transferring content using SOAP Attachments?