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”>