[JAVA] How to get Location Target Information.
There is a code snippet on the blog explaining how to get the countries ids.
http://adcenterdev.spaces.live.com/blog/cns!40C96A663056EEA8!109.entry
It seems straight forward if using C#. But I really have a hard time to figure out how to retrieve those information with JAVA.
What to do with the GetLocationTargetInformationResponseGetLocationTargetInformationResult getLocationTargetInformation (GLTIRGLTIR) object returned by the getLocationTargetInformation() of the CampaignManagementSoap? An especially the get_any() method of GLTIRGLTIR which returns an org.apache.axis.message.MessageElement []?
I am pretty confused so to speak...

