hello,
Can anybody say me, how can I change XML message between Ice server and client? Is that possible with Ice Protocol?
thanks
|
|
hello,
Can anybody say me, how can I change XML message between Ice server and client? Is that possible with Ice Protocol?
thanks
Hi Senol,
The simplest is that your client an server interchange string parameters using Ice, the content of the strings could be xml or other format.
For example with the following interface your client can send a string data with the xml, and the server can reply it with other string that could be also in xml format.
Hope this help,Code:interface MyInterface { string post(string data); };
José
There are currently 1 users browsing this thread. (0 members and 1 guests)