M
marco
Hello there,
I've got a new problem which I don't know how to address best.
I've got a C# web service which is invoked by various SOAP clients. One
of the clients performs some batch processing by accumulating many
requests which are sent to the service by dedicated sequential calls.
In order to speed up the processing by limiting the network overhead I
would like to serialize the batch of SOAP requests, passing them at
once to some wrapper of my service which would deserialize them,
process them by the standard WS (locally) and serialize back the
results to the calling client.
What's the best way to parse the serialized SOAP requests?
Cheers and thank you already!
-- Marco --
I've got a new problem which I don't know how to address best.
I've got a C# web service which is invoked by various SOAP clients. One
of the clients performs some batch processing by accumulating many
requests which are sent to the service by dedicated sequential calls.
In order to speed up the processing by limiting the network overhead I
would like to serialize the batch of SOAP requests, passing them at
once to some wrapper of my service which would deserialize them,
process them by the standard WS (locally) and serialize back the
results to the calling client.
What's the best way to parse the serialized SOAP requests?
Cheers and thank you already!
-- Marco --