Hi Yogesh, Do you know if it is possible to put attachments in the message via the JDom object? I cannot use MTOM.
Met vriendelijke groet, Gep de Valk -----Oorspronkelijk bericht----- Van: Yogesh Chawla - PD [mailto:[EMAIL PROTECTED] Verzonden: donderdag 16 augustus 2007 21:26 Aan: [email protected] Onderwerp: Re: [xfire-user] what is the best way to deal with illegal xml characters Hi Matt, Once you do this: > Element header = context.getCurrentMessage().getHeader() > //what do you do with the element here to access specific SOAP > headers, eg - 'user', 'pass' You will have a JDom element. For my implementation I had a schema for the element in the header and used JDom to extract the info I needed. It is a little bit of a PITA once you get the header to get the info you need, but having it as a JDom element takes some pain out of it. Also I added an outgoing message handler to manipulate the soap header being returned to additional info to the soap header. Cheers, Yogesh --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
