Question Stefan Cronje · May 23, 2017 Ensemble Service using File.InboundAdapter: File name of the file being processed Hi,I have created a Business Service which uses the EnsLib.File.InboundAdapter. This service will call a business service which will create an acknowledgement file in a directory specified in the operation after loading the parsed file into some temporary tables.In order to create the acknowledgement file, I need the original file name. In the OnProcessInput of the service, it receives a stream of file data, and I can't find a way to get hold of the file name.Any advice will be appreciated, thank you. #Beginner #Ensemble 0 5 0 1.5K
Question Stefan Cronje · May 19, 2017 XML Import validation to not return on the first error Hi,I have an XML file with many repeating elements to validate.The structure of the file looks like this: #Beginner #Object Data Model #XML #Caché 0 3 0 342
Question Stefan Cronje · Apr 4, 2017 WADL for REST services Is there a way to generate or create a WADL or some form of service definition for a class containing REST services or on a specific URL? #REST API #Caché 0 1 0 468
Question Stefan Cronje · Mar 18, 2017 Password change on inbound web-services We are planning to use Caché users on a SOAP web-service, so the WS-security tokens will be used.It will be username and password only for now.The passwords should expire on a regular basis and this will be configured in the system-wide security settings.The consumer of the web-service should be able to change their password on-demand or when it has expired, via a web-service call.For the on-demand change, I can create a service method which can be called by the consumer to change the password. #Beginner #Caché #SOAP #Security 0 5 0 2.3K