g8trGTO 0 Newbie Poster

Hello World! I've been looking for some sort of SOAP performance specs on the web but haven't been able to find exactly what I am looking for.

We are developing a system where a client will send information to a server to validate. The server and clients are different OS's and I wanted to use SOAP as the protocol between the two machines.

I could potentially be in a situation where the client will be looping through information, continuously sending data to the server. Keeping in mind the server needs to validate the data, would SOAP be a viable solution here? I am concerned that the server will get bogged down with the processing and thus not be able to keep up with the incoming requests.

Has anyone else done something similar or am I simply worrying for nothing? Any help or info would be much appreciated. Thanks you!