D
Default User
We're doing some tests here to get some performance data using SOAP for
our particular application.
We are sending messages that are basically structs with sub-structs as
some of the members. We are using Document/Literal mode and sending via
one-way calls.
One suggestion that came up was to add a bare SOAP call, with no
parameters, to get an idea of the SOAP overhead versus the marshalling
time for the particular data structure that we are sending.
How does this sound? Any other thoughts on this or similar matters?
Brian
our particular application.
We are sending messages that are basically structs with sub-structs as
some of the members. We are using Document/Literal mode and sending via
one-way calls.
One suggestion that came up was to add a bare SOAP call, with no
parameters, to get an idea of the SOAP overhead versus the marshalling
time for the particular data structure that we are sending.
How does this sound? Any other thoughts on this or similar matters?
Brian