I'm trying to use the administrative webservice in Coldfusion:
http://localhost:8080/axis2/services/TaskManagementServices?wsdlBut it's giving me the following error :
Could not generate stub objects for web service invocation.
Name:
http://localhost:8080/axis2/services/TaskManagementServices?wsdl. WSDL:
http://localhost:8080/axis2/services/TaskManagementServices?wsdl. java.io.IOException: ERROR: Missing element inFault "unavailableTaskFault" in operation "unavailableTaskFault", in binding setOutputAndComplete It is recommended that you use a web browser to retrieve and examine the requested WSDL document for correctness. If the requested WSDL document can't be retrieved or it is dynamically generated, it is likely that the target web service has programming errors.
...
java.io.IOException: ERROR: Missing element inFault "unavailableTaskFault" in operation "unavailableTaskFault", in binding setOutputAndComplete
at org.apache.axis.wsdl.symbolTable.SymbolTable.faultsFromSOAPFault(SymbolTable.java:2858)
at org.apache.axis.wsdl.symbolTable.SymbolTable.populateBindings(SymbolTable.java:2549)
at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:744)
Any ideas about this problem ?
I've tried on PHP and worked.