|
March 29, 2002 Assigning a Short Name to a Web Service's URL Tips: March 2002
Yehuda Shiran, Ph.D.
|
|
When calling a Web service, we first need to establish a short name for the Web service. For example:
The label "service" is the name of the DIV element to which we attached the webservice behavior. The useService() method is one of the webservice behavior's interface methods, and is defined in webservice.htc. The Web service Stockquote.asmx resides on the eggheadcafe server. We give it the short name StockQuote, and this is how we reference it when we actually call the Web service.
Learn more about consuming the
People who read this tip also read these tips: Look for similar tips by subject: |