随笔分类 -  WebService

未能从程序集“System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”中加载类型“
摘要:未能从程序集“System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”中加载类型“System.ServiceModel.Activation.Ht... 阅读全文
posted @ 2015-09-22 15:34 swarb 阅读(384) 评论(0) 推荐(0)
webService动态调用及返回至处理
摘要:http://www.cnblogs.com/xffy1028/archive/2012/05/07/2487595.html using System;using System.Collections.Generic;using System.Linq;using ... 阅读全文
posted @ 2014-09-05 13:27 swarb 阅读(644) 评论(0) 推荐(0)
webservice MaxReceivedMessageSize :已超过传入消息(65536)的最大消息大小配额
摘要:在客户端的webconfig文件的webservice节点进行如下配置:(注:此处客户端为应用程序的config文件) ... 阅读全文
posted @ 2014-03-13 15:59 swarb 阅读(812) 评论(0) 推荐(1)