[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PaceBatch and pipelining
Joe Gregorio wrote:
Doing this for your batch method would
require writing a custom proxy that understood your batch APP requests and
manually breaks them up to be distributed. Does this sound vaguely
like a SOAP problem?
Not to me.
From http://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Toc478383487 :
"A major design goal for SOAP is simplicity and extensibility. This
means that there are several features from traditional messaging
systems and distributed object systems that are not part of the core
SOAP specification. Such features include ... Boxcarring or batching
of messages"
- Sam Ruby