《Microsoft Visual C# .NET 2003开发技巧大全》源代码

源代码在线查看: 17.4.txt

软件大小: 288 K
上传用户: rylzll
关键词: Microsoft Visual 2003 NET
下载地址: 免注册下载 普通下载 VIP

相关代码

				Listing 17.4 Lottery Web Service WSDL File
				
								xmlns:soap=”http://schemas.xmlsoap.org/wsdl/soap/”
				xmlns:s=”http://www.w3.org/2001/XMLSchema”
				xmlns:s0=”http://samspublishing/1_LotteryService”
				xmlns:soapenc=”http://schemas.xmlsoap.org/soap/encoding/”
				xmlns:tm=”http://microsoft.com/wsdl/mime/textMatching/”
				xmlns:mime=”http://schemas.xmlsoap.org/wsdl/mime/”
				targetNamespace=”http://samspublishing/1_LotteryService”
				xmlns=”http://schemas.xmlsoap.org/wsdl/”>
				
								targetNamespace=”http://samspublishing/1_LotteryService”>
				
				
				
				
				
				
				
				
				
				
				
								name=”GenerateNumberInRangeResult” type=”s:int” />
				
				
				
				
				
				
				
				
				
				
				
				
				
				Generates a random number within a range
								message=”s0:GenerateNumberInRangeSoapIn” />
								message=”s0:GenerateNumberInRangeSoapOut” />
				
				
								type=”s0:Lottery_x0020_Web_x0020_ServiceSoap”>
								style=”document” />
				
								soapAction=”http://samspublishing/1_LotteryService/GenerateNumberInRange”
				style=”document” />
				
				
				
				
				
				
				
				
				
				Provides the ability to generate a set of
				random numbers
								binding=”s0:Lottery_x0020_Web_x0020_ServiceSoap”>
				
				
				
				
							

相关资源