Web services IBM Designer中的Web服务-连接被拒绝

Web services IBM Designer中的Web服务-连接被拒绝,web-services,wsdl,lotus-domino,Web Services,Wsdl,Lotus Domino,我试图从我们公司的另一个工具实现一个Web服务消费者。所以这个工具的管理员给了我一个WSDL文件导入到我们的IBMNotes数据库中(遗憾的是,我不允许在这里发布WSDL文件) 现在,当我想要创建新的Web服务时 单击“确定”,我会收到以下错误消息“请求的操作失败:连接被拒绝:连接”: 所以我检查了防火墙是否阻止了从Domino服务器到工具服务器的请求,但根本没有请求。防火墙没有显示任何内容,所以看起来,这个请求从未从Domino服务器发出 有没有人遇到过类似的错误,或者可以告诉我,在哪里可

我试图从我们公司的另一个工具实现一个Web服务消费者。所以这个工具的管理员给了我一个WSDL文件导入到我们的IBMNotes数据库中(遗憾的是,我不允许在这里发布WSDL文件)

现在,当我想要创建新的Web服务时

单击“确定”,我会收到以下错误消息“请求的操作失败:连接被拒绝:连接”:

所以我检查了防火墙是否阻止了从Domino服务器到工具服务器的请求,但根本没有请求。防火墙没有显示任何内容,所以看起来,这个请求从未从Domino服务器发出

有没有人遇到过类似的错误,或者可以告诉我,在哪里可以检查Domino为什么会阻止这个请求? 我们有其他的Web服务在运行,所以这不是一个一般性的问题

Edit1:导入在WSDL文件中完成

  <wsdl:types>
    <xsd:schema targetNamespace="http://Interflex.de/Imports">
      <xsd:import schemaLocation="http://192.168.102.242:6042/InterflexServices/IF6040Service?xsd=xsd0" namespace="http://Interflex.de" />
      <xsd:import schemaLocation="http://192.168.102.242:6042/InterflexServices/IF6040Service?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
      <xsd:import schemaLocation="http://192.168.102.242:6042/InterflexServices/IF6040Service?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/Interflex.IF6040.ServiceLayer.PublishedServices" />
      <xsd:import schemaLocation="http://192.168.102.242:6042/InterflexServices/IF6040Service?xsd=xsd3" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
      <xsd:import schemaLocation="http://192.168.102.242:6042/InterflexServices/IF6040Service?xsd=xsd4" namespace="http://schemas.datacontract.org/2004/07/Interflex.IF6040.ServiceLayer.PublishedServices.SharedDataContracts" />
      <xsd:import schemaLocation="http://192.168.102.242:6042/InterflexServices/IF6040Service?xsd=xsd5" namespace="http://schemas.datacontract.org/2004/07/Interflex.IF6040.Modules.Recording.PersonEvents.Global.EventProcessing" />
    </xsd:schema>
  </wsdl:types>


wsdl是否包含从URI的任何导入或对URI的任何其他引用?我已将导入附加到wsdl文件中。192.168地址位于专用地址空间中。“连接被拒绝”消息可能表示运行Domino Designer的计算机被阻止连接到该IP地址服务器上的端口6042。如果您在同一台计算机上打开浏览器并输入其中一个URL,会发生什么情况?在浏览器中,这些URL将毫无错误地打开。我可以看到一些XML代码。看来,这种联系在一般情况下是有效的。