Hi Everyone,
I'm looking for help with what I hope to be a quick and simple little project. I have limited programming experience (I can usually modify existing code to make things work but not very good at all starting something like this from scratch). Anyhow, here's what I need:
I have a to connect to an "endpoint" given to me by a software company. Getting help from them is like pulling teeth! All they have told me is:
"The comm point is up & listening, if you want to test connectivity: https://softwarecomp:12600/services/testing" I’m not sure what other vendors use to send and ADT message to an HTTPS comm point. We use Rhapsody Integration engine. This endpoint is set up to receive an HL7 ADT message over TLSv1.2 with 2-way client certificate. It is not accessible thru an internet browser. "
Can someone please give me some kind of direction as where to start with something like this? I am not worried about the HTTPS and certificate parts, I have that done. But can I start a new ASP.Net web application with Visual Studio to connect to this 'end point' they have created?
If there is more information I need from the software company - maybe someone can help me ask them the correct questions? I was under the impression that this company was going to provide me with a way to connect, but they won't give me anything but the link above. I'm lost! Please help a newbie out :)
Thanks!!