Czesc

Hmm, maybe generate client code just as wsgen do it and then change
service annotation to bare value. Then you have document/literal
(bare) client and server stub. In next step you can just run the
server stub and XFire will generate document/literal ( bare ) wsdl for
you.


On 2/12/07, Pawel Jasinski <[EMAIL PROTECTED]> wrote:
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




--
-----
When one of our products stops working, we'll blame another vendor
within 24 hours.

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to