[Dev] Incomplete response with WSO2 PHP

2012-05-30 Thread Antoine Louiset
Hi everyone, I would like to run a simple service, my client get the answer but it is not complete. I do not receive the xml response but only the value of a tag. The code of the service is : class AuthenticationService { function __construct() { } function connect($in)

Re: [Dev] Incomplete response with WSO2 PHP

2012-05-30 Thread Nandika Jayawardana
You should be getting the complete xml message. Are you viewing the result from a browser. In that case, the browser is only showing the text in the xml and hence you are seeing the 'true' value. Regards Nandika On Wed, May 30, 2012 at 9:40 PM, Antoine Louiset antoine.loui...@yousign.fr wrote: