.NET SOAP Client Changelog

What's new in .NET SOAP Client 2.5

Dec 10, 2014
  • Converted the project to Visual Studio Express 2010
  • Added check box for enabling HTTP header 'SoapAction', which is required by Axis2 server (apparently putting it to SOAP Header is not enough for this server).
  • Added a button for Wsdl/Xsd browsing
  • Improved UI layout a bit.
  • Created SVN tag 2.5. Take source from there if you need it. I will not create src zips anymore.

New in .NET SOAP Client 2.3 (Dec 10, 2014)

  • .NET SOAP Header suppression added. It improves interop with Axis services where Timestamp header is not supported by default.
  • Help.rtf doc has been updated (see 4.6. Miscelaneous Controls - Suppress SOAP Headers)

New in .NET SOAP Client 2.2 (Dec 10, 2014)

  • Random generation for integers bug has been fixed
  • Rtf doc has been updated

New in .NET SOAP Client 2.1 (Dec 10, 2014)

  • Can run multiple requests from WSDL/XSD
  • Browsing for SOAP Action from a WSDL
  • Performance Report added

New in .NET SOAP Client 2.0 (Dec 10, 2014)

  • Cut/Copy/Paste/Font/Search added
  • Generating XML from WSDL/XSD
  • Help changed
  • Migrated to VS Express 2008
  • Changed install to setup from *.msi