eBay Price Watcher
Endpoints
Contributed Clients What is this? Add / Edit / Delete Client
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