Reliability of Messages

  • Thread starter Thread starter Stephen Livesey
  • Start date Start date
S

Stephen Livesey

Hello,

We have developed a Stock system for Pocket PC, this system uses the Compact
Framework v1.1 and web services to obtain data using ODBC from a proprietory
4GL back-end system.

Can anyone advise us if there is any reliability checking built into web
services / SOAP.
ie. We need to be sure that the data that is retrieved from the back-end
system actually arrives 100% correct on the PDA.

If there is no reliability checking built in, what would be the best way to
add reliabity checking.

Thanks
Stephen Livesey
 
Use MSMQ or some sort of hash and response in your web service to ensure
complete and accurate delivery.

-Chris
 
Back
Top