Thanks, I'll try that On Thu, Jul 27, 2017 at 4:46 PM, Colm O hEigeartaigh <[email protected]> wrote:
> You could use one of the CXF StaxUtils methods instead, e.g.: > > copy(Source source, OutputStream os) > > Colm. > > On Thu, Jul 27, 2017 at 6:46 AM, Isuranga Perera < > [email protected]> wrote: > >> Hi, >> >> I'm using DefaultSecurityTokenServiceProvider as a independent >> component to generate security token. Since it returns a Source type object >> I'm using [1] to convert Source into a SOAPMessage. Appreciate if you can >> suggest a better method. >> >> ** I don't use cxf Transport so I have to manually create the SoapMessage >> >> [1] https://gist.github.com/IsurangaPerera/373652c3693e1cca68886 >> 3d030736dbc >> >> Best Regards >> > > > > -- > Colm O hEigeartaigh > > Talend Community Coder > http://coders.talend.com >
