Hi,

I'm trying to run WSDL2Java on the following WSDL:
http://webservices.esalestax.net/CertiTAX.NET/CertiCalc.asmx?WSDL

...but it doesn't seem to like one of the overloaded operations. Here is what it spits out:

java org.apache.axis.wsdl.WSDL2Java "http://webservices.esalestax.net/CertiTAX.NET/CertiCalc.asmx?WSDL";
java.lang.IllegalArgumentException: Duplicate operation with name=Abandon, found in portType '{http://webservices.esalestax.net/CertiTAX.NET}CertiCalcSoap'.
at com.ibm.wsdl.PortTypeImpl.getOperation(Unknown Source)
at com.ibm.wsdl.xml.WSDLReaderImpl.parseOperation(Unknown Source)
at com.ibm.wsdl.xml.WSDLReaderImpl.parsePortType(Unknown Source)
at com.ibm.wsdl.xml.WSDLReaderImpl.parseDefinitions(Unknown Source)
at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java: 406)
at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java: 393)
at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:245)
at java.lang.Thread.run(Thread.java:552)


Any advice would be greatly appreciated. I'm using Axis 1.1.

Thanks,
Ian



Reply via email to