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 On Fri, May 15, 2009 at 5:30 AM, Seem <[email protected]> wrote: > > Hi Andreas, > > it is a calculated result i will get from the jena framework for handling > RDF models inside my service. > > So do you think it would be the better way to build an xml file out of the > byte array and send it afterwards to the client? > > But for sending this xml, i also have to use MTOM, right? Or would you > insert it as a string parameter in the soap body? > > it can get a real big xml file.... > > Thanks, > Seem > > > Andreas Veithen-2 wrote: > > > > Seem, > > > > If it is XML, why do you want to send it as a byte array and not > > insert it as XML into the SOAP message? > > > > Andreas > > > > > > -- > View this message in context: > http://www.nabble.com/MTOM---sending-byte-array--tp23549821p23551226.html > Sent from the Axis - User mailing list archive at Nabble.com. > >
