VBA调用WCF的MEX如何设置maxArrayLength等参数
mexMonikerString = "service:mexAddress='http://127.0.0.1:8889/Service.svc/mex'"
mexMonikerString = mexMonikerString + ", address='http://127.0.0.1:8889/Service.svc'"
mexMonikerString = mexMonikerString + ",binding=WSHttpBinding_IService, bindingNamespace='http://tempuri.org/'"
mexMonikerString = mexMonikerString + ", contract=IService, contractNamespace='http://tempuri.org/'"
' Create the service moniker object
Set mexServiceMoniker = GetObject(mexMonikerString)
基本调用如上.但是当返回值byte[]长度超出1600多(默认值)时就报错...如果在这上面加上它的最大值参数设置..有做过相关的支个招吧.谢过!! --------------------编程问答-------------------- 没有做过啊。咋就这么沉了~~! --------------------编程问答-------------------- --------------------编程问答-------------------- 这就够了。。。下面是执行加上接口方法就行了。这里不是讨论这个问题。。是如何在mexMonikerString 字串加上设置MAXArrayLength的属性参数。。。。 --------------------编程问答-------------------- 怎么半截??? --------------------编程问答-------------------- --------------------编程问答-------------------- 顶顶顶顶顶顶顶顶顶顶 --------------------编程问答-------------------- 顶顶顶顶顶顶顶顶顶顶 --------------------编程问答-------------------- --------------------编程问答-------------------- --------------------编程问答-------------------- --------------------编程问答--------------------
胡兄!看来咱这问题挺麻烦啊!!! --------------------编程问答--------------------
我顶!!!
补充:.NET技术 , C#