Hi,

Yes, I use the post command. Will curil work on Mac and Windows? I took a look at curl, but I can't figure how to use it to send and receive a soap command. This the code I use:

      --
      --  Post the Request
      --
      try
        set the HTTPHeaders to myHTTPHeader
        --libUrlSetSSLVerification false
        post mySOAPEnvelope to url mySoapURL

        --
        -- Catch Time-Out Errors
        --
      catch myError
        answer myError
        breakpoint
      end try

      --
      --  Retreive Results and Store in the Response Array
      --
      put it into mySoapReply
      put the result into mySoapResponse

How can I do the same thing using "curl".

Thanks a lot for the help
All the Best
Dave

On 26 Oct 2007, at 18:47, Mark Smith wrote:

I imagine that you're POSTing the SOAP calls to the server, so you could try using curl shell commands for the POSTs - that way, your SendSoapCommands will not return until they have got a response.

Best,

Mark

On 26 Oct 2007, at 18:49, Dave wrote:

So what I want is for SendSoapCommandX() to NOT return until the data has been transfered and the reply received.

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to