Web Service 资源汇总

新上任,首先衷心谢谢各位的支持,一定竭力配合CMIC大象和大雨仔把本版做好。

接分者不能白接,必须贡献一个Web Service的资源,网站、技术文章、源码程序都可以,MSDN帮助的也可以,因为大家用得不多,我想资源共享以推动我们前进的步伐。
---------------------------------------------------------------

http://www.74.com.cn
http://www.chinawebdev.com/中国WEB开发者网络
http://www.codeproject.com
---------------------------------------------------------------

放300分一定很爽:)
---------------------------------------------------------------

有什么好的资源大家共享啊^_^
---------------------------------------------------------------

在 .NET 中使用 WEB SERVICE 的CallBacks机制

http://blog.csdn.net/redbb/archive/2004/02/17/12932.aspx

my translation article
---------------------------------------------------------------

http://msdn.microsoft.com/webservices/

---------------------------------------------------------------

http://www.codeproject.com/cs/webservices/
---------------------------------------------------------------

http://www.codeproject.com/webservices/
---------------------------------------------------------------

http://www.codeproject.com
---------------------------------------------------------------

http://www.cnsxml.com/
http://www.cnsxml.com/default.asp?viewType=byCate&cateID=9
---------------------------------------------------------------

贡献一个和msdn有关的:
http://www.vckbase.com/vckbase/msdnmtt/
---------------------------------------------------------------

从ASPX 页面进行Web 服务调用时的性能考虑
www.microsoft.com/china/msdn/archives/ library/dnservice/html/service07222003.asp
---------------------------------------------------------------

ASP.NET服务器端异步Web方法
http://www.yesky.com/20030102/1646665.shtml
---------------------------------------------------------------

支持wangsaokui
ASP.NET Web 服务如何工作
http://www.microsoft.com/china/MSDN/library/WebServices/ASP.NET/HowASP.NETWebServicesWork.mspx
---------------------------------------------------------------

Using the WebService Behavior

http://msdn.microsoft.com/library/default.asp?url=/workshop/author/webservice/using.asp
---------------------------------------------------------------

http://www.microsoft.com/china/MSDN/library/WebServices/ASP.NET/HowASP.NETWebServicesWork.mspx

---------------------------------------------------------------

http://dotnet.aspx.cc/ShowDetail.aspx?id=7959F820-8B48-42ED-98A1-C8AB3E940A9B
---------------------------------------------------------------

最权威的Web Services站点:
http://www.webservices.org/
---------------------------------------------------------------

http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.dotnet.framework.webservices⟨=en&cr=US
---------------------------------------------------------------

来捧场了,我一般是在csdn里面查资料的!
---------------------------------------------------------------

CSDN - 专家门诊 -

主 题: 哪里有免费的持久的用于测试的WebService?

作 者: Lostinet (『 迷失网络 』)
信 誉 值: 100
所属论坛: .NET技术 ASP.NET
问题点数: 111
回复次数: 4
发表时间: 2004-03-11 10:16:18

就是不需要注册,用于测试的。
并且最重要的是要保留几年的那种。
MS有没有提供这些WebService用于测试?

回复人: Lostinet(『 迷失网络 』) ( ) 信誉:100 2004-03-11 10:11:00 得分:0

我想用
http://test.uddi.microsoft.com/visualstudio/
上的。
不过不知道有没有问题。

Top

回复人: saucer(思归) ( ) 信誉:343 2004-03-11 10:26:00 得分:0

http://terraserver-usa.com/webservices.aspx

Top

回复人: saucer(思归) ( ) 信誉:343 2004-03-11 10:33:00 得分:0

http://www.xmethods.net/

Top

回复人: Lostinet(『 迷失网络 』) ( ) 信誉:100 2004-03-11 11:05:00 得分:0

谢谢!
我用了。
http://terraserver-usa.com/LandmarkService.asmx

Top

---------------------------------------------------------------

WebService Behavior Internet Development Index

--------------------------------------------------------------------------------

Attaches a WebService behavior to the document.

Syntax

XML

1<prefix: customtag="" id="sID" style="behavior:url('webservice.htc')"></prefix:>

HTML

 1<element id="sID" style="behavior:url('webservice.htc')">   
 2Scripting object.style.behavior = "url('webservice.htc')"   
 3object.addBehavior ("webservice.htc")   
 4  
 5Possible Values   
 6  
 7Prefix Prefix that associates the CustomTag with an XML namespace. This prefix is set using the XMLNS attribute of the HTML tag.   
 8CustomTag User-defined tag.   
 9sID String that specifies a unique identifier for the object.   
10  
11  
12Members Table   
13  
14The following table lists the members exposed by the WebService object. Click a tab on the left to choose the type of member you want to view.   
15  
16Attributes/Properties   
17  
18Property Description   
19async Specifies the mode of remote method invocation.   
20code A machine-readable error code that corresponds to a specific invocation of the callService method.   
21endpoint A property of the call object that specifies an URL that can be used to obtain the Web Services Description Language (WSDL) for a Web Service.   
22error A Boolean property created by the WebService behavior after using the callService method.   
23funcName Specifies the name of a remote function exposed by a Web Service.   
24id A property of the result object that has a unique value which corresponds to a specific execution of the callService method.   
25params A property of the call object that specifies an associative array of parameter values.   
26password Specifies a password for Web Services that require user authentication.   
27portName Specifies a port name that is used to access resources provided by a Web Service.   
28raw This property exposes the raw SOAP data packet returned by the Web Service after invoking the callService method.   
29reuseConnection Specifies the persistence of the connection information required by Web services that use Secure Sockets Layer (SSL) authentication.   
30serviceAvailable Indicates whether the WSDL information was returned successfully from an invocation of the useService method.   
31serviceUrl The URL of a Web Service.   
32SOAPHeader An array of SOAP headers that overrides the default SOAP header generated by the WebService.   
33string A human-readable error message that corresponds to a specific invocation of the callService method.   
34timeout Not currently supported.   
35userName Specifies a user name for Web Services that require user authentication.   
36userName Retrieves the sFriendlyName parameter that is passed to the useService method.   
37value A property of the result object that is created at runtime.   
38WSDL The WSDL returned by a Web Service after an invocation of the useService method.   
39  
40Events   
41  
42Event Description   
43onresult Fires when a result has been received from a remote method callService using the WebService behavior.   
44onserviceavailable Fires after the WebService behavior has attempted to obtain the WSDL from a Web Service.   
45  
46Methods   
47  
48Method Description   
49callService Invokes a method that is implemented on a Web Service.   
50createCallOptions Creates an instance of call object, which can be passed as a parameter to the callService method.   
51createUseOptions Creates a useOptions object, which can be passed as a parameter to the useService method.   
52useService Establishes a friendly name for a Web Service URL, which can then be referenced from script.   
53  
54Objects   
55  
56Object Description   
57call A script object that can be passed as a parameter to the callService method.   
58result This object exposes the results and brief diagnostics for an invocation of the callService method.   
59useOptions An object that can be passed as a parameter to the useService method.   
60  
61Remarks   
62  
63The WebService behavior enables methods that are implemented on Web Services to be called from client-side script in a</element>
Published At
Categories with Web编程
Tagged with
comments powered by Disqus