0

我从 vbscript 调用的 Web 服务有问题。该服务有一个我需要调用的方法,它有一个 Guid 作为参数之一。我不知道如何将 guid 传递给 web 服务。像这样尝试过:

proxy.SiteExists "{A523D7D2-692A-4464-9B0F-FED023641F03}", "/site"

代理对象(WCF 服务名字对象)的创建没有任何问题,我可以调用测试 ping 确定。以上导致以下错误消息:

"Type 'System.Collections.Generic.Dictionary`2[TKey, TValue]' 
cannot be exported as a schema type because it is an open generic type. 
You can only export a generic type if all generic parameter types are 
actual types."

也许我传递参数的方式有问题,或者将 Guid 作为字符串传递不正确?

4

0 回答 0