File: ChangeLog

package info (click to toggle)
libxml-compile-wsdl11-perl 3.06-1
  • links: PTS, VCS
  • area: non-free
  • in suites: stretch
  • size: 200 kB
  • ctags: 23
  • sloc: perl: 1,320; makefile: 2
file content (54 lines) | stat: -rw-r--r-- 1,357 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54

=== version history of XML::Compile::WSDL

todo:
  - update ::WSDL on handling Faults using $trace
  - #t/76wsdl11enc.t

version 3.06: Wed 11 Jan 10:01:56 CET 2017

	Improvements:
	- add missing ::WSDL11::operations(server_type)

version 3.05: Tue 15 Mar 16:50:22 CET 2016

	Fixes:
	- support wsdl's without <service> and soap 1.2 binding [Sandro Magrí]
	- regression tests failed due to XML::Compile::SOAP output change
	  [Theo van Hoesel]

version 3.04: Thu 15 Oct 09:11:04 CEST 2015

	Fixes:
	- better warning about missing modules, to be loaded
	  rt.cpan.org#105270 [Ian Mitchell]

	Improvements:
	- ::WSDL11::addWSDL() now accepts an array of resources
	- add bin/wsdl-explain.pl and bin/xsd-explain.pl, contributed
	  by Wesley Schwengle of MintLab NL

version 3.03: Mon Dec 22 08:58:55 CET 2014

	Fixes:
	- ::WSDL11 should load ::SOAP [Michel Jansen]

	Improvements:
	- add compileCall() options 'alias' and 'long_names'
	- enabled rpc-decoded style

version 3.02: Thu Feb  6 17:09:29 CET 2014

	Improvements:
	- change documentation style

version 3.01: Fri Jan 10 15:41:39 CET 2014
	Fixes:
	- documentation needs info from XML::Compile, ~::Cache, and ~::SOAP

	Improvements:
	- support for the server_type option.
	- load wsdl-http and wsdl-mime schema's by default

version 3.00: Mon Jan  6 00:56:39 CET 2014
	Split-off from XML::Compile:SOAP