Hi Mariusz,

I think the report logs are not written to SOAP logs right now. You'd have 
to look at either the Errors field, or use Fiddler to capture the response. 
I've opened an enhancement request 
at https://github.com/googleads/googleads-dotnet-lib/issues/26 to make sure 
this is addressed in an upcoming release.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Thursday, September 18, 2014 8:50:12 AM UTC-4, Mariusz wrote:
>
> You can configure it. In the snipped I passed in, the log files are 
> configured to be: 
>
> C:\Logs\soap_xml.log
>
> C:\Logs\request_info.log
>
>
>
> Cheers,
>
> Mariusz
>
> On Thursday, 18 September 2014 12:05:15 UTC+1, Vandita Chhabaria wrote:
>>
>> Ok...And where will be my SOAP xml file ? 
>>
>> On Thursday, September 18, 2014 3:52:12 PM UTC+5:30, Mariusz wrote:
>>>
>>> Hi Vandita,
>>>
>>>    Unfortunately, it is impossible to say what the problem is from 
>>> attached screenshot. Details are burried in Errors property which you 
>>> haven't expanded. Can you post information from Errors collection?
>>>
>>>    If you want to trace SOAP communication, you can use Option 1: Use 
>>> SOAP logs 
>>> <https://github.com/googleads/googleads-dotnet-lib/wiki/How-to-capture-SOAP-messages#option-1-use-soap-logs>.
>>>  
>>> You only need to change log level from Off to Information, so your 
>>> app.config will be:
>>>
>>>   <system.diagnostics>    <sources>      <source 
>>> name="AdsClientLibs.SoapXmlLogs"        
>>> switchName="AdsClientLibs.SoapXmlLogs"        
>>> switchType="System.Diagnostics.SourceSwitch">        <listeners>          
>>> <!-- Modify the initializeData attribute below to control the              
>>> path to the SOAP XML log file. -->          <add name="soapXmlLogListener"  
>>>           type="System.Diagnostics.TextWriterTraceListener"            
>>> initializeData="C:\Logs\soap_xml.log" />          <remove name="Default" /> 
>>>        </listeners>      </source>      <source 
>>> name="AdsClientLibs.RequestInfoLogs"        
>>> switchName="AdsClientLibs.RequestInfoLogs"        
>>> switchType="System.Diagnostics.SourceSwitch">        <listeners>          
>>> <!-- Modify the initializeData attribute below to control the              
>>> path to the request info log file. -->          <add 
>>> name="requestInfoLogListener"            
>>> type="System.Diagnostics.TextWriterTraceListener"            
>>> initializeData="C:\Logs\request_info.log" />          <remove 
>>> name="Default" />        </listeners>      </source>    </sources>    
>>> <switches>      <!-- Use this trace switch to control the SOAP XML logs 
>>> written by Ads*        .NET libraries. The default level is set to Off. 
>>> Logs are generated at        both the Error and Information levels. -->     
>>>  <add name="AdsClientLibs.SoapXmlLogs" value="Information"/>      <!-- Use 
>>> this trace switch to control the Request Info logs written by        Ads* 
>>> .NET libraries. The default level is set to Off. Logs are        generated 
>>> at both the Error and Information levels. -->      <add 
>>> name="AdsClientLibs.RequestInfoLogs" value="Information"/>    </switches>  
>>> </system.diagnostics>
>>>
>>>
>>>
>>> Cheers,
>>>
>>> Mariusz
>>>
>>> On Thursday, 18 September 2014 06:57:40 UTC+1, Vandita Chhabaria wrote:
>>>>
>>>> Hi Danial,
>>>>
>>>> All seems good when I am using Test Account and Examples.CSharp.v201406.
>>>> I am able to get Campaigns, Add a campaign.
>>>>
>>>> But my Requirement is all related to download various Reports using 
>>>> ReportDefinition Service or ReportDefinition.
>>>>
>>>> I am using Examples.CSharp.v201406.DownloadCriteriaReport to learn How 
>>>> to download reports !
>>>>
>>>> But I always end up in getting Error :
>>>> {Google.Api.Ads.AdWords.Util.Reports.ReportDownloadError[1]} 
>>>> Inner Exception :
>>>> {"Report download errors occurred, see errors field for more details."}
>>>>
>>>> I have also attached the screenshot of the Exception!
>>>>
>>>> Please help me out.
>>>>
>>>> As you said, I also tried to capture SOAP messages for my Application. 
>>>> For that I have downloaded Fiddler but I am not able to configure Fiddler 
>>>> settings in my App.config file and basically how to use that tool to 
>>>> capture SOAPs. I know this problem does not come under Adwords APi, but it 
>>>> will be really a big help for me !
>>>>
>>>> Thanks !
>>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/efea3837-8ca5-44fa-b94e-238688ba5d87%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to