Hi, So I'm running the below command to generate the v201402 .NET proxy classes using wsdl.exe. I have done this many times with earlier API versions and not hit this problem before. Now, some classes are missing in the resulting C# file, such as ApiException and ApplicationException. If I run the exact same command for 201309, those classes do show up in AdwordsProxy.cs. Am I missing something obvious here? I have looked at https://code.google.com/p/google-api-adwords-dotnet/wiki/NoClientLibrary and tried to add the dummy elements just in case, but still haven't been able to make this work.
"c:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\x64\wsdl.exe" /sharetypes /o:AdwordsProxy.cs /n:MyAdWords.WebService https://adwords.google.com/api/adwords/cm/v201402/MutateJobService?wsdl Has anyone been able to successfully generate the .NET proxy classes for v201402 and get these class to show up? Note that I normally add more than the MutateJobService class to the command line, but I'm leaving that out while trouble-shooting. Thanks, Hans -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
