First problem:
- the soap:body section is required to have a use attribute, in this case I
assume you want use="literal" (of course a NullPointerException is a bad
error message in this case!)
- once I fixed that in the WSDL, thought, I have another problem:
java.io.IOException: Type
http://www.ebxml.org/namespaces/messageHeader:MessageHeader is referenced
but not defined.
MessageHeader is referenced in the WSDL, but WSDL2Java doesn't see a
definition for it so it cannot generate a class for it.

Russell Butek
[EMAIL PROTECTED]


"Olivier Lamy" <[EMAIL PROTECTED]> on 03/19/2002 07:32:21 AM

Please respond to [EMAIL PROTECTED]

To:    <[EMAIL PROTECTED]>
cc:
Subject:    WSDL2Java error



I have the error with the wsdl file joined
         at
         org.apache.axis.wsdl.toJava.SymbolTable.populateBindings(Unknown
Source)
         at org.apache.axis.wsdl.toJava.SymbolTable.populate(Unknown
         Source)
         at org.apache.axis.wsdl.toJava.SymbolTable.add(Unknown Source)
         at org.apache.axis.wsdl.toJava.Emitter.emit(Unknown Source)
         at org.apache.axis.wsdl.toJava.Emitter.emit(Unknown Source)
         at org.apache.axis.wsdl.WSDL2Java.emit(Unknown Source)
         at org.apache.axis.wsdl.WSDL2Java.main(Unknown Source)






Reply via email to