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?
