Re: Annotation names being ignored in wsdl generation...

2007-08-10 Thread Ray Krueger
I didn't get a chance to comment again earlier... Yes, adding the soapbinding fixed up the bad xml. But message names and part names are all wrong still. They are just continuations of my operation name. The @WebParam annotation properties seem to be ignored. On 8/9/07, James Mao <[EMAIL PROTECT

Re: Annotation names being ignored in wsdl generation...

2007-08-09 Thread James Mao
Hi Ray, Add @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE) just after the @WebService, see if you can get the wsdl right James I am working from the following interface... @WebService(targetNamespace = CurrencyExchangeNamespace.URI, name = "CurrencyExchange") public interfa

Annotation names being ignored in wsdl generation...

2007-08-09 Thread Ray Krueger
I am working from the following interface... @WebService(targetNamespace = CurrencyExchangeNamespace.URI, name = "CurrencyExchange") public interface CurrencyExchange { @WebResult(targetNamespace = CurrencyExchangeNamespace.URI, name = "ExchangeResponse", partName = "ExchangeRespo