Results 1 to 2 of 2

Thread: ICE with XML

  1. #1
    arisen is offline Registered User
    Name: Senol Arikan
    Organization: ZLW/IMA
    Project: RFID Middleware
    Join Date
    Nov 2008
    Posts
    4

    ICE with XML

    hello,

    Can anybody say me, how can I change XML message between Ice server and client? Is that possible with Ice Protocol?

    thanks

  2. #2
    xdm's Avatar
    xdm
    xdm is offline ZeroC Staff
    Name: Jose Gutierrez de la Concha
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Sep 2003
    Location
    La Coruña, Spain
    Posts
    588
    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.

    Code:
    interface MyInterface
    {
       string post(string data);
    };
    Hope this help,
    José

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. working build.xml for Android Ice Demo
    By Bob Velis in forum Comments
    Replies: 2
    Last Post: 05-11-2010, 07:20 PM
  2. Is there a chance to use a custom XML based protocol with ICE ?
    By Markus Bernhard in forum Help Center
    Replies: 1
    Last Post: 11-13-2007, 08:47 PM
  3. [IceXML] How to operate XML document in ICE?
    By JaneShang in forum Help Center
    Replies: 1
    Last Post: 05-18-2005, 06:31 AM
  4. escaping ${ } in xml descriptors
    By dwk in forum Help Center
    Replies: 2
    Last Post: 04-04-2005, 04:29 PM
  5. XML parser availability
    By stephan in forum Comments
    Replies: 2
    Last Post: 03-30-2004, 01:30 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •