WSResponse class represents the web services response. It will create different types of response required by the client.
WSResponse contains XML data retreive from target service. It contains some utility method to process response data.
WSResponse also provide information about the status of the response and the response message if WebService is failed.
This class throws WSException when created WSResponse is not validate.
Located in /models/WSResponse.php (line 23)
Create Simple String WSResponse Object. It contains the data comming from the web service response. It will not contians response headers.
Create Zend Http WSResponse Object
Returns encoded response body.
Retrieve response body. It contians xml data.
This method return well formed XML data that is used by any XSLT based style sheet to furhter process and display it.
Returns the XML Response by using Zend_Rest api.
This method return XML data in the form of SimpleXMLElement object. Creates light weight response object easy process by php and smarty collections functions.
Return the Status code for the Webservice response.
Return the Status Message for the Webservice response.
Documentation generated on Wed, 13 Feb 2008 01:57:47 +0500 by phpDocumentor 1.4.0a2