Will a byte array be system independent so that every client can recreate the xml data?
a definition in the wsdl like this would be enough? <xsd:element minOccurs="0" name="binaryData" type="xmime:base64Binary" /> or do I need an expectedContentType? Do I need some more preparations on the service side or can I send the byte array just like it is to the client? Thanks, Seem Sudhir Mongia wrote: > > Hi Seems, > If you are expecting a big xml file, it makes sense to define it a byte > array and send it as MTOM attachment. > > Sudhir > > -- View this message in context: http://www.nabble.com/MTOM---sending-byte-array--tp23549821p23555722.html Sent from the Axis - User mailing list archive at Nabble.com.
