Skip to content

Releases: fred-bowker/WsdlUI

Visual Studio integration added

12 Dec 11:52
Compare
Choose a tag to compare

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.

Visual Studio integration added

12 Dec 12:22
Compare
Choose a tag to compare

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.

Linux support added

20 Oct 14:54
Compare
Choose a tag to compare

Linux support added, runs and builds on Mono.
Modified to use the latest version of ICSharpCode.TextEditor.dll.
Call timeout modified to be a user option and displayed in a progress bar.

Linux support added

20 Oct 15:11
Compare
Choose a tag to compare

Linux support added, runs and builds on Mono.
Modified to use the latest version of ICSharpCode.TextEditor.dll.
Call timeout modified to be a user option and displayed in a progress bar.

XML editor added

21 Sep 21:26
Compare
Choose a tag to compare

Fixes bug whereby the installer fails on non English versions of Windows.

Includes an XML editor for sample requests.

Displays a sample response for a WSDL.

Displays previous urls in the property grid.

Windows installer added

02 Sep 17:57
Compare
Choose a tag to compare

Wix files added for windows installer, build now creates an msi file
Functionality added, shows the time taken retrieving and calling a web service
Functionality added, the user can add/remove startup wsdls from the tree view
Bug fix, the update dialog box has been enlarged to correctly display update message
Bug fix, request text box modified to accept tabs
Bug fix, user can now select a wsdl file from a folder with spaces
UI change, the log panel for web service calls has been moved below the request response tabs

UI cleanup updates

21 Aug 20:26
Compare
Choose a tag to compare

UI changed to fix borders and align margins.
UI changes fonts, will use one of the following installed fonts Consolas, Inconsolata, Courier New
UI changes status bar colours modified to improve UI.
Log4net dll moved out of a bin folder as the bin folder is ignored by git.

Initial release

20 Aug 23:05
Compare
Choose a tag to compare

All basic functionality is complete.
This version has only been tested on Windows.