Forum Replies Created
-
AuthorReplies
-
Not yet as it is working right now. I will when it fails again.
Calling Curl directly with the same url headers and data works just fine.
When I try call it via httppost it changes the CONTENT:Type.So I give up. just going to stick with Curl.
They are telling me it s the Content-Type needs to be “Text/XML”
And it keeps showing up as application/x-www-form-urlencoded.
The engine log and code show it as Text/xml… But the network trace shows it as “application/x-www-form-urlencoded”.
Need to upload trc log.
Attachments:
You must be logged in to view attached files.Still not working.
I have included a snipit of the procedure I’m using. All I’m tying to do is send a simple SOAP message to an internal server for SIU-S26 messages so we can track patient no-show. As Robert suggested I used the HTTP:Client headers that didn’t work either.
As well as a snip of the engine log and network trace. No matter how I approcah it aI can change the Content:Type. Maybe someone has better eyes than I do and can see where I’m going wrong.
Any help would be appreciated.
Attachments:
You must be logged in to view attached files.Jim they have no idea why at this time. Just keep telling the log files cycled before they can review them.
Well that stinks. I work with several people who have no knowledge of TCL and no time to really learn it. I was just trying to make it as supportable as possible for a less experienced interface person.
But thanks Jim. I hope all things are well with you.
Unless I put a space or some other value in the last field it will not append the pipe. I think this is because the engine creates the delimeters post translation.
Does anyone now how to use no delimeres on subfields ?
I tried to put x00 in the global parameters value it just changes it back to x20
Got if fixed.
The issue was with the system trying to use tls for security.
So adding the -usetls 0 to the set cmd in the hcialert2email fixed it.
Old line –
set cmd
New Line –
set cmd
Thank You.
I’m just now realizing how much this is really going to take.
But that just gives me lots to learn. 😀
Did you do this ? We are about to implement this. I was just curious what your experience was.
June 8, 2012 at 2:55 pm in reply to: Single Field multiple components to create new segments. #62292I am on 5.8.4 now as well. I am still using this for several things. So no I don’t think anything has changed to stop this from working. God help me if they every do.
Sorry forgot to put the
fconfigure $OF_HAN -translation binary
In my code.
Does you server have more then one IP address ?
If so try putting the other address in the host field.
This is tied to the name resolution process on your host server.
Or at least when I have seen this before that is where the issue was.
We were running HA with some fancy ip stuff. But the name we put in the client had to match what was returned on the host command on the host.
At least the first time it did.
May 15, 2012 at 1:43 pm in reply to: need to use a table for a list of codes that have ^ in them #76555Or simple use a Pathcopy.
In @null
out 0(0).MSH(0).#4(0)
I have had unexplained issue, or I was to lazy to figure out with using just the copy command. I have always had good luch with pathcopy to null out fields and segments.
-
AuthorReplies