摘要:
在本节课程中,将演示如何通过程序动态添加、调用、编译、执行WebService并返回结果。WebService动态调用示意图WebService相关知识 代码文档对象模型CodeDom的使用 编程使用C#编译器 反射1.先建动态调用辅助类 WebServiceHelper.cs 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.IO; 6 using System.Configuration; 7 using Sys... 阅读全文