Personalize
Events
ADS
Products

WSO2 mercury

0.9

WSO2 Mercury is a WS-ReliableMessaging specification implementation that uses Apache Axis2/Java as the SOAP engine.

WSO2 Identity Solution

1.5

WSO2 Identity Solution is a set of Relying Party components and an Identity Provider to enable CardSpace and OpenID authentication.

WSO2 Web Services Framework for Spring

1.0

WSO2 WSF/Spring integrates Apache Axis2 into Spring and provides a Code First approach to create Web Services for the Spring user.

WSO2 WSF/PHP

1.2.1

WSO2 WSF/PHP, a PHP extension used to provide and consume Web services in PHP.

WSO2 Mashup Server

1.0.2

WSO2 Mashup Server is a platform for creating, deploying, and consuming Web services Mashups.

WSO2 WSAS 2.2.1

2.2.1

WSO2 WSAS is an enterprise ready Web services engine powered by Apache Axis2. It is a lightweight, high performing platform for SOA

WSO2 Registry

1.0

WSO2 Registry is a Web 2.0 style registry and repository for storing resources and metadata.

WSO2 ESB

1.6

WSO2 ESB is a lightweight, XML and Web services centric ESB, based on Apache Synapse and Axis2.

WSO2 WSF C++

1.0.0

WSO2 WSF C++, a binding of WSO2 WSF/C into C++ is an extension for consuming Web Services in C++.

WSO2 User Manager

0.6

WSO2 User Manager is a library enabling user authentication and authorization in applications to be handled in a homogeneous manner.

WSO2 WSF/C

1.2.0

WSO2 WSF/C is a framework based on Apache Axis2/C, Rampart/C and Sandesha2/C for providing and consuming Web services in C.

WSO2 WSF/Ruby

1.0.0

WSO2 WSF/Ruby, a binding of WSO2 WSF/C into Ruby is an extension for consuming Web Services in Ruby.

WSO2 WSF/Perl

1.0.0

WSO2 WSF/Perl, a binding of WSO2 WSF/C into Perl is a Perl extension for consuming Web Services in Perl.

WSF/PHP examples don't work under Fedora 8 PHP 5.2.4 Apache 2.2.8

Forums :

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$
   <text>Hello World 0</text>
</ns1:echoString>
...

Can someone help with this problem?

 

 

 

Re: WSF/PHP examples don't work under Fedora 8 PHP 5.2.4 Apache

Hi pash,

You need to copy the examples folder to your Apache servers document root. For example, by default the document root will be htdocs folder. So copy the examples folder to htdocs folder. This is because in example clients, we have the endpoint uri as http://localhost/examples/<service>. I think this should be the issue. Please check in the examples and verify whether the service endpoint { "to" entry } is correct according to your settings.

Regards

Nandika

yes, that helped. thank you

yes, that helped.

thank you very much