0 Replies Latest reply on Nov 5, 2007 2:54 AM by alfred.rsa

    Initializing parameters in a webservice

      Hi guys

      I want to be able to add init-params or something similar to my deployment descriptor and access it from my webservice (through injection if possible)
      If I add the following to my web.xml:
      <init-param>
      <param-name>dispatcherName</param-name>
      <param-value>FNB.Commercial.BFLo:service=JMSDataDispatcherService</param-value>
      </init-param>

      How can I access them ein my web service?
      I use annotated webservices.

      Regards
      Alfred