You need to resolve two problems: A) the client proxy must return a List <Employees> instead of an array

DRAG DROP
There is a Visual Studio 2010 solution.
The solution includes an ASP.NET project.
The solution also includes a WCF service project.
The WCF service includes PassGuideEmployees method.
PassGuideEmployees returns an array of Employee objects.
PassGuideEmployees takes no arguments.
A proxy class is used by the application to access the WCF.
The wizard ‘Add Service Reference’ is used to make the proxy class.
The service endpoint is manually adjusted to another port.
You need to resolve two problems:
A) the client proxy must return a List <Employees> instead of an array.
B) the client must use the adjusted service address.

DRAG DROP
There is a Visual Studio 2010 solution.
The solution includes an ASP.NET project.
The solution also includes a WCF service project.
The WCF service includes PassGuideEmployees method.
PassGuideEmployees returns an array of Employee objects.
PassGuideEmployees takes no arguments.
A proxy class is used by the application to access the WCF.
The wizard ‘Add Service Reference’ is used to make the proxy class.
The service endpoint is manually adjusted to another port.
You need to resolve two problems:
A) the client proxy must return a List <Employees> instead of an array.
B) the client must use the adjusted service address.

Answer:

Explanation:



Leave a Reply 0

Your email address will not be published. Required fields are marked *