On Wed, Sep 16, 2009 at 4:54 PM, ghader <gha...@douran.com> wrote: > I have an operation in my service which is like: > > public DataHandler loadData(String key) > {...} > > I want to specify that the input parameter of the operation should be a > base64Binary encoded string. How can I do this? I think that I should add > something to my service.xml but I don't know what to add. > could anyone help? >
try <parameter name="enableMTOM">false</parameter> if you have not enable mtom then it only takes base64binary. thanks, Amila > > Thanks > -- Amila Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/