XML – SOAP

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf XML – SOAP

  • Creator
    Topic
  • #47581
    Craig Berkley
    Participant

      Can anyone give me a little advice?  I need to translate a FRL to XML, wrap it in SOAP and PUT to a web server.  THANKS.

    Viewing 1 reply thread
    • Author
      Replies
      • #56164
        Anonymous
        Participant

          Nothing like getting a response a month later, eh?

          There are a couple of interfaces out there that are doing exactly this; converting a message to xml and imbedding it in a soap message and sending it to a web server.

          What you want to do is form your xml message as a soap message.  So your data will be soap arguments within the soap message.  Then use the http client protocol to send the message to a web server.

        • #56165
          Andres Alvarez
          Participant

            Any advice on doing the encapsulation using HL7. I am fairly new at cloverleaf and any advice or examples is greatly appreciated. From what I gather, I can make a tcl that puts the wrapper on there, but i am not sure at which point the proc should be put on there.

            Greg Day wrote:

            Nothing like getting a response a month later, eh?

            There are a couple of interfaces out there that are doing exactly this; converting a message to xml and imbedding it in a soap message and sending it to a web server.

            What you want to do is form your xml message as a soap message.

        Viewing 1 reply thread
        • The forum ‘Cloverleaf’ is closed to new topics and replies.