Reply To: HTTPS Connection Error

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf HTTPS Connection Error Reply To: HTTPS Connection Error

#58977
Pete Gilbert
Participant

    I had tried setting degug on the httpquery call in the Http CLient Protocol Properties, but that did not work. So I have coded httpost with debug set to view the headers. This is the call

    httppost {{URL https://app.wellcentive.com/Training/StorageEJB/StorageService/StorageService} {DATA $NewMsg} {HEADERS {{Content-Type “text/xml; charset=utf-8”} {SOAPAction uploadMessage} {Host nodcrsie11sv.no.trinity-health.org} {User-Agent “QDX Integration Services 5.3”} {Authorization “Basic VHJpbm10eTpxVzE5biF2c3E=”} {Content-Length $soapEnvLength}}} {AUTH {{SCHEME basic} {USER Trinity} {PASSWD qW19n!vsq}}} {HTTPS {MODE basic}} {DEBUG 1}}

    and this is what it displays

    Sending post request:

    POST /Training/StorageEJB/StorageService/StorageService HTTP/1.1

    From: anonymous@unknown.com

    User-Agent:  HCDC __cHTTPClient

    Host:        app.wellcentive.com

    Connection: close

    Content-Type:

    Content-Length: 7

    It is not reading my http header list. Have I got the syntax wrong? It looks like the example in the Reference Guide. It is also not resolving the $NewMsg or the Content Length.