Plugin:org.tolven.wsclient.example
From DOC
Contents |
Version 2.1 Notes
Version 2.1.5
- The Web service logout is no longer executed if the main Web service call fails.
Version 2.1.4
- Added class NullHostnameVerifier to assist with development environments where self-signed certificates are used. When executing a client, the following option can be added:
Dorg.tolven.defaultHostnameVerifierClass=org.tolven.client.examples.ws.common.NullHostnameVerifier
Version 2.1.3
- Removed the following unused manifest extension-points that were used to add zip files to tolvenWEB/download which were needed by TPF for RMI library downloads to its remoteLib directory. TPF now uses the RESTful API.
- downLoadWeb
- remoteFile
- remoteProductDir
Version 2.1.2
- Updated the following jars from Metro v1.3 to v2.2.1:
- webservices-api.jar
- webservices-extra.jar
- webservices-extra-api.jar
- webservices-extra-jdk-packages.jar
- webservices-rt.jar
- webservices-tools.jar
- Added project lib as a compilation-endorsed directory for plug-in manager.
- Re-compiled AuthenticationService with new jars.
- Regenerating JAXWS classes leads to minor differences in some of the generated files, which are normally insignificant. But it is better to commit them and be safe than to be sorry later.
Version 2.1.1
- Compiled jaxrs classes are now committed to SVN making this plugin now buildable using buildAll. The classes are tied to dev.able.com, but via execution parameters can use any provided WSDL.
Version 2.1.0
- This plug-in was moved over from Tolven V2 so that the entire catalog is in one place. This plug-in may have minor, non-functional changes that were made to accommodate Tolven's release build process. If you want to use Tolven V2.1, you must use this version of the plug-in.
Version 2 Notes
This version is in testing, see #Version_Notes
Version 2.0.9
- Added MessageID to the client SOAP headers in org.tolven.wsclient.example to prevent message replay attacks.
- Added a port instVar to cache the ports for reuse.
Version 2.0.8
- Updated the client webservices jars used for compilation from JAX-WS 2.1 to JAX-WS 2.2
- Fixed the number of parameters passed to DocumentWebServiceClient
Version 2.0.7
- Fixed the Usage message in the client classes
Version 2.0.5
- User is now determined from the user principal, and used to check authorization to access the Account
Version 2.0.4
- Instead of returning the documentId in a TolvenMessage, it is returned as a long, which facilitates WebServices
Version 2.0.3
- Added synchronous document processing API to webservices
Version 2.0.2
- Reduced the expiration time of the token to 1 minute
Version 2.0.1
- Converted webservices to work in Glassfish V2

