Re: Visual Studio Web Application consume web services

2012-04-09 Thread htech
hi, I have made the changes as suggested here but still getting this exception below *The SoapListenerExtension class is not loaded. The most possible cause for this error is that you haven't registered Google.Api.Ads.Common.Lib.SoapListenerExtension as a soap extension under configuration/sy

Re: Visual Studio Web Application consume web services

2012-04-09 Thread htech
On Thursday, 22 March 2012 01:30:13 UTC+5:30, TC wrote: > > Has anyone been able to successfully consume any of the web services and > make successful calls? Specifically: > https://adwords.google.com/api/adwords/o/v201109/TargetingIdeaService?wsdl > > > I have looked at > http://code.google.

Re: Visual Studio Web Application consume web services

2012-03-26 Thread Anash P. Oommen
Hi Anthony, You could just take the latest version. You need a minimum of Google.Ads.Common.dll and Google.AdWords.dll, plus your App.Config/Web.config needs to look like http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/csharp/App.config. As yagmur sugg

Re: Visual Studio Web Application consume web services

2012-03-21 Thread Yagmur Coker
I use src version because you can debug / step into code to figure things out if and when you need it. y On Wed, Mar 21, 2012 at 5:40 PM, TC wrote: > Which version do you suggest? > > awapi_dotnet_lib_signed_v14.0.​0.zip > awapi_dotnet_lib_v14.0.0.zip > awapi_dotnet_lib_src_v14.0.0.​zip > > TC

Re: Visual Studio Web Application consume web services

2012-03-21 Thread TC
Which version do you suggest? awapi_dotnet_lib_signed_v14.0.0.zip awapi_dotnet_lib_v14.0.0.zip awapi_dotnet_lib_src_v14.0.0.zip TC On Wednesday, March 21, 2012 4:13:06 PM UTC-5, yagmur wrote: > > Tony, you can add the project to your solution then reference the project > instead of specifi

Re: Visual Studio Web Application consume web services

2012-03-21 Thread Yagmur Coker
Tony, you can add the project to your solution then reference the project instead of specific dlls. yagmur On Wed, Mar 21, 2012 at 5:08 PM, TC wrote: > Are you recommending that I just reference the following .dlls in my web > application? > > Google.Ads.Common.dll > Google.Ads.OAuth.dll > Goog

Re: Visual Studio Web Application consume web services

2012-03-21 Thread TC
Are you recommending that I just reference the following .dlls in my web application? Google.Ads.Common.dll Google.Ads.OAuth.dll Google.AdWords.dll Google.AdWords.Tests.dll Microsoft.Practices.ServiceLocation.dll nunit.framework.dll OAuth.Net.Combined.dll On Wednesday, March 21, 2012 3:13:58 PM

Visual Studio Web Application consume web services

2012-03-21 Thread TC
Has anyone been able to successfully consume any of the web services and make successful calls? Specifically: https://adwords.google.com/api/adwords/o/v201109/TargetingIdeaService?wsdl I have looked at http://code.google.com/p/google-api-adwords-dotnet/wiki/NoClientLibrary and changed the So