siri-xml

Circular reference error while trying to import WSDL into Visual Studio 2013

为君一笑 提交于 2019-12-10 10:23:45
问题 When importing the WSDL file that describes a SIRI web service in Microsoft Visual Studio 2013, I get an error: Warning 5 Custom tool warning: Fault named FaultName in operation GetProductionTimetable cannot be imported. Unsupported WSDL, the fault message part must reference an element. This fault message does not reference an element. If you have edit access to the WSDL document, you can fix the problem by referencing a schema element using the 'element' attribute. C:\path\to

Circular reference error while trying to import WSDL into Visual Studio 2013

不打扰是莪最后的温柔 提交于 2019-12-05 22:51:52
When importing the WSDL file that describes a SIRI web service in Microsoft Visual Studio 2013, I get an error: Warning 5 Custom tool warning: Fault named FaultName in operation GetProductionTimetable cannot be imported. Unsupported WSDL, the fault message part must reference an element. This fault message does not reference an element. If you have edit access to the WSDL document, you can fix the problem by referencing a schema element using the 'element' attribute. C:\path\to\TransportationDemo\TransportationDemo\Service References\ServiceReference\Reference.svcmap 1 When using a modified