[wsf-c-dev][WSF-PHP]Soap backward compatibility in server side

Buddhika Semasinghe buddhika at wso2.com
Sun Jun 10 23:58:23 PDT 2007


Hi ;

    In WSF-PHP server side implementation we can only execute a function 
which only takes an argument of WSMessage as

    function someFunction($inMessage)
    {
          // some logic
          return $value
    }

    But to do soap backward compatibility we need to execute functions 
which excepts arguments other than WSMessage.So there should be two 
paths then how about changing our API to support these issues.Would like 
to have your comments please?.

thanks
Buddhika



More information about the Wsf-c-dev mailing list