Answers

Question and Answer:

  Home  MCSD.NET - 70-310 Exam

⟩ Suppose You create an XML Web service named WeatherService. This service contains a Web methodnamed RetrieveWeather. RetrieveWeather takes as input a city named and returns the currentweather conditions for that city.You need to provide callers of this service with the URL they need to issue an HTTP-GET againstWeatherService.Which URL should you use?A. http//XYZSrv/AppPath/WeatherService.asmx/cityname=somecityB. http//XYZSrv/AppPath/WeatherService.asmx/RetrieveWeather?cityname=somecityC. http//XYZSrv/AppPath/WeatherService/RetreieveWeather.asmx?cityname=somecityD. http//XYZSrv/AppPath/WeatherService/RetrieveWeather?cityname=somecity

B. http://XYZSrv/AppPath/WeatherService.asmx/RetrieveWeather?cityname=somecity

 192 views

More Questions for you: