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
Post a Comment