1 Reply Latest reply on Aug 28, 2007 10:08 AM by heiko.braun

    Setting .NET friendly Endpoint in web.xml

    bblasko

      If I attempt to set the jbossws-config-name to ".NET friendly Endpoint", it is correctly picking up the config but the WSDL is not generated as it should. It appears it does not rewrite the WSDL based on this setting. If I set the config as an annotation in my class it works. Is there a way
      to set the .NET Endpoint without using an annotation.

      This works:

      @EndpointConfig(configName=".NET friendly Endpoint")


      This does not.
      <context-param>
       <param-name>jbossws-config-name</param-name>
       <param-value>.NET friendly Endpoint</param-value>
      </context-param>