I’m tasked with writing an application to connect to the DoubleClick DART API and download advertisements.
The APIs are currently only Java, but they work (in the end), freeing up the SOAP version.
As a C # developer, I would like to write a C # application and access the Java API until the SOAP API is available.
Can I do it? If so, how?
If not, I will learn Java, write an application, and then repeat it when the SOAP API is available, but this is not the preferred course of action.
Thanks for the help.
source
share