[jbossws-issues] [JBoss JIRA] Reopened: (JBWS-1797) Setting .NET friendly Endpoint in web.xml

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Wed Jan 9 05:29:43 EST 2008


     [ http://jira.jboss.com/jira/browse/JBWS-1797?page=all ]

Thomas Diesler reopened JBWS-1797:
----------------------------------

             
Please fix in Branch_4_2

> 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: Thomas Diesler
>             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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossws-issues mailing list