Skip to content

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 --

Clone this wiki locally