Hello, I don't know if it is the place to talk about plugin ... I've installed ckWebServicePlugin following the readme instructions, all files seem to be generated. When I call the webservice from a little C# application, webservice methods do not get their parameters.
I've put a ugly trace in the ckSoapParameterFilter.execute() method : class ckSoapParameterFilter extends sfFilter { public function execute($filterChain) { error_log('ckSoapParameterFilter.execute()',0); ... This trace is never written in the webserver error_log file. Is there something to do to make this filter active ? Do you have a idea on how to make better diagnostic ? Thanks Cyrille --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---