1 Reply Latest reply on Mar 20, 2007 2:32 PM by zauberlehrling

    Is there a way to get webservice context information

    yves.benigot

      jbossws 1.0.5 / jboss 4.0.5

      I want to know the actual host name that a web service is using, because this
      host name is used to compute an https: URL.

      Inside an endPoint code in jbossWs can I access parameters from the StandardEndPointServlet which handles the call ? Or is there a way to
      access another object which knows that ?

      For the moment I settled for getting the webservice to call itself, get the wsdl
      document, parse and extract the webservice URL. It works but this is a
      very indirect way to accomplish this.