提问人:Salman Rafique 提问时间:1/4/2023 更新时间:1/4/2023 访问量:132
运行 WSDL 导入扩展时引发异常
An exception was thrown while running a WSDL import extension
问:
我在使用 .NET 7.0 将 WSDL 添加到我的 ASP.NET Core Web API 项目中时遇到了此错误。但是,当连接公司的 VPN 时,它使用 SOAP UI 可以正常工作。
无法将 wsdl:port\r\n详细信息:\r\nXPath 导入错误源://wsdl:definitions[@targetNamespace='urn:telmaServices']/wsdl:service[@name='telmaServices']/wsdl:port[@name='mbJIRServicePort'] 无法导入 wsdl:binding\r\n详细信息: 导入 wsdl:binding 所依赖的 wsdl:portType 时出错。\r\nXPath 到 wsdl:portType: //wsdl:definitions[@targetNamespace='urn:telmaServices']/wsdl:portType[@name='mbJIRServicePortType']\r\nXPath 到错误源: //wsdl:definitions[@targetNamespace='urn:telmaServices']/wsdl:binding[@name='mbJIRServiceBinding'] 无法导入 wsdl:portType\r\n详细信息: 运行 WSDL 导入扩展时引发异常: System.ServiceModel.Description.XmlSerializerMessageContractImporter\r\n错误: 这些成员可能无法派生。\r\nXPath 到错误源://wsdl:definitions[@targetNamespace='urn:telmaServices']/wsdl:portType[@name='mbJIRServicePortType']
答: 暂无答案
评论