c# - Web service return value confusing -
in our project have multiple web service references. methods of web services return object name response
. format of response
depends on web service reference.
sometimes application confuses return value.
a message appears like
webservice1.response cannot converted webservice2.response`
while called method webservice2.
what can avoid this?
Comments
Post a Comment