2010年4月21日星期三

[fw-webservices] Re: Zend XMLRPC Server without Zend (glue?)

as_lh wrote:
>
> Can i create a Request Object myself and give it to the Server Object?
> If possible: How?
>

I don't know if this helps, still trying to wrap my own head around XmlRpc
Server, but I did find this piece:

$request = new My_XmlRpc_Request(); // extended from Zend_XmlRpc_Request
$server->setRequest($request);


--
View this message in context: http://n4.nabble.com/Zend-XMLRPC-Server-without-Zend-glue-tp1745099p2019227.html
Sent from the Zend Web Services mailing list archive at Nabble.com.

没有评论: