我试图从我们公司的不同工具实施Web服务使用者。所以这个工具的管理员给了我一个WSDL文件来导入我们的IBM Notes数据库(遗憾的是我不允许在这里发布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>