You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Joel Schuster <jo...@Navsys.com> on 2009/08/19 20:07:34 UTC

dosgi - cxf java to wsdl parameter names

This may be the wrong place to ask... just let me know.

I'm using the distributed osgi bundle from cxf with ipojo based services.

(see:
http://cxf.apache.org/distributed-osgi.html
http://felix.apache.org/site/apache-felix-ipojo-dosgi.html
)

The WSDL that is generated does not have named parameters (arg0, arg1, etc.) The example on the second like shows this too.

I'd like to be able to have named parameters in the WSDL. I tried using the @WebParam annotation to no avail. Thoughts?

________________________________

Joel Schuster
Senior Software Engineer
NAVSYS Corporation
14960 Woodcarver Road, Colorado Springs, CO 80921
719-481-4877



RE: dosgi - cxf java to wsdl parameter names

Posted by Joel Schuster <jo...@Navsys.com>.
Great! So I read this and figured my problem was that my Interface didn't have the @WebParam annotation. It was on my Implementation.

Unfortunately that doesn't work either.

I knew about using @WebParam but it's simply not working within the dosgi cxf environment.

Anyone know why?

- Joel

> -----Original Message-----
> From: Guido Spadotto [mailto:gspadotto@soluta.net]
> Sent: Thursday, August 20, 2009 2:05 AM
> To: users@felix.apache.org
> Subject: Re: dosgi - cxf java to wsdl parameter names
> 
> Joel Schuster wrote:
> > I'm using the distributed osgi bundle from cxf with ipojo based
> services.
> >
> > The WSDL that is generated does not have named parameters (arg0, arg1,
> etc.) The example on the second like shows this too.
> >
> > I'd like to be able to have named parameters in the WSDL. I tried using
> the @WebParam annotation to no avail. Thoughts?
> >
> http://cxf.apache.org/faq.html#FAQ-JAXWSRelated (1st question)
> might be your case, if I understood correctly.
> 
> Regards,
>    Guido
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: dosgi - cxf java to wsdl parameter names

Posted by Guido Spadotto <gs...@soluta.net>.
Joel Schuster wrote:
> I'm using the distributed osgi bundle from cxf with ipojo based services.
>
> The WSDL that is generated does not have named parameters (arg0, arg1, etc.) The example on the second like shows this too.
>
> I'd like to be able to have named parameters in the WSDL. I tried using the @WebParam annotation to no avail. Thoughts?
>   
http://cxf.apache.org/faq.html#FAQ-JAXWSRelated (1st question)
might be your case, if I understood correctly.

Regards,
   Guido


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org