Hi, Please look at my comments in line.
On Mon, 2007-08-27 at 17:49 +0200, Jorge Fernandez wrote: > Hi all, > > I would like to know how does Rampart work with MTOM. I see that when > using Rampart, MTOM elements are included as strings in the SOAP > message instead of sending them outside the message as MIME parts, > even if I don't do any operation with them (not signature, nor > encryption), but these MIME parts appear empty in the HTTP message. > Why is that? mmm ...... looks like this is a bug in Axiom. We are looking at it. Please report a bug. > Does optimize parts something about that? I don't understand much about this > parameter. Using this parameter, people can manually specify which element needs to be optimized. For example if you want to optimize CipherValue in EncryptedData then you can specify using this parameter. It is effective if you have specified <wsoma:OptimizedMimeSerialization/> assertion in your policy. Syntax for the element is as follows[1]. So actually this is a workaround for the above problem. Hope this will help. Cheers, Dimuthu [1] <ramp:optimizeParts> <ramp:expressions> <ramp:expression>//ns1:data1</ramp:expression> <ramp:expression>//ns2:data2</ramp:expression> </ramp:expressions> <ramp:namespaces> <nampespace uri="http://test1.com" prefix="ns1"/> <nampespace uri="http://test2.com" prefix="ns2"/> </ramp:namespaces> </ramp:optimizeParts> > If anybody could give me a hint about this, that would be great. > > Thanks, > > Jorge Fernández > > > > > --------------------------------- > > Sé un Mejor Amante del Cine > ¿Quieres saber cómo? ¡Deja que otras personas te ayuden!. -- http://wso2.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
