Forum Replies Created
-
AuthorReplies
-
I am having same issue
September 10, 2018 at 4:11 pm in reply to: java/ws-rawclient – No message body writer has been found #86479I did try that but it didn’t make any difference
September 10, 2018 at 2:38 pm in reply to: java/ws-rawclient – No message body writer has been found #86477the attached is the detail setting without tls.
from the log, it has already reached to the point to produce the message
as
INFO: Outbound Message
ID: 1
Address: https://www.pdcreporting.com/api/token
Http-Method: POST
Content-Type: application/x-www-form-urlencoded
Headers: {Content-ENGINE=[application/x-www-form-urlencoded], Accept=[*/*]}
Payload: grant_ENGINE=password&username=xxx&password=xxx
–
September 10, 2018 at 12:50 am in reply to: java/ws-rawclient – No message body writer has been found #86476I am able to use curl to get the token back , the command is like :
curl -k –request POST –url https://XXX.com/api/token –header “content-type: application/x-www-form-urlencoded” –data “grant_ENGINE=password&username=XXX&password=XXX”
however, for the ws-rawclient setting, I tried to use it with and without tls, the message never went out and it always says invalid parameter
I tried to run the web_form_client and web_form_server process, and I am wondering if I can see what the raw request and response I would get , but however in the log I see nothing about that, and I am not sure if I run it correctly, is there any documentation regarding how to use these?
I am doing a restful project and trying to use web_form_client as a base, but however I always get error saying invalid parameter, so I am coming back to this example to see what should showup but I just do not get any information in the log, any help?
thanks
August 31, 2016 at 7:30 pm in reply to: Tcl Curl with cloverleaf 5.7 – sending to connect virginia #80722Does anybody encounter the issue to send data to vdh through https?
Perfect, that’s what exactly happens, it works, thank you so much!
March 24, 2016 at 5:11 pm in reply to: clovlerleaf GUI help document not functioning for ‘search ‘ #83841Thank you Diana, that works!!! 😀
March 22, 2016 at 6:55 pm in reply to: clovlerleaf GUI help document not functioning for ‘search ‘ #83838Thank you Jim for the response.
F12 just gets Internet Explorer’s developer tool out, unfortunately it doesn’t help to get search to work
January 26, 2016 at 3:37 pm in reply to: Tcl Curl with cloverleaf 5.7 – sending to connect virginia #80720I used curl directly earlier and I can get the reply
like
catch {exec curl -H “Content-Type:text/plain” -H “medfx-phr-type:SYNDSURV” -H “medfx-custom-oid:xxxxxx” -H “medfx-transaction-id:${transactionID}” –DATA “$msg” –key ${CertPath}xxx.pem –cert ${CertPath}xxx.pem –cacert ${CertPath}xxx.org-CA.PEM https://edge-uat.connectvirginia.org:13000/phr} output
in the output variable I can see all the acknowledgement.
now I changed to use tclcurl package, the response is in bodyvar
like: $curlHandle configure -url “https://edge-uat.connectvirginia.org:13000/phr” -bodyvar body -noprogress 1
the response is in variable body
we get same thing here, we are going the route to use curl
January 5, 2016 at 8:56 pm in reply to: Tcl Curl with cloverleaf 5.7 – sending to connect virginia #80718I am getting same issue and there is not so much explanation there, wondering how you get this resolved?
Margaret Cooper wrote:Hi! Has any one tried to send hl7 msgs to connect virginia via their url. I am trying to use TclCurl with Cloverleaf5.7 and when I send them a hl7 msg, I get the error from them
also vendor side has verified their configuration and it is correct
our cloverleaf is 5.6, there is setup in server.ini as below:
[firewall]
rmi_exported_server_port= xxxxservername
also it is HA , for example, one node is xxx.xxx.xxxx.65, another node is 66, but the HA itself should be 100.
what we observed when we run netstat is: when our side is server, the connnection is showsing as 100 , but when our side is client, it could be showing as 65 or 66 on vendor side, is that normal ?
Yes, the other side is cloverleaf engine, and they are using multi server. we send heartbeat message every 5 mins and expect the ACK back, but however, every a few messages we don’t get the ACK back but another side did send the ACK, they monitored and found out our side is sending SYN message to them, and their side’s connection status shows as ‘up’ but our side thinks it is down. since the connections reachs the limit eventually so they cannot establish more connections and will not release the established connections (even our side thinks it is down). our side the interface stays as opening for hours but their side still shows as up. this goes as a cycle.
-
AuthorReplies