WCF Serialization problems with WSDL file created by Java tools

前端 未结 5 1240
甜味超标
甜味超标 2021-02-05 12:15

My team is tasked with getting several in-house developed .NET client applications to connect to some new Java web services. The Java web service is a third party, vendor suppli

5条回答
  •  清歌不尽
    2021-02-05 12:41

    I'm using an external "old" Java generated WSDL in my .Net Core app and the auto-generated Reference.cs did not work for me. I had to remove the [System.Xml.Serialization.XmlAttributeAttribute()] in order for it to work.

提交回复
热议问题