Re: any way to see the SOAP calls

2017-09-11 Thread Tim Johnson
scratch this you can mark this solved or delete this thread. Thank you for the assistance. On Tuesday, September 12, 2017 at 2:24:53 PM UTC+10, Tim Johnson wrote: > > Hi Peter, > > Unfortunately that will not help me. I want to use cURL to make > adjustments and to get reporting from the Adword

Re: any way to see the SOAP calls

2017-09-11 Thread Tim Johnson
Hi Peter, Unfortunately that will not help me. I want to use cURL to make adjustments and to get reporting from the Adwords server. All of the libraries do nothing more than making GET and POST HTTP requests. After all is said and done withing the API examples, the API must simply be sendin

Re: any way to see the SOAP calls

2017-09-11 Thread 'Peter Oliquino' via AdWords API Forum
Hi Tim, Could you confirm if what you wish to achieve is to have access to the SOAP request and response that is generated during each AdWords API service call? If my understanding is correct, then you may refer to this documentation

any way to see the SOAP calls

2017-09-11 Thread Tim Johnson
Hi, I was wondering: instead of working with 9.000 files in the library: is there a way to print out the actual soap GET and POST calls that are being made within the SOAP library? Surely the endpoint, headers, and body must be assigned to some variable somewhere. Do you know what these are? I