⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 17.2.txt

📁 《Microsoft Visual C# .NET 2003开发技巧大全》源代码
💻 TXT
字号:
Listing 17.2 Lottery Web Service WSDL File
<?xml version=”1.0” encoding=”utf-8” ?>
<definitions xmlns:soap=”http://schemas.xmlsoap.org/wsdl/soap/”
xmlns:tns=”http://samspublishing/1_LotteryService”
xmlns:s=”http://www.w3.org/2001/XMLSchema”
xmlns:http=”http://schemas.xmlsoap.org/wsdl/http/”
xmlns:tm=”http://microsoft.com/wsdl/mime/textMatching/”
xmlns:mime=”http://schemas.xmlsoap.org/wsdl/mime/”
xmlns:soapenc=”http://schemas.xmlsoap.org/soap/encoding/”
targetNamespace=”http://samspublishing/1_LotteryService”
xmlns=”http://schemas.xmlsoap.org/wsdl/”>
<types/>
<service name=”Lottery_x0020_Web_x0020_Service”>
<documentation>Provides the ability to generate a set
of random numbers</documentation>
</service>
</definitions>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -