-
Bug
-
Resolution: Done
-
Major
-
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>
- is blocked by
-
JBAS-5109 Web context and servlet paramters not available in WebMetaData
- Closed
- is incorporated by
-
JBPAPP-1844 JBossWS - config-name and config-file not processed from jboss.xml for EJB endpoints
- Resolved
- is related to
-
JBWS-1858 Generate WSDL after all relevant metadata is available
- Closed
- relates to
-
JBWS-771 Use part names that are friendly to .NET
- Closed