【问题标题】:BES Administration WSDL Generation Documentation IncorrectBES 管理 WSDL 生成文档不正确
【发布时间】:2017-09-23 14:09:09
【问题描述】:

我正在尝试使用 C# 管理我的 BES 5.0 服务器,以下 URL 似乎不仅告诉我为不正确的命名空间(不存在)生成 WSDL,而且还会产生冲突。

http://docs.blackberry.com/en/developers/deliverables/16633/Generate_the_client_proxy_925487_11.jsp

为 BES admin api 设置 WSDL 的正确方法是什么?

【问题讨论】:

    标签: c# blackberry soap wsdl


    【解决方案1】:

    正确的做法是以下命令,一行,加上服务器的FQDN:

    wsdl.exe /sharetypes /out:C:\Temp\proxy.cs  https://myFQDN/baaws/core/ws?wsdl https://myFQDN/baaws/core/wsutil?wsdl https://myFQDN/baaws/emailexchange/ws?wsdl  https://myFQDN/baaws/dispatcher/ws?wsdl  
    

    Groupwise 的备用 WSDL:(附加)baaws/emailgroupwise/ws?wsdl

    LotusNotes 的替代 WSDL:(附加)baaws/emaildomino/ws?wsdl

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-08-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-05-29
      • 2019-06-06
      相关资源
      最近更新 更多