Skip to content

Visual Studio integration added

Latest
Compare
Choose a tag to compare
@fred-bowker fred-bowker released this 12 Dec 11:52
· 1 commit to master since this release

Can now be used instead of WcfTestClient when running WCF Service Library projects from within Visual Studio.
Refactored to include a WsdlUI application and a Drexyia.WebSvc library inorder to properly unit test the code.
Unit test projects have been added with some initial tests included.
A synchronous web service library has been added webservices can now be called in both sync and async mode.
A console application has been added to allow debug messages to be written to the console.
The application has been changed to handle mex bindings correctly on Windows.
Can now be started by passing a uri as an argument this will start the application in single request mode.
A test server and host have been added to run unit tests against and to be used for development purposes.