April 5, 2002 - Consuming Multiple Web Services
April 5, 2002 Consuming Multiple Web Services Tips: April 2002
Yehuda Shiran, Ph.D.
|
-
onload="init()"
. Add this event handler to yourBODY
tag. For example:<BODY BGCOLOR="#ffffff" onload="init()">
- Instantiate the
webservice
behavior. You can share this behavior among all Web services you consume from your page:<DIV ID="myWebService" STYLE="behavior:url(webservice.htc)"></DIV>
- GUI. For each Web service, implement some way to collect user parameters, call the service, and display the results. Simple
INPUT
elements will do.
access data sources across domains option
. See Column 105 for details.To learn more on consuming multiple Web services, go to Column 106, Web services Part XI: Consuming Multiple Web Services.