Hello,
I have 2 yii projects: one is the soap server and the other is the soap client.
The server is created like in http://www.yiiframework.com/doc/guide/1.1/en/topics.webservice.
All worked fine until I had to add attributes(token, TimeStamp bellow) to the soap client request:
<Request token="4239059875698" TimeStamp="2012-01-18T15:00:00">
<email>43289774353646865643</email>
</Request>
I want to be able to specify token, timestamp and email and to be set in the request like above.
Does anyone know how this can be achieved(I believe it needs changes to the code both on server and on client)
Thanks in advance.