Why won't .NET deserialize my primitive array from a web service?

前端 未结 3 481
眼角桃花
眼角桃花 2020-12-18 07:23

Help! I have an Axis web service that is being consumed by a C# application. Everything works great, except that arrays of long values always come across as [0,0,0,0] - th

3条回答
  •  無奈伤痛
    2020-12-18 07:47

    Found this link that may offer a better alternative: http://www.tomergabel.com/GettingWCFAndApacheAxisToBeFriendly.aspx

提交回复
热议问题