Yuhong Snyder

Forum Replies Created

Viewing 15 replies – 1 through 15 (of 19 total)
  • Author
    Replies
  • in reply to: SOAP issue – SOAPAction is null #85583
    Yuhong Snyder
    Participant

      I am having same issue

      in reply to: java/ws-rawclient – No message body writer has been found #86479
      Yuhong Snyder
      Participant

        I did try that but it didn’t make any difference

        in reply to: java/ws-rawclient – No message body writer has been found #86477
        Yuhong Snyder
        Participant

          the 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

          in reply to: java/ws-rawclient – No message body writer has been found #86476
          Yuhong Snyder
          Participant

            I 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

            in reply to: BOX Repo #81754
            Yuhong Snyder
            Participant

              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

              Yuhong Snyder
              Participant

                Does anybody encounter the issue to send data to vdh through https?

                in reply to: cloverleaf GUI cannot start #83876
                Yuhong Snyder
                Participant

                  Perfect, that’s what exactly happens, it works, thank you so much!

                  Yuhong Snyder
                  Participant

                    Thank you Diana, that works!!! 😀

                    Yuhong Snyder
                    Participant

                      Thank you Jim for the response.

                      F12 just gets Internet Explorer’s developer tool out, unfortunately it doesn’t help to get search to work

                      in reply to: Tcl Curl with cloverleaf 5.7 – sending to connect virginia #80720
                      Yuhong Snyder
                      Participant

                        I 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

                        in reply to: Is Infor now charging to enable SSL?? #83620
                        Yuhong Snyder
                        Participant

                          we get same thing here, we are going the route to use curl

                          Yuhong Snyder
                          Participant

                            I 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

                            in reply to: connection issue when server side is vpn #80126
                            Yuhong Snyder
                            Participant

                              also vendor side has verified their configuration and it is correct

                              in reply to: connection issue when server side is vpn #80125
                              Yuhong Snyder
                              Participant

                                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 ?

                                in reply to: connection issue when server side is vpn #80122
                                Yuhong Snyder
                                Participant

                                  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.

                                Viewing 15 replies – 1 through 15 (of 19 total)