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

Samisa Abeysinghe samisa at wso2.com
Mon Jun 11 00:06:12 PDT 2007


nandika at wso2.com wrote:
> Hi,
>  I am +1 for adding functions that accepts arguments other than WSMesage.
>   
Looks like this is a requirement, as we cannot wrap the user defined 
method with a method that takes a WSMessage.
We did not consider backward compatibility requirement, when we 
discussed WSMessage based API. While features such as MTOM require 
WSMessage based API, we also need to have support for regular PHP functions.

Samisa...

> -- Nandika
>
>
>   
>> 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
>>
>> _______________________________________________
>> Wsf-c-dev mailing list
>> Wsf-c-dev at wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/wsf-c-dev
>>
>>     
>
>
> _______________________________________________
> Wsf-c-dev mailing list
> Wsf-c-dev at wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/wsf-c-dev
>
>   


-- 
Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal)




More information about the Wsf-c-dev mailing list