XMethods Logo

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

Partner4 Logo Partner3 Logo Partner2 Logo

Delayed Stock Quote

WSDL

http://services.xmethods.net/soap/urn:xmethods-delayed-quotes.wsdl     Analyze WSDL   |   View RPC Profile  (only for RPC services)
Owner:xmethods.net
For more Info:
Description:20 minute delayed stock quote

Endpoints

URLPublisherContact EmailImplementation
http://64.124.140.30:9090/soapxmethods.netsupport@xmethods.netGlue

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

NameTypePublisherToolkitLanguageOS
Web Services Performance and Load TesterApplicationLisaWu N/ACross-Platform
wsdlpullApplicationvivek200120 C++Linux / UNIX
Delayed Stock Quote for ImodeApplicationNeha NuSOAPPHPCross-Platform
StockQuotesApplicationmikepeat Visual DataflexOtherWindows
DreamFactory ClientApplicationbillappleton DreamFactoryJavascriptCross-Platform
Delayed Stock Quote for ElementSOAPExample Sourceeffbot PythonCross-Platform
Sample source for Apache SOAPExample Sourcexmethods.net Apache SOAPJavaCross-Platform
PocketPCExample Sourcesimonfell PocketSOAPC++Windows
stockyExample Sourcerommel13 MS .NETC#Windows
Borland C# Builder StockQuoter 2.0Example SourceMacavity MS .NETC#Windows
gSOAP C/C++ clientExample Sourceengelen gSOAPC++Cross-Platform


Detailed Description

20 minute delayed stock quote.

Usage Notes

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

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

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

----------------------------------------------------------
For XMethods Server implementation, use port 9090 instead of 80.
----------------------------------------------------------

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:getQuote xmlns:ns1="urn:xmethods-delayed-quotes" SOAP-
ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<symbol xsi:type="xsd:string">IBM</symbol>
</ns1:getQuote>
</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:getQuoteResponse xmlns:ns1="urn:xmethods-delayed-quotes" SOAP-
ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<return xsi:type="xsd:float">133.625</return>
</ns1:getQuoteResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Help  Message Board