• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Consuming the Gunbroker API

New Here ,
Jan 31, 2007 Jan 31, 2007

Copy link to clipboard

Copied

I'm trying to invoke the API of an ebay clone.

Its not documented except for the auto generated ASP summary.

http://apiv2.gunbroker.com

And the only result I get is the error "Could not generate stub objects for web service invocation."
TOPICS
Advanced techniques

Views

638

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Jan 31, 2007 Jan 31, 2007

Copy link to clipboard

Copied

LATEST
Hi,

Try invoking like this.

gma = CreateObject("webservice", " http://apiv2.gunbroker.com/AuctionService.asmx?wsdl");

(I've just added "?wsdl" after your WS url)..


Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation