次の OGC スキーマのインターフェイス (c#) ファイルの生成を手伝ってくれる人はいますか?
スキーマ ファイル: スキーマ ファイルのダウンロード リンク
上記のスキーマ zip ファイルで Ordering wsdl の Web サービスを作成する必要があります。インターフェイスを生成する運がないので、私は何日もそれを続けてきました。私はもう試した:
svcutil.exe thewsdl.wsdl /language:c# /out:ITheInterface.cs
svcutil Order.wsdl /out:IOrder.cs
svcutil Order.wsdl Order.xsd ..\ws-addressing\ws-addr.xsd /out:IOrder.cs
svcutil Order.wsdl Order.xsd ws-addr.xsd /out:IOrder.cs
次のエラーが表示されます。
Microsoft (R) Service Model Metadata Tool
[Microsoft (R) Windows (R) Communication Foundation, Version 4.0.30319.1]
Copyright (c) Microsoft Corporation. All rights reserved.
Error: Cannot read ws-addr.xsd.
Cannot load file D:\Documents\DEV\SARPilot\Docs\eoschema\schema\OrderSchema\ws-addr.xsd as an Assembly. Check the FusionLogs f
or more Information.
Could not load file or assembly 'file:///D:\Documents\DEV\SARPilot\Docs\eoschema\schema\OrderSchema\ws-addr.xsd' or one of its
dependencies. The module was expected to contain an assembly manifest.