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: Dan Diephouse
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