Recently, Google Adwords Editor APIs need to be called in the project. Therefore, you have created a solution for testing!
When I added Web references to the console application in Visual Studio 2008, I did not find the "add web reference" menu at the moment. Later I found it in advanced. I don't have to forget something! As follows:
1. In Solution Explorer, right-click the name of the project to add a service, and click Add service reference ".
The "add service reference" dialog box appears.
2. In the "add service reference" dialog box, click the "advanced" button.
The "service reference Settings" dialog box appears.
3. In the "service reference Settings" dialog box, click "add Web reference ". The "add Web reference" dialog box appears.
4. Enter the URL of the Web service to be used in the URL box. If you do not know the URL, use the link in the browsing pane to find the required Web service.
Image Description:
1. In the console application project, right-click the project and no menu item "add web reference..." is found.
2. There is a menu item "add web reference..." In WebApp.
3. In fact, there are corresponding references, as long as you follow the steps below, OK
Enter the URL of the advertisement series in the Google Adwords API:
Https://adwords.google.com/api/adwords/v13/CampaignService? Wsdl
You can rename the reference, for example:
Then you can use it!