c# - Web Services and Queues -


our company has many soap services , few web sites post xml page. know soap envolpe allow wrap xml definition can potential represent objects, there difference in way handled? iis create queue(msmq) handle web service requests?

thanks

no, msmq not involved @ in web service running in iis.

if want queueing, have implement (maybe queueing in msmq on server or using database).


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -