[wsf-c-dev] [PHP] Supporting SoapServer::handle()'s optional parameter

James Clark james at wso2.com
Mon Feb 12 01:36:49 PST 2007


> In my understanding, for SoapServer, the parameter has to be a sting 
> containing whatever POSTed data to be consumed by service. Basically if 
> you give the SOAP envelope, it works.
> For WSService, as we support MTOM, we should be able to provide the 
> string with MIME stuff.

Maybe we need two optional parameters, the entity body and the MIME
type.  If you don't specify either you get the POSTed data. If you just
specify the entity body, it uses a sensible default for the MIME type.

James





More information about the Wsf-c-dev mailing list