WCF Serialization problems with WSDL file created by Java tools

前端 未结 5 1238
甜味超标
甜味超标 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:42

    Here is how to do Mikhail G's solution within IDE:

    • Open Reference.svcmap under Service References
    • Add true under and Save
    • Right Click Reference.svcmap and hit "Run Custom Tool"

    Visual Studio, where magic happens :)

    Note: Tried with VS 2015. Prior versions may have same option with a different name than "Run Custom Tool"

提交回复
热议问题