Hello!

I have the following problem:
I have a service that does MTOM. In a Module on the client side, i need to do some xslt transformation on the soap structure. But when I do that (I use Saxon9 for xslt transformation) I need to convert that SOAP message to a string to apply that xslt transformer. When I rebuild the transformed soap envelope again with the StAXSOAPModelBuilder all MTOM information is somehow lost...

I already tried to get the MTOM attachments on the client side inside the module, but there the attachmentsmap conveyed in the message context is empty.

My question now is: how can I preserve mtom information after in the client module when I need to transform the soap string? On the server side I managed to do it by reading out the 0th attachments, which is the soap envelope and alter this one. Through that the attachments are not built into the soap envelope. But on the client module I do not seem to have access to the MTOM message... is it somehow possible to intercept the MTOM message on the client side? Btw: the module's handler on the client side is bount to the MessageOut phase.

Thanks for your help and input,
Best regards
Simon

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to