Tag: otrs

从.NET应用程序中使用OTRS TicketConnector

我想在.NET应用程序中使用OTRS TicketConnector webservice。 通常,连接到Web服务的最简单方法是通过“添加服务引用”导入其WSDL。 不幸的是,OTRS TicketConnector不发布WSDL。 我在这里找到了TicketConnector的自定义WSDL。 但是,当我尝试在“添加服务引用”中使用它时,它会导致一个空的Reference.cs显示以下错误: Cannot import wsdl:portType Detail: An exception was thrown while running a WSDL import extension: System.ServiceModel.Description.XmlSerializerMessageContractImporter Error: There was a problem loading the XSD documents provided: a reference to a schema type with name ‘OTRS_TicketCreate’ and namespace ‘http://www.otrs.org/TicketConnector/’ could not be resolved because the type definition could not […]