WSO2 WSF/FTP supports SOAP with Attachments in PHP. Being a port of Axis2 seems to be very complete. Here are the steps for both compiling and installing in Centos 5.x (test were done on Centos 5.3). I assume that you already installed Apache and PHP and you have the GCC compiler.
| 4 | tar-xvf wso2-wsf-php-src-2.0.0.tar.gz | 
| 5 | cdwso2-wsf-php-src-2.0.0 | 
| 9 | cp-r scripts /usr/lib/php/modules/wsf_c/ | 
Also we should modify the file  /etc/php.ini adding the following lines:
| 1 | include_path = ".:/usr/lib/php/modules/wsf_c/scripts" | 
| 5 | wsf.home="/usr/lib/php/modules/wsf_c" | 
| 7 | wsf.log_path="/var/log/wsf" | 
 
No comments:
Post a Comment