XMethods Logo

Home ·  Tools · Implementations · Manage · Register · Tutorials · About

Partner4 Logo Partner3 Logo Partner2 Logo

eBay Price Watcher

WSDL

http://www.xmethods.net/sd/2001/EBayWatcherService.wsdl     Analyze WSDL   |   View RPC Profile  (only for RPC services)
Owner:xmethods.net
For more Info:
Description:Checks current bid price of an eBay auction

Endpoints

URLPublisherContact EmailImplementation
http://services.xmethods.net:80/soap/servlet/rpcrouterxmethods.netsupport@xmethods.netApache SOAP

Contributed Clients   What is this?     Add / Edit / Delete Client  

NameTypePublisherToolkitLanguageOS
Web Services Performance and Load TesterApplicationLisaWu N/ACross-Platform
eBay on your Imode PhoneApplicationNeha NuSOAPPHPCross-Platform
eBay Tracker (by Mustafa Basgun)ApplicationBasgun Macromedia FlashPHPCross-Platform
Sample client for Apache SOAPExample Sourcexmethods.net Apache SOAPJavaCross-Platform
mlc_clm@NUExample Sourcemlc_clm AXISJavaCross-Platform


Detailed Description

Checks current bid price of an eBay auction.

Usage Notes

Request Parameter Schema:
<element name="auction_id" type="string" />

Response Parameter Schema:
<element name="return" type="float" />

Encoding Style for both request and response:
http://schemas.xmlsoap.org/soap/encoding

----------------------------------------------------------

Sample Request envelope:

<SOAP-ENV:Envelope xmlns:SOAP-
ENV="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Body>
<ns1:getCurrentPrice xmlns:ns1="urn:xmethods-EbayWatcher" SOAP-
ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<auction_id xsi:type="xsd:string">414173888</auction_id>
</ns1:getCurrentPrice>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

-----------------------------------------------------------

Sample Response Envelope:

<SOAP-ENV:Envelope xmlns:SOAP-
ENV="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Body>
<ns1:getCurrentPriceResponse xmlns:ns1="urn:xmethods-EbayWatcher" 
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<return xsi:type="xsd:float">5450.0</return>
</ns1:getCurrentPriceResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Help  Message Board