dib0 / HL7Fuse

HL7Fuse is a "Swiss pocketknife" for your HL7 development needs in the .Net framework. HL7Fuse is based on SuperSocket in combination with NHapi and NHapiTools. This combination provides a powerful and solid base to build you HL7 application or HL7 test framework. In fact, if you use HL7Fuse as is, it can function as a mesasge hub, so you can receive one message and send this (using filters) to many client systems.
MIT License
78 stars 49 forks source link

HL7 Message Pass in ICommand and Get some Error. #7

Closed daminijain closed 9 years ago

daminijain commented 9 years ago

I m using Hl7 Fuse in my test application and Pass HL7 message in Execute Command and got some Error.See flow of my application in below attach Picture hl71 hl72 hl73 hl74 hl75 hl76 hl78

and give me some resolution.

dib0 commented 9 years ago

I have no idea what you are trying to do here? What is it you try to accomplish?

HL7Fuse is a Windows Service, you can't use this from a webpage?!? Why are you working in a webproject?

As said before: if you just want to connect to a server (in this case a website) please don't use HL7Fuse! HL7Fuse is for receiving messages (and maybe forward them to other systems). If you want to send messages, please use NHapiTools and the class NHapiTools.Base.Net.SimpleMLLPClient.