Hi, I have a wsdl which conforms to wrapped style. Is there a way to force wsgen to generate code with bare parameter style? I have tried the following:
<wsdl:definitions name="hello" targetNamespace="http://services.something.org/hello" ...> <jaxws:bindings xmlns:jaxws="http://java.sun.com/xml/ns/jaxws"> <jaxws:enableWrapperStyle>false</jaxws:enableWrapperStyle> </jaxws:bindings> ... </wsdl:definitions> It seems to control the wsimport (jaxws), but not the wsgen. Thanks Pawel --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
