Hi There, In a project I would like to implement the as2.0 xmlrpc protocol by Matt Shaw (mattism).
I encountered the problem that a value inside a struct object is not placed inside a datatype node, but added directly as TextNode. Also when parsing the server's response, the class does not seem to parse the information inside the datatype node. Which results in a well formed response structure, only without any content. Is this is a known error? Does anyone know how to deal with this? Example: Part of my request xml should look like this: <struct><member><name>ContentTextCode</name><value><string>TEST1</string ></value></member></struct> This is what xmlrpc composes: <struct><member><name>ContentTextCode</name><value>TEST1</value></member ></struct> Thanks, Bart van den Berg _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
