在本节课程中,将演示如何通过程序动态添加.调用.编译.执行WebService并返回结果. WebService动态调用示意图 WebService相关知识 代码文档对象模型CodeDom的使用 编程使用C#编译器 反射 1.先建动态调用辅助类 WebServiceHelper.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; usin…