Hello
I have some questions that I whould like to ask, and hope you can help me.
1- I tried to import the project ode to eclipse to execute the battery
tests, but it keeps giving me errors. So I tried to go to the console and
writted mvn test:test, but doesn't work..why?
2- The ODE webpage says that I can use something like this to convert the
result to objects:
ScopeInfoDocument scopeIndoDoc =
ScopeInfoDocument.Factory.parse(result.getXMLStreamReader());
How can I know the expected object result type?? Example if I call
the respective webservice with the webmethod listEvents, what I should
expect receive? Is there any place that I can look for?
3- last one:) How can i get the javadoc of this project? The link on the
webpage is dead, and I tried to generate the javadoc using the
javadoc:javadoc maven plugin, but unfortually with no successs:/
Thanks for your support
RV