Skip to content

Releases: markov2/perl5-XML-Compile-WSS

release 1.14

06 Dec 15:59

Choose a tag to compare

CPAN upload XML-Compile-WSS-1.14.tar.gz
The upload contains extracted manual-pages (see home-page)

version 1.14: Mon  8 May 09:15:33 CEST 2017

Fixes:
- nonce processing.  rt.cpan.org#121497 [Errietta Kostala]

release 1.13

06 Dec 15:59

Choose a tag to compare

CPAN upload XML-Compile-WSS-1.13.tar.gz
The upload contains extracted manual-pages (see home-page)

version 1.13: Tue Jul 21 14:13:35 CEST 2015

Fixes:
- try to eliminate confusion about plugins, when more than one
  ::Schema/::WSDL11 is active in one application.
  rt.cpan.org#99735 [Jason Adams]

Improvements:
- adding wsu_Id does not monopolize the replace hook anymore.

release 1.12

06 Dec 15:59

Choose a tag to compare

CPAN upload XML-Compile-WSS-1.12.tar.gz
The upload contains extracted manual-pages (see home-page)

version 1.12: Thu Feb  6 17:12:02 CET 2014

Fixes:
- ::SOAP12 is optional, as is the availability of the env12
  prefix definition. [cpantesters]

Improvements:
- change documentation style.

release 1.11

06 Dec 15:59

Choose a tag to compare

CPAN upload XML-Compile-WSS-1.11.tar.gz
The upload contains extracted manual-pages (see home-page)

version 1.11: Mon Jan  6 10:39:31 CET 2014

Fixes:
- depends on XML::Compile::WSDL11 [cpantesters]

release 1.10

06 Dec 15:59

Choose a tag to compare

CPAN upload XML-Compile-WSS-1.10.tar.gz
The upload contains extracted manual-pages (see home-page)

version 1.10: Mon Jan  6 01:07:14 CET 2014

Improvements:
- add ::BasicAuth ability to change wsu_Created and wsse_Nonce
  per operation. [Alex Rutgers]
- add SOAP 1.2 support

release 1.09

06 Dec 15:59

Choose a tag to compare

CPAN upload XML-Compile-WSS-1.09.tar.gz
The upload contains extracted manual-pages (see home-page)

version 1.09: Fri Oct 11 15:52:31 CEST 2013

Fixes:
- Accept SOAP-call which passed data as HASH.

release 1.07

06 Dec 15:59

Choose a tag to compare

CPAN upload XML-Compile-WSS-1.07.tar.gz
The upload contains extracted manual-pages (see home-page)

version 1.07: Sat Nov 17 12:22:59 CET 2012

Fixes:
- remove Digest::SHA1 from the test scripts as wll.
  [Caleb Cushing]

release 1.06

06 Dec 15:59

Choose a tag to compare

CPAN upload XML-Compile-WSS-1.06.tar.gz
The upload contains extracted manual-pages (see home-page)

version 1.06: Thu Nov 15 08:46:30 CET 2012

Improvements:
- use Digest::SHA, not ::SHA1.  Add it to Makefile.PL
  rt.cpan.org#81065 [Chernomyrdin]

release 1.05

06 Dec 15:59

Choose a tag to compare

CPAN upload XML-Compile-WSS-1.05.tar.gz
The upload contains extracted manual-pages (see home-page)

version 1.05: Thu Nov  1 15:44:26 CET 2012

Fixes:
- flag ::BasicAuth nonce as Base64 encoded.
  rt.cpan.org#80544 [chernomyrdin]

Improvements:
- another nice error when the used initiates ::WSDL before ::WSS

release 1.04

06 Dec 15:59

Choose a tag to compare

CPAN upload XML-Compile-WSS-1.04.tar.gz
The upload contains extracted manual-pages (see home-page)

version 1.04: Thu Nov  1 11:44:42 CET 2012

Changes:
- split-of ::Signature into separate distribution
  XML::Compile::WSS::Signature  Also moved a lot of the
  schema's to that module.

Fixes:
- include_namespaces on SignedInfo for Canonicalization.

Improvements:
- add mustUnderstand attribute to the security header.

- remove (not exported) C14N* constants from ::Util, because
  they are in XML::Compile::C14N::Util

- permit WSS objects on multiple ::Cache objects [Caleb Cushing]
  Only one version of WSS per schema.

- loadSchemas() is now also instance method.

- clean-up 3 times function _hook_WSU_ID() for one method
  ::WSS::writerHookWsuId()

- clean error message when the WSS object is created after the WSDL.

- ::SOAP::WSS::wssConfigs() renamed to ::features()
  ::SOAP::WSS::addWSS() renamed to ::addFeature()