Google.Api.Ads.Common.Lib.SoapListenerExtension is not in the new Adwards API (v201708)

2017-08-24 Thread Edward Bells
Hi,

I am migrating a system from v201609 to v201708 and the code cannot find 
the following: Google.Api.Ads.Common.Lib.SoapListenerExtension.

When browsing the assembly I can see that it is present in the old dll, 
while absent in the new one.

What is SoapListenerExtension exactly? and where can I find it? or was it 
removed in the new version?

Thanks in advance.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/eea2b31f-7e20-419c-bf5a-9eecdada08c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google.Api.Ads.Common.Lib.SoapListenerExtension is not in the new Adwards API (v201708)

2017-08-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, 

Since this issue is specific to the AdWords API .NET client library, I 
would suggest that you create an issue on the library's issue tracker 
 so the library 
owners can help you out. 

Regards,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1f873418-195a-44b4-a2c7-f73806637950%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google.Api.Ads.Common.Lib.SoapListenerExtension is not in the new Adwards API (v201708)

2017-09-15 Thread Larry Horner
I went to the issue tracker page and there was nothing there regarding this 
issue so I added one. I'll add the issue link here in case anyone else runs 
into this 
issue: https://github.com/googleads/googleads-dotnet-lib/issues/114

On Thursday, August 24, 2017 at 12:02:14 PM UTC-7, Shwetha Vastrad (AdWords 
API Team) wrote:
>
> Hi, 
>
> Since this issue is specific to the AdWords API .NET client library, I 
> would suggest that you create an issue on the library's issue tracker 
>  so the library 
> owners can help you out. 
>
> Regards,
> Shwetha, AdWords API Team.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9fea4de2-7724-4b02-81f9-0b8b6e95de33%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google.Api.Ads.Common.Lib.SoapListenerExtension is not in the new Adwards API (v201708)

2017-09-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi All, 

Starting in v22.0.0 of the Ads API .NET library, SOAP backend has been 
upgraded from System.Web.Services to System.ServiceModel (WCF). As a 
result, SOAP extensions are no longer used for logging. You can still 
configure your logging settings through the system.diagnostics section of 
the App.config. If you need similar behavior to the SOAP extension, you can 
create a custom IClientMessageInspector 

 and 
apply it to the service instead. Please see this guide 

 for 
more details. 

Regards,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/751a803e-597c-468e-9bb4-552aecd5a3b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.