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>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078132#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...