c# - How do I get the XML request from WCF web service which located in DLL? -


my project has dll implement web client functionality. how can xml request send wcf service dll? call of dll method looks this:

localuser usr = dllserviceproxy.getuser("johns"); 

if it's debugging purpose can check svclog. if it's not debugging purpose , have change code in dll returns xml. why want have xml?

more info on how configure svclog


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -