On 7/28/09, keith smith wrote: > > > > > Hi All, > > I'm trying to determine if SOAP is configured on my server. When I do a > phpinfo() soap is not listed anywhere. According to the PHP manual "This > extension is only available if PHP was configured with --enable-soap.". So > I was expecting to see SOAP under the "Configure Command" section of the > output of phpinfo(). > > Any help is much appreciated. PHP SOAP uses the XML libraries. There are various specifications in versions of implementations of SOAP depending on your platform and version. php soap is a compile time option (if you build your own custom php [recommended]): --enable-soap or you can yum or apt-get it: sudo yum install php-soap sudo apt-get install php5-soap You can also use NuSoap: http://sourceforge.net/projects/nusoap/ > ------------------------ > Keith Smith -- (623)239-3392 (503)754-4452 www.obnosis.com --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss