Hello,
I am using a Java TCL language to access GDApi.
I use getResult method from JGDQuery objectand i gets my results.
What is the easier way to get returned info in java classes instead of XML.
I can't easily parse this XML in my language.
Aren't there some method like getCategory, getContent on list of results ?
Thanks
Michel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am using a Java TCL language to access GDApi.
I use getResult method from JGDQuery objectand i gets my results.
What is the easier way to get returned info in java classes instead of XML.
I can't easily parse this XML in my language.
Aren't there some method like getCategory, getContent on list of results ?
Thanks
Michel
Sorry I missed it first time.
Solution was to cast result into jgd.jaxb.ResultsType\$ResultType then I get all methods I needed
Michel