T
Todd
I am trying to get a better grasp of using web services. I have had
success when I have a user type something into a text box and then
pass that text to call an external web service on another server.
This has worked for me when the result was only a single word such as
"true" or "false". Now, I would like to make a call to a service that
returns either rows of data or more than one word, such as a stock
symbol returning the price, high, low, estimates, rating, etc. How
would I make the call to the external web service and then assign the
results to a Dataset? I want to use this dataset as the datasource
for a Data Grid to display on the screen. Or perhaps there is an
easier way to do this?
success when I have a user type something into a text box and then
pass that text to call an external web service on another server.
This has worked for me when the result was only a single word such as
"true" or "false". Now, I would like to make a call to a service that
returns either rows of data or more than one word, such as a stock
symbol returning the price, high, low, estimates, rating, etc. How
would I make the call to the external web service and then assign the
results to a Dataset? I want to use this dataset as the datasource
for a Data Grid to display on the screen. Or perhaps there is an
easier way to do this?