In this second article in the series, I continue the discussion of SOAP and I use the example of a hypothetical service that returns the temperature in my office.
在本系列的这第二篇文章中,我继续讨论SOAP,并使用一个假定返回我办公室内温度的服务。
Imagine a simple Weather Service exposing a web method called "WeatherQuery" that returned the temperature and pressure wrapped in an object.
假设有一个简单的天气服务,暴露出一个名为“WeatherQuery”的Web方法,这个方法返回一个对象,包含温度和气压值。
The WSDL file shown in Listing 1 is for a temperature conversion service, which converts a temperature from Fahrenheit to Celsius. Two operations are defined.
清单1显示的WSDL文件是一个温度转换服务,该服务用于将华氏温度转换为摄氏温度。
应用推荐