News:

Click here for Toll-Free Service for your business starting at $2.00 per month

Main Menu

PHP SOAP Extensions

Started by FaeLLe, November 16, 2005, 12:04:41 PM

Previous topic - Next topic

FaeLLe

Hello,

Can some admin confirm that PHP SOAP extensions exist on the web server.

If they are not installed would it be possible to just install the SOAP extensions so that my online store can intergrate with our back end servers.

Thanks,

- FaeLLe

Ben

I don't see SOAP on the list of extensions installed. If you want to check for yourself, run this script.

Quote<?php
$extensions 
get_loaded_extensions();
$i 0;
While (isset(
$extensions[$i])){
 echo 
$extensions[$i]."<br />";
$i++;
}
?> 
--Ben
Ben@freepgs.com

admin

The SOAP extensions are now installed.

Thank you,
FreePgs.com Admin

FaeLLe

Wow amazing your service is great :p