I got the the wsdl to work in openBD desktop, but not openBDLocal. I think that part of the issue was that I was using a tools.jar from a 64bit Java SDK. I am assuming that OpenBD Desktop uses its own jvm, and not the system jvm(could be wrong?) so I downloaded a 32bit jdk and used the tools.jar from that.
I tried putting it in /webroot/WEB-INF/lib but that did not work. the tools.jar actually got deleted each time i started the webapp through OpenBD Desktop. Then I put tools.jar in /OpenBlueDragonDesktop/lib and that worked. I tried the same steps with OpenBDLocal, but no success. Tried tools.jar from 32 and 64 bit jdk. Maybe I am taking the tools.jar from the wrong JDK version(1.7.0_2)? Make sense to anybody? Adam -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
