As per Dov Katz suggestions in a personal email, I added WSDL to the url.
And the error I get now is "Web service operation "getMyAuctions" with
parameters {} could not be found." which is funny because if I cfdump gma,
the service is clearly listed. Very strange. And if I navigate to it at
http://apiv2.gunbroker.com/AuctionService.asmx the service is also listed.

The only inconsistency is that in the browser, its listed as GetMyAuctions
and the cfdump lists it as getMyAuctions.

Thanks for all the help thus far.

On 1/31/07, Dave Watts <[EMAIL PROTECTED]> wrote:
>
> > Here is my most recent coding attempt...
> >
> > gma = CreateObject("webservice", "auctionsiteurl");
> > RequestCredentials = StructNew();
> > RequestCredentials.DevKey="...";
> > RequestCredentials.AppKey="..."; RequestCredentials.UserName="...";
> > RequestCredentials.Password="...";
> > gma.setHeader("API_V2","RequestCredentials",RequestCredentials);
> >
> > I think this should work... but its not... I've tried three
> > or four different ways and I get "Could not generate stub
> > objects for web service invocation."
>
> Where is their WSDL? That's what CF uses to generate stubs.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
>
> Fig Leaf Software provides the highest caliber vendor-authorized
> instruction at our training centers in Washington DC, Atlanta,
> Chicago, Baltimore, Northern Virginia, or on-site at your location.
> Visit http://training.figleaf.com/ for more information!
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:268296
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to