当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: Abstract Web Services br
 

 

 ·浅谈soap(转)    »显示摘要«
    摘要: 2001 年 8 月本文对soap作了一个初步介绍,给出几个简单示例;接着比较corba,dcom/com与soap的联系与区别;然后浅析soap简单的理解为rpc+http+xml时的运行机制;最后展现soap的前景。 一:为什么需要soap? 随着计算机技术的不断发展,现代企业面临的环境越来越复杂,其信息系统大多数为多平台、多系统的复杂系统。这就要求今天的企业解决方案具有广泛......
 ·xmlwebservice基础(转微软msdn)    »显示摘要«
    摘要: xml web service 基础 roger wolter microsoft corporation 2001 年 12 月 摘要:本文概述了 xml web service 对于开发人员的价值,同时还介绍了 soap、wsdl 和 uddi。 目录asp#webservbasics_topic1" target=_blank>什么是 xml web service?......


DataIntegrityinWebServices(转一)
abstract web services bring with them great possibilities and with these possibilities are some pitfalls. one such pitfall is passing complex data types to and from web services without losing data integrity. the clearest thing to keep in mind when passing objects to web services is the data is passed for your objects fields, but the code is not. what happens when i have an object that my web service passes as a return value? wsdl does some magic when a programmer creates a referance to your web service. visual studio.net creates wrapper objects around foreign data types. the struct you create inside your web service looks like this: public  struct persondata {     private int yearsexperience;     public int yearsexperience     {         get { return yearsexperience; }         set         {             if(value<2) { throw new exception("youre unemployable!"); }             yearsexperience = value;         }     }     public stri
...   下一页
 ·wsdl文件详解(转贴)中    »显示摘要«
    摘要: wsdl 類型與訊息區段中的 xml 結構描述 wsdl 的資料類型,是根據目前 w3c recommendation 的「xml schema: datatypes」(xsd)。此文件共有三種不同的版本 (1999、2000/10、與 2001),若欲指定特定 wsdl 檔案所使用的版本,請在 <definitions> 元素中,將其宣告為命名空間的屬性。方法如下: ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE