git-cpan-module: SOAP-WSDL git-cpan-version: 2.00_01 git-cpan-authorid: MKUTTER git-cpan-file: authors/id/M/MK/MKUTTER/SOAP-WSDL-2.00_01.tar.gz
58 lines
1.8 KiB
Plaintext
58 lines
1.8 KiB
Plaintext
$Log: CHANGES,v $
|
|
|
|
Revision 1.19 2004/07/27 13:00:03 lsc
|
|
- added missing test file
|
|
|
|
Revision 1.18 2004/07/16 07:43:05 lsc
|
|
fixed test scripts for windows
|
|
|
|
Revision 1.17 2004/07/05 08:19:49 lsc
|
|
- added wsdl_checkoccurs
|
|
|
|
Revision 1.16 2004/07/04 09:01:14 lsc
|
|
- change <definitions> element lookup from find('/definitions') and find('wsdl:definitions') to find('/*[1]') to process arbitrary default (wsdl) namespaces correctly
|
|
- fixed test output in test 06
|
|
|
|
Revision 1.15 2004/07/02 12:28:31 lsc
|
|
- documentation update
|
|
- cosmetics
|
|
|
|
Revision 1.14 2004/07/02 10:53:36 lsc
|
|
- API change:
|
|
- call now behaves (almost) like SOAP::Lite::call
|
|
- call() takes a list (hash) as second argument
|
|
- call does no longer support the "dispatch" option
|
|
- dispatching calls can be suppressed by passing
|
|
"no_dispatch => 1" to new()
|
|
- dispatching calls can be suppressed by calling
|
|
$soap->no_dispatch(1);
|
|
and re-enabled by calling
|
|
$soap->no_dispatch(0);
|
|
- Updated test skripts to reflect API change.
|
|
|
|
Revision 1.13 2004/06/30 12:08:40 lsc
|
|
- added IServiceInstance (ecmed) to acceptance tests
|
|
- refined documentation
|
|
|
|
Revision 1.12 2004/06/26 14:13:29 lsc
|
|
- refined file caching
|
|
- added descriptive output to test scripts
|
|
|
|
Revision 1.11 2004/06/26 07:55:40 lsc
|
|
- fixed "freeze" caching bug
|
|
- improved test scripts to test file system caching (and show the difference)
|
|
|
|
Revision 1.10 2004/06/26 06:30:33 lsc
|
|
- added filesystem caching using Cache::FileCache
|
|
|
|
Revision 1.9 2004/06/24 12:27:23 lsc
|
|
Cleanup
|
|
|
|
Revision 1.8 2004/06/11 19:49:15 lsc
|
|
- moved .t files to more self-describing names
|
|
- changed WSDL.pm to accept AXIS wsdl files
|
|
- implemented XPath query result caching on all absolute queries
|
|
|
|
Revision 1.7 2004/06/07 13:01:16 lsc
|
|
added changelog to pod
|