[wsf-c-dev] [PHP] WSService API additions

Samisa Abeysinghe samisa at wso2.com
Thu Feb 15 05:35:43 PST 2007


> Would it be possible for you to check your current code in (on a
> branch)?  It would help to see the complete code.
>   
It is in the branch: 
https://wso2.org/repos/wso2/branches/wsf/php/wsfphp-28/trunk/wsf/php/src/scripts/soap_ext
I have also checked in the two sample client and service scrips inside 
the tests sub-folder.

In this latest code, I have tried a hack which seems to work:
1. I have a generic() function in SoapServer.php
2. This function would be registered for all user added functions
3. When this generic function is invoked, I look at the payload's first 
element's local name to identify the function to be invoked form user 
code (the RPC SOAP body based style dispatching). This works.

If we can generalize the above scenario, then we are through.

Samisa...





More information about the Wsf-c-dev mailing list