标签: c# web-services wcf soap fiddler
我已经从wdsl文件中添加了对web服务的项目引用,并将其称为函数
... MyService service = new MyService(); service.webMethod(arg0, arg1); ...