In the meantime I found what caused the error: The webservices.jar coming with OpenBD contains an old version of axis.jar. Building a new webservices.jar with the actual version of axis.jar could create all .java and .class files correctly. But there is another WSDL2Java.class in bluedragon.jar which doesn't fit to the newer version and throws an exception (java.lang.NoSuchFieldError: implType).
I'll post it to the IssueTracking board, Thanks Chris On 5 Jan., 20:24, ck <[email protected]> wrote: > Hi all there, > > trying to invoke a webservice of questionmark perception I get the > following errormessage: > > Problem building WSDL classes for http: .... > > The reason seems to be an empty file named > "DeliveryAssessmentSnapshotChoice.java" > generated by wsdl4j in bluedragons work directory. All other > generated .java files are OK. > > Invoking other test WEB-Services works well. > > Did anybody experience similar problems invoking Webservices? > Thanks for any solution or hint to other forums, > > CK -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
