Hello.
Everything was setup according to instructions (i pointed apache documentroot to folder with examples). WSF/PHP was installed from rpm for Fedora 8.
phpinfo shows that xml,xsl, wsf are enabled.
But when i try to run simple example: "Basic functionalities->Echo service, accepts a payload.. " it shows: "Message = Error , NO Response Received". But WSDL is displayed correct.
Here is extract from log files:
wsf_php_client.log shows 2 errors:
1) [error] dir_handler.c(220) No files in the path /usr/lib/php/modules/wsf_c/services.
2) [error] /usr/src/redhat/BUILD/wso2-wsf-php-1.2.1/src/wsf_client.c(1316) Response Payload NULL( Error number and code) => : 74 :: Error occurred in transport
[info] [rampart][rampart_mod] rampart_mod shutdown
...
[debug] /usr/src/redhat/BUILD/wso2-wsf-php-1.2.1/src/wsf_client.c(638) [wsf_client setting sandesha2 module param sandesha2_db to $
[Thu May 8 10:28:06 2008] [debug] /usr/src/redhat/BUILD/wso2-wsf-php-1.2.1/src/wsf_client.c(412) [wsflog] <ns1:echoString xmlns:ns1="http://ws.apache.org/ax$ [1]
<text>Hello World 0</text>
</ns1:echoString>
...
Can someone help with this problem?