Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-1797

Setting .NET friendly Endpoint in web.xml

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • jbossws-2.0.2
    • jbossws-2.0.1
    • None
    • None

      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:
      Code:

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

      This does not.
      Code:

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

            rhn-support-asoldano Alessio Soldano
            rhn-support-hbraun Heiko Braun
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: