Re: Ebay SOAP API

2006-07-07 Thread harry kuperus
The sample from Ebay which pulls out the "geteBayOfficialTime" works without any problem. But I need to do the same with "GetSearchResults" but I can't figure it out. any help would be highly appreciated Thanks Harry ~| Introd

Re: Ebay SOAP API

2005-07-05 Thread Prem Bhawnani
ppid=X&version=393&&Routing=New"); > > // build geteBayOfficialTimeRequest.. > timeRequest = StructNew(); > timeRequest.version = "393"; > > > > method="#methodToCall#" returnvariable="temp">

Re: Ebay SOAP API

2005-02-18 Thread Umer Farooq
ax.xml.rpc.service.endpoint.address","https://api.sandbox.ebay.com/wsapi?callname=#methodToCall#&siteid=0&appid=X&version=393&&Routing=New";); // build geteBayOfficialTimeRequest.. timeRequest = StructNew(); timeRequest.version = "393";

Re: Ebay SOAP API

2005-02-18 Thread Umer Farooq
ax.xml.rpc.service.endpoint.address","https://api.sandbox.ebay.com/wsapi?callname=#methodToCall#&siteid=0&appid=X&version=393&&Routing=New";); // build geteBayOfficialTimeRequest.. timeRequest = StructNew(); timeRequest.version = "393";

Ebay SOAP API

2005-02-17 Thread Umer Farooq
Has anyone been able to get ebay SOAP API going with CF. I've tried and I keep on getting: coldfusion.xml.rpc.ServiceProxy$ServiceMethodNotFoundException this is what i'm doing.. X bayWS = CreateObject("webs