[wsf-c-dev] [PHP] MEP problem for one way operations
Samisa Abeysinghe
samisa at wso2.com
Wed Feb 21 22:09:58 PST 2007
> If you can't do this, then could we add the operation at the C level
> lazily? When an operation is added to a service at the PHP level, don't
> add the operation at the C level, but keep it as a pending operation at
> the PHP level. If an operation is invoked and the C level can't find an
> appropriate operation, then check the pending operations and invoke the
> appropriate one. Only then add it at the C level using the return value
> to determine the MEP.
>
I think this would be problematic. Because at C engine level, if RM
module is engaged, it needs to know the MEP before it hit the actual
method invocation. Hence a lazy method with an unknown MEP would not
solve the problem :(.
> Don't we have the same problem in generating the WSDL?
>
WSDL generation is done using PHP, not at C level.
Samisa...
More information about the Wsf-c-dev
mailing list