Re: [DUG] SOAP Question (lets see who the soap guru's are :P)

2007-04-29 Thread Nick
ECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Sent: Friday, 27 April 2007 3:09 p.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] SOAP Question (lets see who the soap guru's are :P) Ah im still not having any luck. This is what I did type TCHTTPRIO = class(THTT

RE: [DUG] SOAP Question (lets see who the soap guru's are :P)

2007-04-29 Thread Edward Koryagin
m: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of Nick > Sent: Friday, 27 April 2007 3:09 p.m. > To: NZ Borland Developers Group - Delphi List > Subject: Re: [DUG] SOAP Question (lets see who the > soap guru's are :P) > > Ah im still not having any lu

Re: [DUG] SOAP Question (lets see who the soap guru's are :P)

2007-04-26 Thread Edward Koryagin
add to the end inherited DoBeforeExecute( MethodName, Request ); and you will be in... --- Nick <[EMAIL PROTECTED]> wrote: > Ah im still not having any luck. > This is what I did > > type > TCHTTPRIO = class(THTTPRIO) > procedure DoBeforeExecute(const MethodName: > string; Request: > TS

RE: [DUG] SOAP Question (lets see who the soap guru's are :P)

2007-04-26 Thread Jason Saggers
CTED] On Behalf Of Nick Sent: Friday, 27 April 2007 3:09 p.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] SOAP Question (lets see who the soap guru's are :P) Ah im still not having any luck. This is what I did type TCHTTPRIO = class(THTTPRIO) procedure DoBefore

Re: [DUG] SOAP Question (lets see who the soap guru's are :P)

2007-04-26 Thread Nick
Ah im still not having any luck. This is what I did type TCHTTPRIO = class(THTTPRIO) procedure DoBeforeExecute(const MethodName: string; Request: TStream); override; end; procedure TCHTTPRIO.DoBeforeExecute(const MethodName: string; Request: TStream); var StrStrm: TStringStream; ReqW:

Re: [DUG] SOAP Question (lets see who the soap guru's are :P)

2007-04-26 Thread Edward Koryagin
Sorry I don't remember all details... I inherited from THTTPRIO and did changes to tags to build correct request to SOAP server. --- Nick <[EMAIL PROTECTED]> wrote: > This page does - my mistake > http://qc.borland.com/wc/qcmain.aspx?d=14046 > > Nick wrote: > > Correct, and I see the soap reques

Re: [DUG] SOAP Question (lets see who the soap guru's are :P)

2007-04-26 Thread Nick
This page does - my mistake http://qc.borland.com/wc/qcmain.aspx?d=14046 Nick wrote: Correct, and I see the soap request when I look at the DoBeforeExexute I can't modify the var given however this page shows how you can modify the thttprio http://www.google.com/apis/adwords/developer/adwords_

Re: [DUG] SOAP Question (lets see who the soap guru's are :P)

2007-04-26 Thread Nick
Correct, and I see the soap request when I look at the DoBeforeExexute I can't modify the var given however this page shows how you can modify the thttprio http://www.google.com/apis/adwords/developer/adwords_api_classref.html but havn't done that yet (will have to re-compile that component?)

Re: [DUG] SOAP Question (lets see who the soap guru's are :P)

2007-04-26 Thread Edward Koryagin
Are you working with THTTPRIO? --- Nick <[EMAIL PROTECTED]> wrote: > How do you mean? Changed it to/for what for what? > : - ) > > Edward Koryagin wrote: > > for THTTPRIO > > on DoBeforeExecute > > I changed Request manually > > > > --- Nick <[EMAIL PROTECTED]> wrote: > > > > > >> Hey there,

Re: [DUG] SOAP Question (lets see who the soap guru's are :P)

2007-04-26 Thread Nick
How do you mean? Changed it to/for what for what? : - ) Edward Koryagin wrote: for THTTPRIO on DoBeforeExecute I changed Request manually --- Nick <[EMAIL PROTECTED]> wrote: Hey there, Thanks for that! :-) I compared the different between the D2007 and D2006 and I can see the D2007 is be

Re: [DUG] SOAP Question (lets see who the soap guru's are :P)

2007-04-26 Thread Edward Koryagin
for THTTPRIO on DoBeforeExecute I changed Request manually --- Nick <[EMAIL PROTECTED]> wrote: > Hey there, > > Thanks for that! :-) > I compared the different between the D2007 and D2006 > and I can see the > D2007 is better, some calls much simpler. ie > D2007 -> function getUsageQuotaT

Re: [DUG] SOAP Question (lets see who the soap guru's are :P)

2007-04-25 Thread Nick
Sure, I wonder if the generated pas between 2006 and 2007 is that much different. If it is then will be a good sales pitch to the boss! Thanks :-) Jeremy North wrote: I'll run the WSDL through D2007 and email you the pas file if you want (or someone else does it before me). I recommend upgra

Re: [DUG] SOAP Question (lets see who the soap guru's are :P)

2007-04-25 Thread Jeremy North
I'll run the WSDL through D2007 and email you the pas file if you want (or someone else does it before me). I recommend upgrading to 2007. Looks of fixes to the WDSL importer plus the source code is now included. On 4/26/07, Nick <[EMAIL PROTECTED]> wrote: Right, I am trying to get an app writt

[DUG] SOAP Question (lets see who the soap guru's are :P)

2007-04-25 Thread Nick
Right, I am trying to get an app written which in Delphi 2006 to do with the Google Adwords API. The old method I did was Program sends data to my web server --> Web server handles all the soap to Google --> Info is sent back to my program All done with indy. However I want to get away from th