Re: [xfire-user] wsgen, how to supress wrapped (force bare) parameter style?

2007-02-28 Thread Tomek Sztelak
Dzieki On 2/27/07, Pawel Jasinski [EMAIL PROTECTED] wrote: Hi (Czesc), On 2/27/07, Tomek Sztelak [EMAIL PROTECTED] wrote: Hi Can you share this patch with us ? I have created JIRA (http://jira.codehaus.org/browse/XFIRE-896), patch included. -- pj

Re: [xfire-user] wsgen, how to supress wrapped (force bare) parameter style?

2007-02-27 Thread Tomek Sztelak
Hi Can you share this patch with us ? On 2/14/07, Pawel Jasinski [EMAIL PROTECTED] wrote: Thanks, I wil give CXF a try. In a mean time I have made modification to wsgen so it does what i need. -- Pawel On 2/14/07, Dan Diephouse [EMAIL PROTECTED] wrote: Hi Pawel, XFire doesn't support this

Re: [xfire-user] wsgen, how to supress wrapped (force bare) parameter style?

2007-02-14 Thread Dan Diephouse
Hi Pawel, XFire doesn't support this at the moment unfortunately. I believe that we've already added this to CXF (XFire 2.0) though if you wanted to try that. There isn't a final release out yet, but we're getting close and the snapshots work very well if you want to give those a whirl:

Re: [xfire-user] wsgen, how to supress wrapped (force bare) parameter style?

2007-02-14 Thread Pawel Jasinski
Thanks, I wil give CXF a try. In a mean time I have made modification to wsgen so it does what i need. -- Pawel On 2/14/07, Dan Diephouse [EMAIL PROTECTED] wrote: Hi Pawel, XFire doesn't support this at the moment unfortunately. I believe that we've already added this to CXF (XFire 2.0)

Re: [xfire-user] wsgen, how to supress wrapped (force bare) parameter style?

2007-02-13 Thread Pawel Jasinski
Czesc, I don't want to change wsdl from wrapped to bare. As far as I am concerned wsdl is the same, it is a parameter style of generated code which I would like to control. In case of bare i see one argument which corresponds to the complex type, in case of wrapped i see a number of parameters

[xfire-user] wsgen, how to supress wrapped (force bare) parameter style?

2007-02-12 Thread Pawel Jasinski
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

Re: [xfire-user] wsgen, how to supress wrapped (force bare) parameter style?

2007-02-12 Thread Tomek Sztelak
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,