How can we accelerate API sign-up process?

2012-03-30 Thread hakin
We applied to Google for API access more than a month ago. However they told us that the access is given from a team in United States and getting permission takes months. Its been more than a month now and we havent heard anything ever since we applied. How can we accelerate this process? How

Re: URGENT: What should I enter to clientId?

2012-03-12 Thread hakin
Wow it worked now. Thanks On Monday, March 12, 2012 5:28:13 PM UTC+2, hakin wrote: > > Hi Eric. Thanks for the reply. > > Do you mean https://adwords-sandbox.google.com ? > I am using WAMP and I tried to access above url using Chrome. it redirects > me to www.google.com. &g

Re: URGENT: What should I enter to clientId?

2012-03-12 Thread hakin
Can you ensure that the URL is accessible from your server? Perhaps there > is a firewall in your network preventing the traffic. > > Best, > - Eric > > On Tuesday, March 6, 2012 3:44:09 PM UTC-5, hakin wrote: >> >> That's not the problem :( I am still getting th

Re: URGENT: What should I enter to clientId?

2012-03-06 Thread hakin
That's not the problem :( I am still getting the same error. Here is the code. SetDefaultServer("https://adwords-sandbox.google.com";); $user->LogAll(); $user->SetClientId(null); try { $campaignService = $user->GetService("CampaignService", 'v201109'); $page = $campaignService->get(new

Re: URGENT: What should I enter to clientId?

2012-03-05 Thread hakin
l entity "http://adwords-sandbox.google.com//api/adwords/mcm/v201109/ServicedAccountService?wsdl"; in On Monday, March 5, 2012 5:42:09 PM UTC+2, hakin wrote: > > I checked that too but I am not behind proxy right now. I am using WAMP > and I will try to upload it to my serv

Re: URGENT: What should I enter to clientId?

2012-03-05 Thread hakin
I checked that too but I am not behind proxy right now. I am using WAMP and I will try to upload it to my server. I will post if it works on the internet. On Monday, March 5, 2012 5:36:57 PM UTC+2, Ewan Heming wrote: > > This error message actually looks like you aren't connected to the > Inter

Re: URGENT: What should I enter to clientId?

2012-03-05 Thread hakin
ons enabled for PHP. > > On Monday, March 5, 2012 9:38:51 PM UTC+8, hakin wrote: >> >> I am getting this error :( >> >> >> ( ! ) Warning: SoapClient::SoapClient() >> [soapclient.soapclient<http://localhost/google/examples/v201109/AccountManagement/soa

Re: URGENT: What should I enter to clientId?

2012-03-05 Thread hakin
I am getting this error :( ( ! ) Warning: SoapClient::SoapClient() [soapclient.soapclient]: Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in C:\wamp\www\google\src\Go