Reply To: Orders to Quest, SOAP

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Orders to Quest, SOAP Reply To: Orders to Quest, SOAP

#59034
Dennis Pfeifer
Participant

    Don’t know if I will ever get to complete this project, it appears as if we are going to purchase a direct connection from EPIC to Quest .. but ..

    For those who might need to do this .. here’s what I’ve learned ..

    you will create an outbound tps that will handle sending the message.

    you’ll then kill the message at the end of the proc ..

    I go through a proxy .. so .. that made it a little more of a challenge.


    package require base64
    package require TclCurl

    set msg “”
    set soapEnv “”

    set msg [msgget $mh]

    set soapEnv {





    [code]
    package require base64
    package require TclCurl

    set msg “”
    set soapEnv “”

    set msg [msgget $mh]

    set soapEnv {

    xmlns:soap=”http://schemas.xmlsoap.org/soap/envelope/”
    xmlns:soapenc=”http://schemas.xmlsoap.org/soap/encoding/”
    xmlns:tns=”http://medplus.com/orders”
    xmlns:types=”http://medplus.com/orders/encodedTypes”
    xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”
    xmlns:xsd=”http://www.w3.org/2001/XMLSchema”>