[ 
http://jira.codehaus.org/browse/XFIRE-936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guillaume Nodet resolved XFIRE-936.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.6

Fixed at rev 2129
http://fisheye.codehaus.org/changelog/xfire/?cs=2129

> A wsdl service with a "-" in the name is not converted to a valid java 
> identifier using JAXWSProfile
> ----------------------------------------------------------------------------------------------------
>
>                 Key: XFIRE-936
>                 URL: http://jira.codehaus.org/browse/XFIRE-936
>             Project: XFire
>          Issue Type: Bug
>          Components: JAX-WS
>    Affects Versions: 1.2.6
>            Reporter: Adrian Co
>         Assigned To: Guillaume Nodet
>             Fix For: 1.2.6
>
>         Attachments: jaxwsServiceGenerator.patch
>
>
> The following wsdl definition:
>     <wsdl:service name="ProductService">
>         <wsdl:port name="Product-ServicePort"
>               binding="tns:Product-ServiceBinding">
>               <soap:address location="http://localhost:8192/product/"; />
>         </wsdl:port>
>     </wsdl:service>
> Generates a method name:
>     @WebEndpoint(name = "Product-ServicePort")
>     public weather.ProductServicePortType getProduct_ServicePort() {
>         return ((weather.ProductServicePortType)(this).getPort(new 
> QName("urn:com:logicblaze:product", "Product-ServicePort"), 
> ProductServicePortType));
>     }
> when using JAXWSProfile.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to