RE: WSDL method parameter names?

2007-07-25 Thread Christopher Moesel
for pointing this out-- I'll fix the documentation to eliminate the confusion. -Chris -Original Message- From: Yeroc [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 5:11 PM To: cxf-user@incubator.apache.org Subject: RE: WSDL method parameter names? Chris, Thanks for your response

RE: WSDL method parameter names?

2007-07-25 Thread Yeroc
Chris, Thanks for your response. The document you reference states: The default is to use the name of the parameter as it appears in the method's argument list. which is exactly what I'm looking for as I don't really want to have to annotate every single parameter on all my methods. Is this a

RE: WSDL method parameter names?

2007-07-25 Thread Christopher Moesel
Hi Corey, If you are doing a JAX-WS Java-first service, you can use the @WebParam annotation to specify web parameter names. It's in the documentation guide here: http://cwiki.apache.org/CXF20DOC/developing-a-service.html#DevelopingaSe [EMAIL PROTECTED] (tiny url: http://tinyurl.com/yr2q2w)