webservice xml response

Hi everybody

I need a build webservice in yii but i need that response in xml like





<?xml version="1.0" encoding="UTF-8"?>

<soap:Envelope>

   <soap:Header>

      <ResponseHeader xmlns="">

         <resultCode>1000</resultCode>

         <resultDescription>Success</resultDescription>

      </ResponseHeader>

   </soap:Header>

   <soap:Body>

...

   </soap:Body>

</soap:Envelope>




how to do that

thanks

I’m working on a similar situation myself. I thought that this thread was pointing me in the right direction: http://www.yiiframework.com/forum/index.php/topic/36170-restful-webservice/page__p__174072__hl__web+ervice+#entry174072

I hope that helps.