]
Alessio Soldano updated JBWS-1797:
----------------------------------
Fix Version/s: jbossws-2.0.2
(was: jbossws-2.0.3)
Setting .NET friendly Endpoint in web.xml
-----------------------------------------
Key: JBWS-1797
URL:
http://jira.jboss.com/jira/browse/JBWS-1797
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: jbossws-2.0.1
Reporter: Heiko Braun
Assigned To: Alessio Soldano
Fix For: jbossws-2.0.2
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>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: