He ere is the usage. If you want to serialize an auto generated class with a namespace prefix.... Auto generated class name _ns1__YourClass
_ns1__YourClass req; then you call serializeGnuSoapObject( req, "ns1:YourClass" ); Hope this helps.. :-) Regards, Jayaram Ganapathy [email protected] Sent by: [email protected] 24-02-09 03:21 AM Please respond to [email protected] To [email protected] cc Subject Re: [gsoap] Method invocations for serialization On Sun, February 22, 2009 21:28, Jayaram Ganapathy wrote: > Here you go. I am not deleting the temps because I use these methods for > logging . :-) > > template <class GObject> > void serializeGnuSoapObject(GObject& obj, const char* nsClassName, > std::ostream *paramOs = &std::cout) Thanks. I may end up using these. However, these clearly aren't the methods referred to in documentation section 7.5.1, which are supposed to be generated by gSoap for me. I'd still like to find those functions, or find how to generate them. -- David Dyer-Bennet, [email protected]; http://dd-b.net/ Snapshots: http://dd-b.net/dd-b/SnapshotAlbum/data/ Photos: http://dd-b.net/photography/gallery/ Dragaera: http://dragaera.info --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
