Menu

#220 XMLRPC does not support nested structs

open
None
5
2007-01-24
2006-02-20
Anonymous
No

The Xml Rpc specification explicitly states that each
member of a struct can be scalar, array or struct.
However, the XMLRPC class does not appear to support
adding struct members.

Discussion

  • David Sugar

    David Sugar - 2007-01-24
    • assigned_to: nobody --> dyfet
    • status: open --> open-postponed
     
  • David Sugar

    David Sugar - 2007-01-24

    Logged In: YES
    user_id=217
    Originator: NO

    Yes, a struct as the value of a named member in a struct is often used to form a "map". In Bayonne I actually use different code to produce xmlrpc response from a spec template in a printf form :). I am not sure yet what to propose for inclusion or replacement in common c++ for this yet.

     

Log in to post a comment.