c# - What are the 'intended' WCF web service consumers? -
c# - What are the 'intended' WCF web service consumers? -
i have been given task display info on asp .net page on page load wcf web service returns soap xml. i've coded web service, , succesfully returns list. give-and-take downwards how consume service. naturally - sense want server-side on pageload , populate table way. impression whole concept of wcf web services soap xml response provide client-side script invoke methods receive these lists? mutual wcf web services invoke/consumed c# server-side?
if service produces soap, consume on serverside.
if json (rss, pox) service can straight utilize javascript.
but of course of study required processing / storage plays roll in decision.
c# asp.net wcf web-services soap
Comments
Post a Comment