惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
云风的 BLOG
云风的 BLOG
G
Google Developers Blog
S
SegmentFault 最新的问题
罗磊的独立博客
Hugging Face - Blog
Hugging Face - Blog
美团技术团队
爱范儿
爱范儿
博客园 - 三生石上(FineUI控件)
H
Hackread – Cybersecurity News, Data Breaches, AI and More
D
DataBreaches.Net
F
Fortinet All Blogs
TaoSecurity Blog
TaoSecurity Blog
D
Docker
C
Cybersecurity and Infrastructure Security Agency CISA
K
Kaspersky official blog
宝玉的分享
宝玉的分享
腾讯CDC
Google Online Security Blog
Google Online Security Blog
Recorded Future
Recorded Future
T
The Exploit Database - CXSecurity.com
T
The Blog of Author Tim Ferriss
V
V2EX
S
Securelist
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
C
CERT Recently Published Vulnerability Notes
A
Arctic Wolf
Scott Helme
Scott Helme
L
LINUX DO - 热门话题
Y
Y Combinator Blog
P
Proofpoint News Feed
T
Tor Project blog
AWS News Blog
AWS News Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
The Last Watchdog
The Last Watchdog
博客园 - 聂微东
T
Threat Research - Cisco Blogs
B
Blog
Attack and Defense Labs
Attack and Defense Labs
L
Lohrmann on Cybersecurity
C
CXSECURITY Database RSS Feed - CXSecurity.com
阮一峰的网络日志
阮一峰的网络日志
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
IT之家
IT之家
N
News and Events Feed by Topic
博客园 - 司徒正美
H
Help Net Security
C
Cisco Blogs
C
Check Point Blog
S
Secure Thoughts

博客园 - qqhe325

一个js游戏 向del.icio.us学习 lucene.net优化总结 Fxcop使用笔记 自定义加密web.config实验记录 DTC:该伙伴事务管理器已经禁止了他对远程/网络事务的支持 C#基础- 抽象类,静态类 js自动加载日期类 img的onload事件 当图片路径超出网站根目录时 vs2005宏的问题 asp.net 2.0 access 未指定的错误 oledbparameter在update时出错不报错 grove 小例子 delegate和event例子 你试图打开的项目是Web项目,请指定URL路径 asp.net 在分析向此请求提供服务所需资源时出错 策略模式 我们是怎样的一代人[转]
web service 记录1
qqhe325 · 2007-11-06 · via 博客园 - qqhe325

  1Setting environment for using Microsoft Visual Studio 2005 x86 tools.
  2
  3D:\VS2005\VC>wsdl "c:\ws_service1.cs"  "http://localhost/ws/service1.asmx?wsdl"
  4Microsoft(R) Web Services 描述语言实用工具
  5[Microsoft (R) .NET Framework, Version 2.0.50727.42]
  6Copyright (C) Microsoft Corporation. All rights reserved.
  7错误: 处理“file:///c:/ws_service1.cs”时出错。
  8  - 下载“file:///c:/ws_service1.cs”时出错。
  9  - 未能找到文件“c:\ws_service1.cs”。
 10  - 未能找到文件“c:\ws_service1.cs”。
 11  - 未能找到文件“c:\ws_service1.cs”。
 12
 13如果需要更多帮助,请键入“wsdl /?”。
 14
 15D:\VS2005\VC>wsdl "c:\\ws_service1.cs"  "http://localhost/ws/service1.asmx?wsdl"
 16
 17Microsoft(R) Web Services 描述语言实用工具
 18[Microsoft (R) .NET Framework, Version 2.0.50727.42]
 19Copyright (C) Microsoft Corporation. All rights reserved.
 20错误: 处理“file:///c://ws_service1.cs”时出错。
 21  - 下载“file:///c://ws_service1.cs”时出错。
 22  - 未能找到文件“c:\ws_service1.cs”。
 23  - 未能找到文件“c:\ws_service1.cs”。
 24  - 未能找到文件“c:\ws_service1.cs”。
 25
 26如果需要更多帮助,请键入“wsdl /?”。
 27
 28D:\VS2005\VC>wsdl "c://ws_service1.cs"  "http://localhost/ws/service1.asmx?wsdl"
 29
 30Microsoft(R) Web Services 描述语言实用工具
 31[Microsoft (R) .NET Framework, Version 2.0.50727.42]
 32Copyright (C) Microsoft Corporation. All rights reserved.
 33错误: 处理“file:///c://ws_service1.cs”时出错。
 34  - 下载“file:///c://ws_service1.cs”时出错。
 35  - 未能找到文件“c:\ws_service1.cs”。
 36  - 未能找到文件“c:\ws_service1.cs”。
 37  - 未能找到文件“c:\ws_service1.cs”。
 38
 39如果需要更多帮助,请键入“wsdl /?”。
 40
 41D:\VS2005\VC>wsdl /out:"c://ws_service1.cs"  "http://localhost/ws/service1.asmx?
 42wsdl"
 43Microsoft(R) Web Services 描述语言实用工具
 44[Microsoft (R) .NET Framework, Version 2.0.50727.42]
 45Copyright (C) Microsoft Corporation. All rights reserved.
 46正在写入文件“c://ws_service1.cs”。
 47
 48D:\VS2005\VC>csc /out:"c://ws_service1.dll" /t:library /r:System.XML.dll /r:Syst
 49em.Web.Services.dll "c://ws_services.cs"
 50Microsoft (R) Visual C# 2005 编译器 版本 8.00.50727.1378
 51用于 Microsoft (R) Windows (R) 2005 Framework 版本 2.0.50727
 52版权所有 (C) Microsoft Corporation 2001-2005。保留所有权利。
 53
 54error CS2001: 未能找到源文件“c://ws_services.cs”
 55fatal error CS2008: 未指定输入
 56
 57D:\VS2005\VC>csc /out:"c://ws_service1.dll" /t:library /r:System.XML.dll /r:Syst
 58em.Web.Services.dll "c://ws_service1.cs"
 59Microsoft (R) Visual C# 2005 编译器 版本 8.00.50727.1378
 60用于 Microsoft (R) Windows (R) 2005 Framework 版本 2.0.50727
 61版权所有 (C) Microsoft Corporation 2001-2005。保留所有权利。
 62
 63
 64D:\VS2005\VC>disco http://localhost/ws
 65Microsoft (R) Web 服务发现实用工具
 66[Microsoft (R) .NET Framework, Version 2.0.50727.42]
 67Copyright (C) Microsoft Corporation. All rights reserved.
 68错误: http://localhost/ws
 69  - 下载“http://localhost/ws”时出错。
 70  - 请求因 HTTP 状态 403 失败: Access Forbidden。
 71
 72如果您想获得更多帮助,请键入“disco /?”。
 73
 74D:\VS2005\VC>disco /out:"c:\"  http://localhost/ws
 75Microsoft (R) Web 服务发现实用工具
 76[Microsoft (R) .NET Framework, Version 2.0.50727.42]
 77Copyright (C) Microsoft Corporation. All rights reserved.
 78错误: 输出位置 'c:"  http://localhost/ws' 不是有效的目录。
 79
 80如果您想获得更多帮助,请键入“disco /?”。
 81
 82D:\VS2005\VC>disco /out:"c:\" " http://localhost/ws"
 83Microsoft (R) Web 服务发现实用工具
 84[Microsoft (R) .NET Framework, Version 2.0.50727.42]
 85Copyright (C) Microsoft Corporation. All rights reserved.
 86错误: 输出位置 'c:" ' 不是有效的目录。
 87
 88如果您想获得更多帮助,请键入“disco /?”。
 89
 90D:\VS2005\VC>disco /out:"c:\\" " http://localhost/ws"
 91Microsoft (R) Web 服务发现实用工具
 92[Microsoft (R) .NET Framework, Version 2.0.50727.42]
 93Copyright (C) Microsoft Corporation. All rights reserved.
 94错误:  http://localhost/ws
 95  - 下载“ http://localhost/ws”时出错。
 96  - 请求因 HTTP 状态 403 失败: Access Forbidden。
 97
 98如果您想获得更多帮助,请键入“disco /?”。
 99
