The AXT SOAP Inlet makes AXT capable of exposing itself as a SOAP web service.
| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| release.txt | 03-Sep-2009 13:25 | 7.5K | ||
| axt_soap3_1_2.apa | 03-Sep-2009 13:17 | 3.9M | ||
| axt_soap3_1_1.apa | 11-Mar-2009 14:22 | 3.9M | ||
| axt_soap3_1_0.apa | 16-Feb-2009 11:17 | 3.8M | ||
| axt_soap3_0_6.apa | 03-Oct-2008 11:34 | 4.4M | ||
| axt_soap3_0_5.apa | 18-Jun-2008 14:54 | 4.4M | ||
| axt_soap3_0_4.apa | 29-May-2008 15:52 | 4.4M | ||
| axt_soap3_0_3.apa | 11-Apr-2008 12:34 | 4.3M | ||
| axt_soap3_0_2.apa | 09-Nov-2007 10:47 | 4.1M | ||
| axt_soap3_0_1.apa | 30-Oct-2007 10:22 | 4.1M | ||
| axt_soap3_0_0.apa | 11-Sep-2007 11:59 | 4.1M | ||
AXT Soap Inlet RELEASE NOTES:
This document describes changes and bugfixes to the
AXT Soap Inlet.
These changes may affect version upgrades, so if experiencing
problems after a version upgrade, please consult this document
and the major changes between the old and the new version.
===============================================================
2009-09-03 AXT Soap Inlet 3.1.2
===============================================================
+ Bugfix: Removed empty EBXML address fields from generated SOAP header.
===============================================================
2009-03-11 AXT Soap Inlet 3.1.1
===============================================================
+ Bugfix: Some changes included in 3.0.6 was missing in 3.1.0
===============================================================
2009-02-18 AXT Soap Inlet 3.1.0
===============================================================
+ Built for AGETOR 3.1 and modified the web.xml to support Tomcat 6.0.x.
+ Added error logging when parsing incoming messages.
+ Added support for specifying the url/webservice name during installation.
Note: web.xml and server-config.wsdd is now placed in the ROOT webapp instead of the agetor3 webapp.
This allows manual supply of a different default url with custom packages, without affecting the
Agetor webapp.
+ Added documentation on custom URL configuration on wiki site.
===============================================================
2008-09-23 AXT Soap Inlet 3.0.6
===============================================================
+ Added support for using attribute values as AXT keys using XPATH expressions in
soapinlet.xml configuration file, to for instance get the type a EBXML reveiver party:
xpath="/soap-env:Envelope/soap-env:Header/eb:MessageHeader/eb:To/eb:PartyId[1]/@eb:type"
===============================================================
2008-06-17 AXT Soap Inlet 3.0.5
===============================================================
+ Fixes currency issue when posting multiple documents at once.
Only one document is now posted to AXT at a time.
+ Bugfix which caused and error when receiving EBXML header only messages
like acknowledgements.
===============================================================
2008-05-28 AXT Soap Inlet 3.0.4
===============================================================
+ Bugfix EBXML acknowledgement msg id was a timestamp which could case
2 acknowledgement messages to receive the same id. Changed to unique id.
+ Added support for Soap Inlet operation trace and document properties:
<si:docProps>
<si:property name="mydocprop" value="myvalue1"/>
</si:docProps>
<si:traceProps>
<si:property name="mytraceprop" value="myvalue2"/>
<si:property name="type" value="{ebms_from}"/>
</si:traceProps>
Where {ebms_from} denotes the value of the defined si:key named ebms_from
+ Changed EBXML acknowledgement Actor default to:
urn:oasis:names:tc:ebxml-msg:actor:toPartyMSH
===============================================================
2008-04-10 AXT Soap Inlet 3.0.3
===============================================================
+ Added support for the AckRequested tag in the EBXMLFilter
===============================================================
2007-11-09 AXT Soap Inlet 3.0.2
===============================================================
+ Bugfix when sending attachments using the SOAPFilter attachments were attached
3 times.
===============================================================
2007-10-30 AXT Soap Inlet 3.0.1
===============================================================
+ Added an attribute "createNewTrace" to the si:operation tag of the
SOAPInlet.xml configuration file, which when true will generate a new
trace for each incoming attachment.
+ Workaround for soap messages with HTTP Content-Type: multipart/related which
contains a charset parameter in the header even though this is not allowed
in W3C specification.
===============================================================
2007-09-03 AXT Soap Inlet 3.0.0
===============================================================
+ AXT Webservice and AXT Soap Inlet collapsed to a single package
called AXT Soap Inlet.
+ Support for receiving multiple attachments in SOAP and EBXML.
Messages will be posted sequentially to AXT using the same keys
for each message.
+ Added configurable redelivery support using the Docdeliver service as proxy.
+ Added support for multiple EBXML PartyIds and type attributes
+ Improved error handling and error propagation.
+ Added debug option for printing output to stdout from AXTSOAPFilter/AXTEBXML
using the parameter <param name="debug" value="true"/>
The AXT Soap Inlet can print the incoming message to stdout by defining the
the property soapinlet.debug.enabled=true in soapinlet.properties
+ Improved automatic installation procedure, to avoid unnecessary manual installation steps.
===============================================================
2007-05-09 AXT Soap Inlet 2.1.3
===============================================================
+ Bug fix: SOAP inlet assumed 'type' was a mandatory attribute
in element 'Envelope/Header/MessageHeader/Service', which it is
not.
The misconception resulted in a null pointer exception when the
type attribute was left out.
===============================================================
2007-05-08 AXT Soap Inlet 2.1.2
===============================================================
+ Bug fix: In the creation of ebXML SOAP envelopes, a SyncReply
element has been moved and a surplus SyncReply element has been
deleted.
===============================================================
2007-04-23 AXT Soap Inlet 2.1.1
===============================================================
+ Bug fix: Element SyncReply in ebXML header was incor-
rectly expected as SyncReplyMode by Soap Inlet
===============================================================
2006-08-08 AXT Soap Inlet 2.1.0
===============================================================
+ IMPORTANT: Has been rebuild and packaged for use with AXT 2.1.0
and ADK 2.1.0.
===============================================================
2005-11-2 AXT Soap Inlet 2.0.2.
===============================================================
+ Bugfixes and support for errorLists
+ Internal ebxml status format
===============================================================
2005-4-15 AXT Soap Inlet 2.0.1.
===============================================================
+ Support for soap attachments has been added.
+ Preliminary support for ebXML Messaging Service, for receiving
ebXML documents a through soap, providing a proper response.
===============================================================
2003-5-21 AXT Soap Inlet 2.0.0. (complete)
===============================================================
+ IMPORTANT: Has been rebuild and packaged for use with AXT 2.0.0
and ADK 2.0.0.
===============================================================
2003-5-9 AXT Soap Inlet 1.0.1. (update)
===============================================================
+ Bug fix: In some situations special characters like the Danish
ÆØÅ didn’t get converted right resulting in some wrong values.
===============================================================
2003-3-27 AXT Soap Inlet 1.0.0.
===============================================================
+ First version