Hi,I am trying to do wsdl2java using axis2 wsdl2java class. i keep getting this error for one of the operations in wsdl. this operation is a notification type, meaning it does not have input but only output. I have all the necessary jars in the class path but i keep getting this error. the jars i use are :
all the axis lib jar and xalan,xerces,xmlapi.
Binding operation has no corresponding portType operation: name = getType, input name = null, output name = null
at org.apache.axis.wsdl.symbolTable.SymbolTable.populateBindings(SymbolTable.java:2818)
at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:796)
at org.apache.axis.wsdl.symbolTable.SymbolTable.add(SymbolTable.java:571)
at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:546)
at org.apache.axis.wsdl.gen.Parser.run(Parser.java:426)
at org.apache.axis.wsdl.toJava.Emitter.run(Emitter.java:620)
really apprciate help