-
Notifications
You must be signed in to change notification settings - Fork 14
Testing a WebService
Jeffrey T. Fritz edited this page Oct 14, 2016
·
1 revision
Testing a WebService in your application should be a very easy task with the ability to connect custom HttpContext contents.
Use the GetService method of the WebApplicationProxy to get a specific web service and optionally provide information about the HttpContext to create and any constructor arguments you may have.
-- WIP --