Alan Holden said the following on 08/22/2011 06:27 PM:

But this is part of some established dialog between servers, and I don't have much leeway in this part of the design. I wanted to suggest passing the entire session (so we don't have to maintain every fickle change within it), but thought it wise to actually try it first.

Even if it's SOAP, you can pass a JSON string in the SOAP request to simplify things. SOAP is awful as it's a "strictly" typed interface where the world of HTTP is not (and even communicating with SOAP between two strictly typed languages is a pain -- there is no mapping between datatype A in language X and datatype A in language Y -- it a kludge).

--
Peter J. Farrell
[email protected]
[email protected]
http://blog.maestropublishing.com
Identi.ca / Twitter: @maestrofjp

--
official tag/function reference: http://openbd.org/manual/
mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to