<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="rss.xsl" media="screen"?>
<rss version="2.0">
  <channel>
    <title>拼吾爱程序人生 - Web Service</title>
    <link>http://www.pin5i.com/showforum-181.html</link>
    <description>Latest 20 threads</description>
    <copyright>Copyright (c) 拼吾爱程序人生</copyright>
    <generator>Discuz!NT</generator>
    <pubDate>Sun, 07 Sep 2008 00:54:00 GMT</pubDate>
    <ttl>180</ttl>
    <item>
      <title>改善Web Service安全性:WCF指导包</title>
      <description><![CDATA[微软模式与实践团队发布了WCF安全指导包。这个689页的概略手册提供了对Web Service安全性基础的全面介绍，以及几个安全威胁的深入讲解和相应的对策措施。


“改善Web Service安全：WCF的应用场景和实施向导”为安全的许多方面提供了指南。在HTML页面可以读到，也提供PDF格式的下载。

指南分为四部分，每部分都有相应的参考章节：
第一部分 -- Web Servic]]></description>
      <link>http://www.pin5i.com/showtopic-19793.html</link>
      <category>Web Service</category>
      <author>cobra</author>
      <pubDate>Mon, 11 Aug 2008 23:10:00 GMT</pubDate>
    </item>
    <item>
      <title>WebService是“良药”还是“毒药”</title>
      <description><![CDATA[文/佚名  出处/itpub

时下，IT界最流行的话题莫过于SOA，而SOA领域里我们用到的最广泛的技术就是webservice，一方面我们热衷于使用webserivce来解决企业应用中面临异构系统的应用集成问题，它的问世，天生为集成服务，成为解决异构系统应用集成的首选“良药”。另一方面，良药并非“神药”，当我们把它神化之后，错误的以为构建SOA就必需要使用WebService来构建服务，在]]></description>
      <link>http://www.pin5i.com/showtopic-19522.html</link>
      <category>Web Service</category>
      <author>cobra</author>
      <pubDate>Wed, 30 Jul 2008 16:09:00 GMT</pubDate>
    </item>
    <item>
      <title>定义web service接口的十点注意事项</title>
      <description><![CDATA[文/juleven  出处/blogjava

一、接口是自说明的。
也就是说，接口的名字、参数和返回值在一看之下就知道这接口大概是干什么用的。当然接口描述文档肯定是必须的，但这些描述文档的质量谁知道怎么样呢，谁有空天天翻着文档写东西呢，又有谁会背下来呢？所以让人眼前一亮的接口命名绝对值得，这也是所有代码书会告诉你应该遵守的一条。想想看见个叫add的方法却做 multiply的悲惨生活吧，即]]></description>
      <link>http://www.pin5i.com/showtopic-18606.html</link>
      <category>Web Service</category>
      <author>cobra</author>
      <pubDate>Tue, 15 Jul 2008 00:07:00 GMT</pubDate>
    </item>
    <item>
      <title>在Web Services中管理Sessions</title>
      <description><![CDATA[　　在Web service中通常采用两种公认技术来管理session，一种是借助HTTP和HTTP cookies，另一种是用SOAP headers。Axis能帮你实现这两种技术。

　　在Web service中没有一种管理session的标准方法，只有两种公认的技术，一种是依靠HTTP和HTTP cookies，另一种，或许也是最重要的一种方法，就是用SOAP headers。Axis]]></description>
      <link>http://www.pin5i.com/showtopic-18290.html</link>
      <category>Web Service</category>
      <author>SystemPoster</author>
      <pubDate>Sun, 06 Jul 2008 17:07:00 GMT</pubDate>
    </item>
    <item>
      <title>SharePoint Web Services入门</title>
      <description><![CDATA[文/Trent Swanson  译/朱永光 出处/Infoq

SharePoint通过一系列Web Services来支持互操作和远程调用，这里的SharePoint，我指的是WSS 3.0（Windows SharePoint Services）和MOSS 2007（Microsoft Office SharePoint Server）。有好几种方法来编程访问SharePoint，比如对]]></description>
      <link>http://www.pin5i.com/showtopic-17693.html</link>
      <category>Web Service</category>
      <author>cobra</author>
      <pubDate>Thu, 19 Jun 2008 06:44:00 GMT</pubDate>
    </item>
    <item>
      <title>利用Web Services保持Http环境下的连接状态</title>
      <description><![CDATA[文/hjf1223  出处/博客园

Http环境本身是一种无连接状态的架构，在这种架构下服务器只能是被动的接受客户端的请求，返回结果，而无法主动的给客户端发送数据。而在很多需要实时数据交互（比如Web IM)的场景中，我们却希望能及时得到服务器给我们返回的数据。此时，一种最为普遍的做法是：在客户端用定时器，定时去请求服务器的服务，来得到最新数据。而这样一来，很多时候却是在做无用功，频繁的请求]]></description>
      <link>http://www.pin5i.com/showtopic-16926.html</link>
      <category>Web Service</category>
      <author>cobra</author>
      <pubDate>Fri, 11 Apr 2008 08:57:00 GMT</pubDate>
    </item>
    <item>
      <title>根据托管类库创建WebService代码</title>
      <description><![CDATA[文/佚名  出处/中国IT实验室

    最近一年的时间里忙于公司业务系统软件的开发工作，虽然公司委托第三方软件开发商进行软件的具体研发，但作为负责此软件项目的技术负责也不可避免地要去了解软件系统的架构，应用程序技术框架等。

    为了使我们新的软件系统有很好的扩充性，我们采用了微软的软件工厂框架进行开发（SCSF），这样，我们的应用程序可以很容易地进行功能模块的扩充，把软件需求变更]]></description>
      <link>http://www.pin5i.com/showtopic-16918.html</link>
      <category>Web Service</category>
      <author>cobra</author>
      <pubDate>Wed, 09 Apr 2008 09:47:00 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Releases Web Service Software Factory</title>
      <description><![CDATA[Posted by Jean-Jacques Dubray  From/InfoQ

Last week, Microsoft released a major release of the Web Service Software Factory, dubbed the Modeling Edition. WSSF, a critical piece of its Web Services ]]></description>
      <link>http://www.pin5i.com/showtopic-16574.html</link>
      <category>Web Service</category>
      <author>cobra</author>
      <pubDate>Wed, 05 Mar 2008 12:44:00 GMT</pubDate>
    </item>
    <item>
      <title>实现一个.NET Web Services服务注册中心</title>
      <description><![CDATA[文/Boris Lublinsky  译/戴垚  出处/InfoQ

一个典型的SOA实现通常依赖于多个服务。调用这些服务需要知道位置（即服务端点的地址）和绑定（到达端点的传输机制）信息。最简单的方法就是在实现中将端点地址硬编码。但这造成了方案实现和服务位置的紧密耦合（位置耦合）。将端点地址放到配置文件中可以改善这种情况。因为这样地址的改变就不会引起代码的改动。但是，随着服务或服务消费者（或者]]></description>
      <link>http://www.pin5i.com/showtopic-16502.html</link>
      <category>Web Service</category>
      <author>cobra</author>
      <pubDate>Tue, 26 Feb 2008 23:30:00 GMT</pubDate>
    </item>
    <item>
      <title>基于Web Services建立Asp与Asp.Net之间Session数据桥的应用研究</title>
      <description><![CDATA[文/xiaoyin_net  出处/博客园

本文的目的在于提供一种可行的解决方案通过Web Service技术来整合和管理现有的Asp程序到Asp.Net。 此应用解决方案尽可能从实际出发以迭代更新方式的策略把Asp Web服务器内存中的当前Session更新到Asp.Net。 

背景: 

　　现有公司的产品OA是采用asp早先的技术开发，需要与目前最新的asp.net产品进行数]]></description>
      <link>http://www.pin5i.com/showtopic-16130.html</link>
      <category>Web Service</category>
      <author>Systemjudge</author>
      <pubDate>Mon, 21 Jan 2008 12:27:00 GMT</pubDate>
    </item>
    <item>
      <title>使用WCF的Web编程模型开发REST风格的Web Service</title>
      <description><![CDATA[文/blusehuang  出处/博客园

  WCF中的Web编程模型提供了一种以REST风格来设计Web Service的功能，它不同于以往基于SOAP或者WS-*规范的Web Service，而是以URI和http协议为中心的。对于操作的每一个资源有唯一的标志符，而利用不同的http动作（例如GET,POST,PUT,DELETE）来对这些资源进行相应的操作。同时该模型中还提供URI T]]></description>
      <link>http://www.pin5i.com/showtopic-16061.html</link>
      <category>Web Service</category>
      <author>cobra</author>
      <pubDate>Thu, 10 Jan 2008 12:32:00 GMT</pubDate>
    </item>
    <item>
      <title>WSE 3.0 文档翻译:为Web Service提供保护</title>
      <description><![CDATA[文/jillzhang  出处/博客园

   Web Service有默认的安全机制，但在创建可移植的分布式应用程序的时候，会有局限性，特别是很难构建跨安全域的分布式应用程序。目前，你可以用SSL技术来为消息传输提供安全保证，但这只适用于点对点的通讯。当使用SSL的时候，消息到达最终的接收者之前，如果要被路由给一个或者多个中介，最终的接收者还要与发送者之间通讯，以验证消息的发送者。这个环节很]]></description>
      <link>http://www.pin5i.com/showtopic-15981.html</link>
      <category>Web Service</category>
      <author>cobra</author>
      <pubDate>Fri, 04 Jan 2008 23:29:00 GMT</pubDate>
    </item>
    <item>
      <title>Web Service 安全性解决方案(SOAP篇)</title>
      <description><![CDATA[文/flyingfox  出处/博客园

闲着没事,研究了一下Web Service的安全性解决方法. 通过SOAP的头信息,通过使用帐号与PIN实现访问Web Method的安全校验.这是一个简便的好方法. 
解决方法：配置SOAP头信息，并将Token的ID和PIN写入头信息作为访问Web服务的钥匙。

     步骤如下：

1)       建立类Credentials，用来]]></description>
      <link>http://www.pin5i.com/showtopic-15918.html</link>
      <category>Web Service</category>
      <author>cobra</author>
      <pubDate>Sun, 30 Dec 2007 09:06:00 GMT</pubDate>
    </item>
    <item>
      <title>有了Web Service,还需要.NET吗?</title>
      <description><![CDATA[文/不详  出处/网络

为什么会有Java，为什么会有.NET
有人说，Java是为了跨Windows和UNIX而产生的。是这样吗？Sun有自己的操作系统solaris，并且打的是高端市场，而Java发展早期阶段，Windows还主要定位在中小型企业，并没有打算与Sun一争高端客户。而且Sun的用户大部分都是大型企业级，而Windows定位在家庭消费用户，由于Windows已经成为桌面OS]]></description>
      <link>http://www.pin5i.com/showtopic-15817.html</link>
      <category>Web Service</category>
      <author>sundy</author>
      <pubDate>Wed, 19 Dec 2007 00:50:00 GMT</pubDate>
    </item>
    <item>
      <title>Amazon宣布AWS挑战优胜者</title>
      <description><![CDATA[文/Jean-Jacques Dubray  译/胡键  出处/InfoQ

Amazon Web服务是一系列核心的基础设施服务，它们是各种类型Web应用的公共基础。以下是最流行的服务：
S3（Simple Storage Service，简单存储服务） 通过该Web服务接口，在网络上可从任何地点、在任何时间保存和检索任意大小的数据。在11月，Amazon向欧洲用户提供了该服务。EC2（El]]></description>
      <link>http://www.pin5i.com/showtopic-15761.html</link>
      <category>Web Service</category>
      <author>cobra</author>
      <pubDate>Wed, 12 Dec 2007 21:16:00 GMT</pubDate>
    </item>
    <item>
      <title>页面前台通过JS访问WEB SERVICES,以及如何处理返回结果</title>
      <description><![CDATA[首先说一下,这个问题和AJAX难以分开.其实现方法和AJAX非常类似.有AJAX经验的朋友就很容易理解.

我这里举例的项目没有直接使用MS的AJAX框架而是只引用了该框架中的一个关键DLL和两段脚本.下边我会清楚的说明JS访问WEB SERVICES的具体流程.

首先:准备一个SERVICE,在SERVICE中要加上下边两个引用.

using System.Web.Script.]]></description>
      <link>http://www.pin5i.com/showtopic-13961.html</link>
      <category>Web Service</category>
      <author>cobra</author>
      <pubDate>Thu, 23 Aug 2007 01:38:00 GMT</pubDate>
    </item>
    <item>
      <title>创建数据库Web Services</title>
      <description><![CDATA[XML Web Services一个最显然的用处就是通用数据存取。通过它，你可以把公司的数据库被Internet上的许多客户端来访问，也可以动态地把它导入到第三方的Web站点上，甚至可以允许你的商业伙伴的Web Services去查询。下面就解释一下如何创建一个简单的Web Services，把你的数据库内容显示到Internet Explorer、第三方的Web Services和自定义的C#和]]></description>
      <link>http://www.pin5i.com/showtopic-13960.html</link>
      <category>Web Service</category>
      <author>cobra</author>
      <pubDate>Thu, 23 Aug 2007 01:35:00 GMT</pubDate>
    </item>
    <item>
      <title>Javascript调用Webservice的汇集</title>
      <description><![CDATA[通过xmlhttp+webservice(原始方法) 

原文地址:http://netboy.cnblogs.com/archive/2006/02/18/333260.html

using System;
using System.Web;
using System.Web.Services;
using System.Web.Services.Protocols;


]]></description>
      <link>http://www.pin5i.com/showtopic-11038.html</link>
      <category>Web Service</category>
      <author>sundy</author>
      <pubDate>Wed, 08 Aug 2007 01:33:00 GMT</pubDate>
    </item>
    <item>
      <title>实现Web Service依赖倒置</title>
      <description><![CDATA[问题的提出作为面向对象设计的一个基本原则，依赖倒置原则（DIP）在降低模块间耦合度方面有很好的指导意义，他的基本要求和示意图如下：
“高层模块不应该依赖于低层模块，二者都应该依赖于抽象。抽象不应该依赖于细节。细节应该依赖于抽象。”http://www.infoq.com/resource/articles/Implements-DIP-of-Web-Service/zh/resources/im]]></description>
      <link>http://www.pin5i.com/showtopic-11032.html</link>
      <category>Web Service</category>
      <author>sundy</author>
      <pubDate>Wed, 08 Aug 2007 01:22:00 GMT</pubDate>
    </item>
    <item>
      <title>实现COM组件向Web Services的转变</title>
      <description><![CDATA[我们在开发过程中需要放弃以前编写的组件而转到VB.NET和C#吗？答案是否定的。我们既不需要放弃以前的组件，反而可以加以利用。大多数程序开发人员要从以前的开发环境迁移到VB.net和C#是需要付出一定的代价的。然而，为了保持现存程序的兼容性，仍然需要使用VB6。值得庆幸的是，微软的SOAP开发工具Simple Object AccessProtocol (SOAP) Toolkit给了我们一个既可]]></description>
      <link>http://www.pin5i.com/showtopic-11031.html</link>
      <category>Web Service</category>
      <author>sundy</author>
      <pubDate>Wed, 08 Aug 2007 01:01:00 GMT</pubDate>
    </item>
  </channel>
</rss>