Just so that theWSDL has more specific parameter names as opposed to arg0, arg1, etc, I added the "@WebParam" annotation to my interface but that doesn't seem to make any difference for my web services deployed in JBoss. Note that the WSDL is auto-generated. My API spec looks like this -
public void doSomething(@WebParam(name="message")String msg); Any thoughts? -- View this message in context: http://www.nabble.com/%40WebParam-does-not-seem-to-change-the-name-of-the-parameter-tp19768253p19768253.html Sent from the cxf-user mailing list archive at Nabble.com.
