wsdl.exe /sharetypes

前端 未结 2 751
故里飘歌
故里飘歌 2020-12-21 00:38

I\'m working with multiple third party webservices (from the same vendor) that appear to be using the same object structure server side. One of the services allows me to qu

2条回答
  •  感情败类
    2020-12-21 01:35

    According to the MSDN documentation for this to work, the namespace, name, and wire signature must be identical in all services. Something looks like they're not matching up so these are a good place to start looking.

提交回复
热议问题