Rafael Zuniga, Stephen Cave
Summary:
Loading a pre-existing solution with multiple projects, we extend ServiceA and ServiceB by their corresponding implementations in MultiContractService, as well as with IAdmin. Also add return strings for each, simply detailing which function was called.
Summary:
Loading a pre-existing solution with multiple projects, we extend ServiceA and ServiceB by their corresponding implementations in MultiContractService, as well as with IAdmin. Also add return strings for each, simply detailing which function was called.
Next we add some references for the Host, add a good portion of book code to the app.config file to manage the multiple endpoints, and finally add code to main in program.cs to run our program.
Next we move to the InternalClient project, adding functionality to all the buttons so they can call our services.
Lastly we use the external client to get the wsdl and generate a proxy and finally we implement the external service calls through the buttons.
Notes on Usefulness:
Exploring usage of multiple endpoints and working both sides of development seems pretty important for real usage.
Differences/problems/mistakes -> troubleshooting:
-not much besides a few minor book code transfer errors. Not sure why copy is bugged like that.
No comments:
Post a Comment