Hi,
Are you looking for a way to enable MTOM in a per service basis... For
that you can add the following to your services.xml under the service
element..
<parameter name="enableMTOM" locked="false">true</parameter>

If you are looking for a way to generate a WSDL with base64Binary
fields (MTOM equivalent), then you would need to deploy a pojo service
using the RPCMessageReceiver with methods having DataHandlers as the
parameters or the return values. Nothing special is needed in the
services.xml...

thanks,
Thilina

On Fri, Apr 11, 2008 at 6:58 AM, Michelantonio Trizio
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'd like to know what I should write in the service.xml for having  the
> right wsdl with MTOM parameter.
> Thank you.
>
>                         Mikelantonio
>
> --
> It's creepy, but here we are, the Pilgrims, the crackpots of our time,
> trying to establish our own alternate reality. To build a world out of rocks
> and chaos. What it's going to be, I don't know. Even after all that rushing
> around, where we've ended up is the middle of nowhere in the middle of the
> night. And maybe knowing isn't the point. Where we're standing right now, in
> the ruins in the dark, what we build could be anything. [Choke - Chuck
> Palahniuk]



-- 
Thilina Gunarathne - http://thilinag.blogspot.com

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

Reply via email to