这个是 vBulletin 的一个产品,用于 Coppermine Photo Gallery(以下简称:CPG) 与 vBulletin 帐号,密码,邮件同步.
下载地址: http://www.vbulletin.org/forum/misc.php?do=productcheck&pid=167413
如果无法下载,请点这里. cpg_synchron_0.0.2
这个是 vBulletin 的一个产品,用于 Coppermine Photo Gallery(以下简称:CPG) 与 vBulletin 帐号,密码,邮件同步.
下载地址: http://www.vbulletin.org/forum/misc.php?do=productcheck&pid=167413
如果无法下载,请点这里. cpg_synchron_0.0.2
It maybe popup an error message to say that “QI for IEnumVARIANT failed on the unmanaged server” when open the Windows Live Writer.
After search on google, I found the resolution is import some settings into registry.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020404-0000-0000-C000-000000000046}]
@="IEnumVARIANT"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020404-0000-0000-C000-000000000046}\NumMethods]
@="7"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020404-0000-0000-C000-000000000046}\ProxyStubClsid]
@="{00020421-0000-0000-C000-000000000046}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020404-0000-0000-C000-000000000046}\ProxyStubClsid32]
@="{00020421-0000-0000-C000-000000000046}"
You can also download the file ienumvariant_failed.zip, unzip and import it to your registry.
[转]http://devzone.zend.com/node/view/id/689
PHP SOAP Manual: http://cn.php.net/manual/zh/ref.soap.php
Intended Audience
Introduction
A First SOAP Client
• Example 1 (client1.php)
• Example 2 (client2.php)
• A First SOAP Server
• Example 3 (stockquote.wsdl)
• Example 4 (server1. php)
• Example 5 (client3.php)
• Example 6 (server2.php)
• Example 7 (client4.php)
What’s inside?
• Example 8 (client5.php)
Other Implementations of SOAP for PHP
Summary
References
About the Author
Revision Date
[转]http://book.chinaz.com/others/web/web/php/index5/14.htm
Nusoap Projecj: http://sourceforge.net/projects/nusoap/
Download:0.7.3
nusoap: http://downloads.sourceforge.net/nusoap/nusoap-0.7.3.zip?modtime=1194348059&big_mirror=0
nusoap-docs: http://downloads.sourceforge.net/nusoap/nusoap-docs-0.7.3.zip?modtime=1194348296&big_mirror=0
许多机构已经采用了Apach和PHP作为他们的Web应用环境。在Web services模式中采用PHP可能看上去可能会比较难。但是事实上,搭配NuSoap,你可以轻松的应用PHP构建SOAP的客户端和服务器端。
一个例子便能说明一切,让我们先看一个例子
为了说明如何应用NuSoap和PHP来构建Web services,我们将举一个简单的例子。这个例子应用程序由一个PHP Web services的服务器端和客户端组成。他将实现两个功能:颠倒一个字符串字符的顺序,求两个数的和。
1. 简介
SOAP 以XML形式提供了一个简单、轻量的用于在分散或分布环境中交换结构化和类型信息的机制。SOAP本身并没有定义任何应用程序语义,如编程模型或特定语义的实现;实际上它通过提供一个有标准组件的包模型和在模块中编码数据的机制,定义了一个简单的表示应用程序语义的机制。这使SOAP能够被用于从消息传递到RPC的各种系统。
SOAP包括三个部分
虽然这三个部分都作为SOAP的一部分一起描述,但它们在功能上是相交的。特别的,封装和编码规则是在不同的名域中定义的,这种模块性的定义方法增加了简单性在SOAP封装,SOAP编码规则和SOAPRPC协定之外,这个规范还定义了两个协议的绑定,描述了在有或没有HTTP扩展框架[6]的情况下, SOAP消息如何包含在HTTP消息[5]中被传送。
原文章地址:http://www.kaol.org/?p=445
相信安装过Visual Studio 2005的人都知道,本来安装它就是一个漫长的过程,可是微软推出其SP1补丁更是不输于它。我曾经为了安装这两个玩意,一个下午就这样浪费掉了,简直就是时间杀手。好在Heath Stewart为我们提供了一个集成SP1的方法,使得我们在安装的过程之中能够节省大量的时间。下面就来简单的介绍一下这个方法吧。
首先你得确定是否具有4G以上的硬盘空间,然后准备好Visual Studio安装光盘或镜像和SP1的补丁,就可以着手制作了。
Recent Comments