[propget] HRESULT SerializerFactory([out, retval] ISerializerFactoryConfig ** sf);
[propput] HRESULT SerializerFactory([in] ISerializerFactoryConfig * sf);
This allows you to get/set the serializer factory for the envelope object. If you haven't set a specific serializer factory by the time its needed [when serialize is called] then it will use the default one.
dim e, sf set e = CreateObject("pocketSOAP.Envelope.2") set sf = e.SerializerFactory sf.ElementMapping "phone","","phoneNumber","http://contacts.org/"
Copyright © Simon Fell, 2000-2004. All rights reserved.