Hello;

[please excuse the cross-post between cocoa-dev and webobjects-dev]

I'm currently observing that WebServicesCore is serialisating CFNull/ NULL/nil as...

        <xyz xsi:type="nil"/>

...which is not deserialising in an AXIS-based WebObjects environment and is instead creating a fault "Deserializing parameter 'xyz': could not find deserializer for type nil". I assume it would rather be seeing something like this...

        <xyz xsi:type="xsd:timeInstant" xsi:nil="true"/>

Have other people encountered this issue and/or, does anybody have any sample code for 'WSProtocolHandlerSerializationProcPtr' mechanism so that I could perhaps override the serialisation used here?

Alternatively, has anybody written an AXIS deserialiser that can consume the 'WebServicesCore' CFNull/NULL/nil serialisation?

Finally, "com.webobjects.webservices.support.xml.WOSoapConstants.EOGLOBALID_QNAME _WEBSERVICESCORE_WORKAROUND" -- I assume this is somehow involved in ensuring that NSDictionaries serialised from WebServicesCore are interpreted as NSDictionary-s in the WebObjects environment instead of EOGlobalID-s? Is there any indication of how this is used?

Regards;

___
Andrew Lindesay
www.lindesay.co.nz



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com

Reply via email to