<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Is the -command parameter supported in httpios::geturl?</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=11282952" />
  <subtitle>Is the -command parameter supported in httpios::geturl?</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=11282952</id>
  <updated>2013-05-19T20:59:09Z</updated>
  <dc:date>2013-05-19T20:59:09Z</dc:date>
  <entry>
    <title>RE: Is the -command parameter supported in httpios::geturl?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11291082" />
    <author>
      <name>Yaw-Ming Chen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11291082</id>
    <updated>2013-01-30T04:13:29Z</updated>
    <published>2013-01-30T04:13:29Z</published>
    <summary type="html">httpios::geturl just regular Tcl command not Cisco Tcl IVR API specific .
http://tmml.sourceforge.net/doc/tcl/http.htm
 
The following is an example. I wonder if it has soemthing to do with those ""
You may also trace those http message
.....
    set myQuery "http://$atebHostBackup:8080/atebRetrieval/newMessageCount?store=$atebStore"
    ::httpios::geturl $myQuery -command doMsgCountRsp -timeout 5
.....

proc doMsgCountRsp {token} {


}
 
[quote=Adolfo Arizpe]I'm calling:
  ::httpios::geturl "$baseURI/test.xml"  -command act_RequestResultConParams
but the callback act_RequestResultConParams never gets executed.
Also, where can I find information on the httpios::geturl command? The only very basic information I have is the "TCL IVR 2.0 Programming Guide".[/quote]</summary>
    <dc:creator>Yaw-Ming Chen</dc:creator>
    <dc:date>2013-01-30T04:13:29Z</dc:date>
  </entry>
  <entry>
    <title>Is the -command parameter supported in httpios::geturl?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11282951" />
    <author>
      <name>Adolfo Arizpe</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11282951</id>
    <updated>2013-01-29T22:51:23Z</updated>
    <published>2013-01-29T22:51:23Z</published>
    <summary type="html">I'm calling:
  ::httpios::geturl "$baseURI/test.xml"  -command act_RequestResultConParams
but the callback act_RequestResultConParams never gets executed.
Also, where can I find information on the httpios::geturl command? The only very basic information I have is the "TCL IVR 2.0 Programming Guide".</summary>
    <dc:creator>Adolfo Arizpe</dc:creator>
    <dc:date>2013-01-29T22:51:23Z</dc:date>
  </entry>
</feed>

