AGETOR AXT SOAP Inlet

The AXT SOAP Inlet makes AXT capable of exposing itself as a SOAP web service.

[ICO]NameLast modifiedSizeDescription

[DIR]Parent Directory   -
[   ]axt_soap4_3_2.apa 14-Mar-2012 10:49 2.1M
[TXT]release.txt 14-Mar-2012 10:49 11K
[   ]axt_soap4_3_1.apa 04-Oct-2011 14:49 2.1M
[   ]axt_soap4_1_2.apa 04-Oct-2011 14:49 2.1M
[   ]axt_soap4_3_0.apa 13-May-2011 10:04 2.1M
[   ]axt_soap4_1_1.apa 27-Sep-2010 09:33 2.1M
[   ]axt_soap4_1_0.apa 17-Sep-2010 13:53 2.1M
[   ]axt_soap4_0_1.apa 06-Sep-2010 15:28 3.9M
[   ]axt_soap4_0_0.apa 06-Jun-2010 12:53 3.9M

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.

===============================================================
2012-03-14 AXT Soap Inlet 4.3.2
===============================================================
+ Added support for reference schema and schema version specification
  when using the AXTEBXMLFilter. The parameters ebms_schema and
  ebms_schema_version can be used.
  
+ Added experimental support for specifying encoding of the SOAP
  envelope when sending SOAP messages as ebXML attachments. Refer
  to AXTEBXMLFilter documentation.
  
===============================================================
2011-10-04 AXT Soap Inlet 4.3.1
===============================================================
+ Bugfix: If property soapinlet.storeFailedFiles is set to true (default)
 the SOAP inlet could not delete the received data which resulted in a warning.
 
===============================================================
2011-05-13 AXT Soap Inlet 4.3.0
===============================================================
+ AXTHTTPFilter supports logical projects and thus executing in
  transformations on secure network with delivery from insecure network.

+ Updated web.xml for use with AGETOR 4.3.

+ Added NTLM Authentication support for HTTPFilter,SOAPFilter and EBXMLFilter using
  the parameter "ntlm-domain" together with username,password and realm. 

===============================================================
2010-09-24 AXT Soap Inlet 4.1.1
===============================================================
+ Bugfix: AXT return streams for ordinary soap invocation wasn't returned properly.

===============================================================
2010-09-17 AXT Soap Inlet 4.1.0
===============================================================
+ Added support for starting/stopping the SOAP Inlet using the two calls
  - http://localhost/agetor/soapinlet/webservice?func=shutdown
  -	http://localhost/agetor/soapinlet/webservice?func=restart
  This functionality is also available in the AXT Server Entry functions.

+ Support for ADK 4.1. Trace system improvements.
  
+ Added trace level configuration support to configuration file.

+ Added support for storing data on failure. Documents and meta are now stored
  in ${AGETOR_HOME}/data/soapinlet/failed as default when an error occurs, for instance
  AXT/DDS is not available. This allows later processing of the documents using the AGETOR Documents
  GUI (Failed SOAP documents).
  
  NOTE: For EBXML documents an errorlist is sent back to the sender according to EBXML specification. 

===============================================================
2010-09-02 AXT Soap Inlet 4.0.1
===============================================================
+ Java 6 compatible bugfix applied to SOAP message Factory.

===============================================================
2010-06-07 AXT Soap Inlet 4.0.0 
===============================================================
+ Validation files to use with the workbench was included in the package.

+ Default url changed from /agetor3/soapinlet to /agetor/soapinlet
 
+ Has been rebuild and packaged for use with AGETOR 4.
 
===============================================================
2009-09-25 AXT Soap Inlet 3.1.3 
===============================================================
+ Added support for stating local address in the web-service filter
used for sending HTTP, SOAP, ebXML etc. This allow exposing a
local address different from the one of the machine in a clustered
environment when sending requests to the outside world. 

===============================================================
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