Skip to content

Releases: DigDes/SoapCore

v1.1.0.32

27 Sep 07:02
744ffc0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0.31...v1.1.0.32

v1.1.0.31

29 Aug 07:03
3e0809d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0.30...v1.1.0.31

v1.1.0.30

03 Jun 07:32
5e7979e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0.26...v1.1.0.30

v1.1.0.29

06 May 13:16
e728127
Compare
Choose a tag to compare

What's Changed

  • Fix: Set Content-Length header in response @acveigas #841
  • Fix: Spelling error in SoapEndpointMiddleware.cs @Alfred6556
  • Feature: Add support for MethodName and DeclaringType in EnsureServiceKnownTypes #860
  • Feature: Read SoapAction from soap envelopes headers @Blackleones #866
  • Feature: Add support for array with choice @gaetan-lebris-shift #868

Full changelog: v1.1.0.28...v1.1.0.29

v1.1.0.28

18 Mar 14:53
b0083a6
Compare
Choose a tag to compare

What's Changed

  • Fix: Browser navigation now works in documentation @itssimple #839
  • Fix: Output of GET-operations now has the correct encoding (utf-8) @itssimple #840

Full Changelog: v1.1.0.27...v1.1.0.28

v1.1.0.27

17 Mar 08:27
7b54586
Compare
Choose a tag to compare

What's Changed

  • Feature: Html documentation for soap endpoints by @itssimple in #834
  • Fix: Invalid WSDL generation by @MeikelLP in #832
  • Fix: One could only add one SoapMessageProcessor or SoapServiceOperationTuner #838
  • Fix: HEAD request should not crash the service by @itssimple #831

New Contributors

Full Changelog: v1.1.0.26...v1.1.0.27

v1.1.0.26

11 Feb 06:43
9fae093
Compare
Choose a tag to compare

What's Changed

  • Modify schemaLocation when using include element by @rbomfim in #818
  • Feature: Allow HTTP GET/POST with named endpoints by @itssimple in #819
  • modify wsdl soap endpoint location only on address nodes by @therealslouchy in #821

New Contributors

Full Changelog: v1.1.0.25...v1.1.0.26

v1.1.0.25

04 Feb 16:13
15d6898
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0.24...v1.1.0.25

v1.1.0.24

05 Jan 15:26
dcbc2e5
Compare
Choose a tag to compare

Added ISoapMessageProcessor and accompanying unit tests #788

Thanks a lot to @andersjonsson for contribution!

https://www.nuget.org/packages/SoapCore/1.1.0.24

v1.1.0.23

20 Dec 12:16
6e122e1
Compare
Choose a tag to compare

Object being serialized twice when using rpc format #719
configured XmlReader to use IgnoreWhitespace = true #769
Set dtdprocessing prohibit #772
Incompatibility with primitive array-parameters #771
Request MessageContract parameters are not made available #575
Specify BindingName and PortName per SoapMessageEncoder #785
remove style from wsdl binding #784
support for extra xmlnamespaceprefixoverrides per messageversion #782

Thanks for all contributors!