I need to create a wsdl without the extras xsd files as external files, but have them all inside a single file. I need this because they will be imported by Delphi's WSDL importer, that is quite out-of-date. Can I do this using svcutil.exe? If it's not possible with svcutil, is there any way to do this? I have seen very old samples, based on WCF 3.5, but I don't know if they still apply.
Tks so much
相关问题
- How to make a .svc file write to asp.net Trace.axd
- WCF Service Using Client Certificates Requires Ano
- WSDL list of complexType HOWTO- define, return fro
- WCF error with net.tcp "The service endpoint faile
- WCF Service Reference Support Files Not Updating
相关文章
- WCF发布Windows服务 POST方式报错 GET方式没有问题 应该怎么解决?
- XCopy or MOVE do not work when a WCF Service runs
- How to create base64Binary data?
- Could not find default endpoint element that refer
- The 'DbProviderFactories' section can only
- PHP SoapClient constructor very slow
- Do I need to expose a constructor in a WCF DataCon
- exposing net.tcp endpoint
This seems to be a popular topic this week. There are several articles on how to generate flattened wsdl but this article should get you started. The code in the article will work for WCF 4. For the actual code to create the behavior this (unrelated) blog post is pretty much all this needed.