Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
誰かがWCFサービスから具体的なWSDLを取得する方法を教えてもらえますか?
?wsdlが抽象的なWSDLを提供することは知っていますが、具体的にするのが難しいかどうかはわかりません。
答えてくれてありがとう、でも助けにはならない。私は解決策を見つけました。ESBソリューションを開発してバックエンドに接続するには、この具象wsdlから具象wsdlが必要です。これにはTibcoAMXサービスグリッドを使用しており、独自のメカニズムを使用して具体的なwsdlを構築しています。
メタデータの公開についてお問い合わせのようです。
ServiceMetadata属性を使用して動作をサービスに追加httpGetEnabledします。
ServiceMetadata
httpGetEnabled
<behaviors> <serviceBehaviors> <behavior httpGetEnabled="true" > <serviceMetadata/> </behavior> </serviceBehaviors> </behaviors>