<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>UNi ... De PHP à .NET &#187; WebServices</title>
	<atom:link href="https://blog.developpez.com/uni-fr/pcategory/webservices/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.developpez.com/uni-fr</link>
	<description></description>
	<lastBuildDate>Wed, 07 May 2014 13:59:08 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>[WSF/PHP] Installation de WSF/PHP avec wampserver</title>
		<link>https://blog.developpez.com/uni-fr/p6564/php/wsf_php_installation_avec_wamp</link>
		<comments>https://blog.developpez.com/uni-fr/p6564/php/wsf_php_installation_avec_wamp#comments</comments>
		<pubDate>Mon, 13 Oct 2008 18:09:26 +0000</pubDate>
		<dc:creator><![CDATA[UNi[FR]]]></dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WebServices]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Voici la démarche détaillée pour installer WSF/PHP sur une plateforme wampserver. + WSF/PHP est un framework permettant de créer très facilement des WebServices que se soit client où serveur Ayant beaucoup de difficulté à configurer ce framework voici un tutoriel afin d&#8217;expliquer chaque étape de l&#8217;installation et de la configuration pour faire fonctionner correctement ce très utile framework. INSTALLATION Pour ce qui est de l&#8217;installation de wampserver je vous renvoie à cette adresse : Présentation [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Voici la démarche détaillée pour installer WSF/PHP sur une plateforme wampserver.</p>
<p><img src="http://unid.phpnet.org/screenshots_forum/tuto_wsf/logo_wamp.gif" alt="wampserver" title="wampserver" /><font size="16px"><strong>+</strong></font><img src="http://wso2.org/themes/wso2-v2/images/wsf-php-logo.gif" alt="WSF/PHP" title="WSF/PHP" />  </p>
<p><span id="more-6"></span><br />
WSF/PHP est un framework permettant de créer très facilement des WebServices que se soit client où serveur</p>
<p>Ayant beaucoup de difficulté à configurer ce framework voici un tutoriel afin d&rsquo;expliquer chaque étape de l&rsquo;installation et de la configuration pour faire fonctionner correctement ce très utile framework.</p>
<p><strong>INSTALLATION</strong></p>
<p>Pour ce qui est de l&rsquo;installation de <a href="http://www.wampserver.com">wampserver </a>je vous renvoie à cette adresse : <a href="http://www.wampserver.com/presentation.php">Présentation de wampServer</a><br />
(Par défaut wampserver s&rsquo;installe à la racine de C:, je prendrais donc le chemin <strong>C:\wamp</strong>\ comme chemin par défaut pour la configuration)</p>
<p>Pour WSF/PHP je vous laisse télécharger l&rsquo;archive à l&rsquo;adresse suivante : <a href="http://wso2.org/projects/wsf/php">http://wso2.org/projects/wsf/php</a> (Au moment ou j&rsquo;écris ce tutoriel, j&rsquo;utilise la version 2.0)</p>
<p>Ensuite vous aurez besoin des bibliothèques suivantes disponibles à l&rsquo;adresse suivante (<a href="http://www.zlatkovic.com/pub/libxml/">http://www.zlatkovic.com/pub/libxml/</a>) :</p>
<ul>
<li><a href="http://www.zlatkovic.com/pub/libxml/iconv-1.9.2.win32.zip">iconv-1.9.2.win32.zip</a></li>
<li><a href="http://www.zlatkovic.com/pub/libxml/">libxml2-2.7.3.win32.zip</a></li>
<li><a href="http://www.zlatkovic.com/pub/libxml/zlib-1.2.3.win32.zip">zlib-1.2.3.win32.zip</a></li>
</ul>
<p>ainsi que OpenSSL (<a href="http://wso2.org/project/wsf/php/2.0.0/docs/manual.html">http://wso2.org/project/wsf/php/2.0.0/docs/manual.html</a>)</p>
<ul>
<li><a href="http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF">Visual C++ 2008 redist <strong>en anglais</strong></a></li>
<li><a href="http://www.slproweb.com/download/Win32OpenSSL-0_9_8i.exe">OpenSSL 0.9.8i</a></li>
</ul>
<p>Maintenant que nous avons les archives, nous allons préparer l&rsquo;arborescence.</p>
<p>Créons un répertoire à la racine de C: que nous allons appeler <strong>wsf</strong> (<strong>c:/wsf/</strong>)</p>
<p>dans ce répertoire créons un répertoire <strong>depends </strong>(<strong>c:/wsd/depends/</strong>)</p>
<p>Dans le répertoire <strong>c:/wsf/</strong> nous allons décompresser le <strong>framework </strong>et dans le répertoire <strong>depends </strong>nous allons décompresser toutes <strong>les librairies</strong> supplémentaires (zlib, libxml et iconv)</p>
<p>Terminons par l&rsquo;installation de OpenSSL. </p>
<p>Commencer par installer le Visual C++ 2008 Redistributables avant d&rsquo;installer le package OpenSSL</p>
<p><img src="http://www.slproweb.com/images/Win32OpenSSL_Full_01.png" alt="OpenSSL Install" title="OpenSSL Install" /><br />(Image provenant du site <a href="http://www.slproweb.com/products/Win32OpenSSL_Full_01.html">http://www.slproweb.com/products/Win32OpenSSL_Full_01.html</a>)</p>
<p>Ce qui nous donne cette arborescence :</p>
<p><a href="http://unid.phpnet.org/screenshots_forum/tuto_wsf/arbo.jpg" target="_blank"><img src="http://unid.phpnet.org/screenshots_forum/tuto_wsf/mini_arbo.gif" alt="tuto_wsf_arbo" title="tuto_wsf_arbo" /></a><br />
(Clic pour agrandir l&rsquo;image)</p>
<p>Passons maintenant à la configuration du système et de PHP</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
