
SOAP
OAIS
php appel SOAP over SSL - Comment puis-je jam un CERT, une clé, et CA cert ensemble dans la requête?
Axis2 - Apache Axis2/Java - Next Generation Web Services
This is a follow-on post concerning the building of a simple WCF services in SharePoint 2010, my caveat for this style of post (notes to self) is that the information is intended truly as a “note to self” and so written that way. By now, this info is fully addressed within MSDN and several other folks around the “interwebs”. I’ll simply present the technical differences and some related bits and pieces I find useful – if you find this post useful then all the better. For now I won’t dive into how the data would be directly returned from a class, perhaps leave that for another post.
Simple WCF based REST service for SharePoint 2010, note to self « Currier's Blog
tech-> SOAP an Overview
SoapClient->__construct()
<?php $client = new SoapClient ( "some.wsdl" ); $client = new SoapClient ( "some.wsdl" , array( 'soap_version' => SOAP_1_2 )); $client = new SoapClient ( "some.wsdl" , array( 'login' => "some_name" , 'password' => "some_password" )); $client = new SoapClient ( "some.wsdl" , array( 'proxy_host' => "localhost" , 'proxy_port' => 8080 ));Do not link to this page - Use dated versions of the documents This page ( http://www.w3.org/TR/soap ) contains links to the SOAP/1.1 Note and the SOAP Version 1.2 Recommendation documents. For information about the latest work on SOAP and a full list of SOAP specifications , please refer to the W3C XML Protocol Working Group and the list of W3C Technical Reports .
SOAP Specifications
Environment: Visual C++ 6.0, Windows 98/NT/2000 Section 1: Introduction In this article, I'll show you how to build a SOAP client using Visual C++. This tutorial gives you a hands-on introduction to using the SOAP API. SOAP is emerging as a very popular protocol for exchanging information. It's relatively simple and designed to work with HTTP, SMTP, and other such protocols.

