[ http://issues.apache.org/jira/browse/AXIS-1922?page=comments#action_62535 ] Venkat Reddy commented on AXIS-1922: ------------------------------------
I can't reproduce it. Would it be possible for you to provide a minimal test case? thanks. > service name containing a "-" reference & generation are out of sync > -------------------------------------------------------------------- > > Key: AXIS-1922 > URL: http://issues.apache.org/jira/browse/AXIS-1922 > Project: Axis > Type: Bug > Components: WSDL processing > Versions: 1.2RC3 > Environment: java version "1.4.1_02" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06) > Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode) > Reporter: Francis ANDRE > > Hi > For the following service name: <wsdl:service name="WS-CF"> > wsdl2java generates the reference: > org.webservicestransactions.www.wsdl.wscf._2003._03.WS.CF() > while the generated classe is defined as: > package org.webservicestransactions.www.wsdl.wscf._2003._03; > public interface WSCF extends javax.xml.rpc.Service { > } > which leads to errors at compile time. > regards > FA -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
