Answered
Outputting all info from stock quote(webservice)
Hi all,
I am invoking a webservice successfully to show a stock quote for the stock symbol GGYRF.PK but it is a lot of information anjd I don´t know how to define what I output. How do I define what I output?
have
Webservice:
http://www.webservicex.net/WS/WSDetails.aspx?CATID=2&WSID=9
Testing Webpage:
http://216.219.94.105/quote.cfm
<cfinvoke webservice=" http://www.webservicex.net/stockquote.asmx?WSDL" method="GetQuote" returnvariable="quote">
<cfinvokeargument name="symbol" value="GGYRF.PK">
</cfinvoke>
<cfoutput>
<b>#quote#</b>
</cfoutput>
<cfabort>
I am invoking a webservice successfully to show a stock quote for the stock symbol GGYRF.PK but it is a lot of information anjd I don´t know how to define what I output. How do I define what I output?
have
Webservice:
http://www.webservicex.net/WS/WSDetails.aspx?CATID=2&WSID=9
Testing Webpage:
http://216.219.94.105/quote.cfm
<cfinvoke webservice=" http://www.webservicex.net/stockquote.asmx?WSDL" method="GetQuote" returnvariable="quote">
<cfinvokeargument name="symbol" value="GGYRF.PK">
</cfinvoke>
<cfoutput>
<b>#quote#</b>
</cfoutput>
<cfabort>