Question Leon Duveen · Feb 12, 2020

I am using the SOAP Wizard in Studio to try to read in a WSDL file that is physically on our HealthShare server.    I keep getting the same error:



ERROR #6159: Although HTTPS is turned on no SSLConfiguration is specified so unable to make an HTTPS connection.






 

As I am not trying to connect via HTTP ( and I don't see anywhere to add an SSL connection), I am not sure what I am doing wrong.

Any suggestions & solutions gratefully accepted.

4
0 914
Question Leon Duveen · Aug 20, 2019

I have set up a process to produce a daily file to be submitted to another system and this is working (using EnsLib.RecordMap.Operation.FileOperation).  However, the file needs to have a header line added each time it is created so it can be processed by the down stream system.  Looking though EnsLib.RecordMap.Operation.FileOperation and EnsLib.File.OutboundAdapter, I can't see where I can do this easily.  Any suggestions?

Thanks

3
0 491
Question Leon Duveen · Mar 16, 2017

I am configuring a SOAP HL7 Receiver to handle HL7 Query messages.

I have set up a new class based on EnsLib.SOAP.Service and configured (correctly I hope) the parameters needed.  I have also amended the OnProcessInput Method skeleton provide to send messages on to the Business Process needed.

I am struggling to work out what is needed in the Web Methods and how to create them. 

Any help with this would be much appreciated especially examples that I can adapt for what I need.

Many thanks 

1
0 432
Question Leon Duveen · Mar 18, 2016

We need to add some stored data to an ACK message being sent back to the originating system.  I have been looking at how to adapt the standard "EnsLib.HL7.MsgRouter.RoutingEngine" to do this as I cannot see any obvious way.  Any suggestion?

1
0 620
Question Leon Duveen · Mar 14, 2016

We have to route messages in a Process Class by their source (using either the SourceConfigName from the Message Header or the Source in the Message Body.  

The inputs are standard HL7 messages from different Services but need to be routed on to different Processes depending on where they come from (not my design & I can't change it now) does any one have any suggestions how I could do this?

Thanks

4
0 842