WCF: WSDL-first approach: Problems with generating fault types

前端 未结 2 1293
你的背包
你的背包 2021-02-06 15:05

I\'m currently in the process of creating a WCF webservice which should be compatible with WS-I Basic Profile 1.1. I\'m using a wsdl-first approach (actually for the first time)

2条回答
  •  北恋
    北恋 (楼主)
    2021-02-06 15:47

    I think your problem is that you need to add elementFormDefault="qualified" as an attribute to the xsd:schema part of your wsdl. That worked for me.

提交回复
热议问题