Web service return value confusing

52 views Asked by At

In our project we have multiple web service references. The methods of the web services return an object with the name RESPONSE. The format of the RESPONSE depends on the web service reference.

Sometimes the application confuses the return value.

A message appears like

WebService1.RESPONSE cannot be converted to WebService2.Response`

while we called a method from WebService2.

What can we do to avoid this?

0

There are 0 answers