100D:\VS2005\VC>disco /out:"c:\\" " http://localhost/ws" /pu:jack /pp:jack
101Microsoft (R) Web 服务发现实用工具
102[Microsoft (R) .NET Framework, Version 2.0.50727.42]
103Copyright (C) Microsoft Corporation. All rights reserved.
104错误:  http://localhost/ws
105  - 下载“ http://localhost/ws”时出错。
106  - 请求因 HTTP 状态 403 失败: Access Forbidden。
107
108如果您想获得更多帮助,请键入“disco /?”。
109
110D:\VS2005\VC>disco /out:"c:\\" " http://localhost/ws" /pu:jack /pp:jack
111Microsoft (R) Web 服务发现实用工具
112[Microsoft (R) .NET Framework, Version 2.0.50727.42]
113Copyright (C) Microsoft Corporation. All rights reserved.
114错误:  http://localhost/ws
115  - 下载“ http://localhost/ws”时出错。
116  - 请求因 HTTP 状态 403 失败: Access Forbidden。
117
118如果您想获得更多帮助,请键入“disco /?”。
119
120D:\VS2005\VC>disco /out:"c:\\" " http://localhost/ws"
121Microsoft (R) Web 服务发现实用工具
122[Microsoft (R) .NET Framework, Version 2.0.50727.42]
123Copyright (C) Microsoft Corporation. All rights reserved.
124错误:  http://localhost/ws
125  - 下载“ http://localhost/ws”时出错。
126  - 请求因 HTTP 状态 403 失败: Access Forbidden。
127
128如果您想获得更多帮助,请键入“disco /?”。
129
130D:\VS2005\VC>disco /out:"c:\\" " http://localhost/ws/service1.asmx"
131Microsoft (R) Web 服务发现实用工具
132[Microsoft (R) .NET Framework, Version 2.0.50727.42]
133Copyright (C) Microsoft Corporation. All rights reserved.
134Disco 在下列 URL 处找到文档:
135http://localhost/ws/service1.asmx?disco
136http://localhost/ws/service1.asmx?wsdl
137
138下列文件保存在相应的 URL 处找到的内容:
139  c:\service1.disco <- http://localhost/ws/service1.asmx?disco
140  c:\service1.wsdl <- http://localhost/ws/service1.asmx?wsdl
141文件 c:\results.discomap 保存指向这些文件中的每一个的链接。
142
143D:\VS2005\VC>wsdl /out:"c:\\a.cs" C:\results.discomap C:\service1.disco C:\servi
144ce1.wsdl
145Microsoft(R) Web Services 描述语言实用工具
146[Microsoft (R) .NET Framework, Version 2.0.50727.42]
147Copyright (C) Microsoft Corporation. All rights reserved.
148错误: 无法识别的文件类型“C:\service1.disco”。扩展名必须为 .wsdl 和 .xsd 两者之
149一。
150
151如果需要更多帮助,请键入“wsdl /?”。
152
153D:\VS2005\VC>wsdl /out:"c:\\a.cs" "C:\results.discomap" "C:\service1.disco" "C:\
154service1.wsdl"
155Microsoft(R) Web Services 描述语言实用工具
156[Microsoft (R) .NET Framework, Version 2.0.50727.42]
157Copyright (C) Microsoft Corporation. All rights reserved.
158错误: 无法识别的文件类型“C:\service1.disco”。扩展名必须为 .wsdl 和 .xsd 两者之
159一。
160
161如果需要更多帮助,请键入“wsdl /?”。
162
163D:\VS2005\VC>wsdl /out:"c:\\a.cs"  "C:\service1.wsdl"
164Microsoft(R) Web Services 描述语言实用工具
165[Microsoft (R) .NET Framework, Version 2.0.50727.42]
166Copyright (C) Microsoft Corporation. All rights reserved.
167正在写入文件“c:\\a.cs”。
168
169D:\VS2005\VC>csc /out:"c:\a.dll" /t:libray  /r:System.XML.dll /r:System.Web.Serv
170ices.dll a.cs
171Microsoft (R) Visual C# 2005 编译器 版本 8.00.50727.1378
172用于 Microsoft (R) Windows (R) 2005 Framework 版本 2.0.50727
173版权所有 (C) Microsoft Corporation 2001-2005。保留所有权利。
174
175fatal error CS2019: /target 的目标类型无效:
176        必须指定“exe”、“winexe”、“library”或“module”
177error CS2001: 未能找到源文件“a.cs”
178fatal error CS2008: 未指定输入
179
180D:\VS2005\VC>csc /out:"c:\a.dll" /t:libray  /r:System.XML.dll /r:System.Web.Serv
181ices.dll c:\a.cs
182Microsoft (R) Visual C# 2005 编译器 版本 8.00.50727.1378
183用于 Microsoft (R) Windows (R) 2005 Framework 版本 2.0.50727
184版权所有 (C) Microsoft Corporation 2001-2005。保留所有权利。
185
186fatal error CS2019: /target 的目标类型无效:
187        必须指定“exe”、“winexe”、“library”或“module”
188
189D:\VS2005\VC>csc /out:"c:\a.dll" /t:library  /r:System.XML.dll /r:System.Web.Ser
190vices.dll c:\a.cs
191Microsoft (R) Visual C# 2005 编译器 版本 8.00.50727.1378
192用于 Microsoft (R) Windows (R) 2005 Framework 版本 2.0.50727
193版权所有 (C) Microsoft Corporation 2001-2005。保留所有权利。
194
195
196D:\VS2005\VC>