You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Tech Savvy <te...@gmail.com> on 2006/07/06 16:08:36 UTC

MTOM not supported in generated client

Hi,

I have a simple "Hello World" web service basically takes a String parameter
"name" and return  "Hello, " + name. I deployed the webservice to axis2 and
run wsdl2java to generate the client class. I look at the source of the
generated client, and find the parameter "optimizeContent" is not used in
the toEnvelop() method. Will this feature be supported soon?