0 Replies Latest reply on Dec 16, 2008 3:38 PM by pa12399

    Does uppercase or lowercase matter in WebParam *name*

    pa12399

      I am using Jboss 4.2.2 to deploy my webservice.
      I am using jax-ws annotations in my POJO to convert to webservice and JBoss will generate the WSDL while deploying.
      I am getting deployment error, when I use WebParam annotation and the name of the parameter starts with an uppercase letter.

      How can I solve this problem? I need to solve this because, I am converting from jax-rpc to jax-ws, for maintenance going forward.

      Any help or pointers would be greatly appreciated.