You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Eugene Shershnev <sh...@gmail.com> on 2005/03/30 16:48:02 UTC

Operation names different from Java method names

Hi All,

I'd like to have my operation names in the WSDL to start with a capital,
e.g. Login, but my Java server implementation method to comply with Java
naming convention, like login(). Is it possible? Is it one of the things
that <operation> element in the WSDD is supposed to help with?

Thanks,
Eugene