Shawn,
I'm not sure that I understand your terminology, but my answer assumes
that your term "object inputs" refers to the SOAP RPC style and "XML
inputs" refers to the SOAP Document style.
A SOAP service should be implementation-independent regardless of whether
you are passing XML documents (d
> The original architect specified that the objects should be passed in as
> XML instead of objects to support a non-Java SOAP service implementations.
Well, one of SOAP's key features is the ability to pass around objects
(actually data structures)
in an interoperable manner.
> It seems to me t