Hi Mr. smith I am facing the same error when i try to parse version.wsdl (default webservice provided by AXIS2 ) the error is as follows: java.io.IOException: ERROR: Missing <soap:fault> element inFault "Exception" in operation "Exception", in binding getVersion at org.apache.axis.wsdl.symbolTable.SymbolTable.faultsFromSOAPFault(SymbolTable.java:2850) at org.apache.axis.wsdl.symbolTable.SymbolTable.populateBindings(SymbolTable.java:2540) at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:744) at org.apache.axis.wsdl.symbolTable.SymbolTable.add(SymbolTable.java:543) at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:518) at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:495) at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:361) at java.lang.Thread.run(Thread.java:595)
Any help will be great Shweta Tyagi jfirman wrote: > > Thanks! > > -John > > Mr Smith wrote: >> >> On Dec 13, 2007 2:25 AM, jfirman <[email protected]> wrote: >>> >>> Hi Mr Smith, >>> >>> I'm having exactly the same problem -- were you able to modify the wsdl >>> file >>> to fix this problem? >> >> Yes, I modified a line in the wsdl file from >> <fault name="Fault"/> >> to >> <soap:fault name="Fault"/> >> >> -- >> <mack /> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> > > -- View this message in context: http://www.nabble.com/Fault-in-parsing-web-service-tp14251801p22596895.html Sent from the Axis - User mailing list archive at Nabble.com.
