I am tasked with writing an application to connect to the DoubleClick DART API and download ad creatives.
The API is currently Java only, but they are working on (eventually) releasing a SOAP version.
As a C# developer, I'd like to write the application in C# and access the Java API, until the SOAP API is available.
Can I do this? If so, how?
If not, I will learn Java, write the application, then redo it when the SOAP API is available, but this isn't the preferred course of action.
Thanks for the help.