Thank you cavagnaro for the quick response!

I am really new to CTI and composer so I am not sure I understand you. I see in my MCP logs that
[code]2013-10-11 09:56:03.233 DBUG 00D10125-100268AC-003574D5 2436 01F00000 FMThreadQueue.cxx:661 Request successful: uri=http://10.x.x.xxx/IVR_sales/include/getWebRequestData.aspx
2013-10-11 09:56:03.233 DBUG 00D10125-100268AC-003574D5 2436 01F00000 FMThreadQueue.cxx:777 HTTP request completed
2013-10-11 09:56:03.233 DBUG 00000000-00000000 2436 01F00000 FMResponseData.cxx:421 Received fetch completed, response code=200
2013-10-11 09:56:03.233 DBUG 00D10125-100268AC-003574D5 2436 01F00000 FMThreadQueue.cxx:1438 Response is not cacheable
2013-10-11 09:56:03.233 DBUG 00D10125-100268AC-003574D5 2436 01F00000 FMUserRequest.cxx:497 Request completed, sending RequestCompleteNotify.
2013-10-11 09:56:03.233 DBUG 00000000-00000000 2436 08500000 VXMLDocumentManager.cxx:163 Fetched Length: 283, type: data
2013-10-11 09:56:03.233 DBUG 00000000-00000000 2436 08500500 VGDocumentManager.cxx:1090 Document has modified/newly fetched, uri: http://10.x.x.xxx/IVR_sales/include/getWebRequestData.aspx?AuthenAccess=false&CustomHeaders=%5Bobject%5D&Enctype=application%2Fx-www-form-urlencoded&Protocol=get&Timeout=-1&WebUrl=http%3A%2F%2Ftestsrvtest.testdom.com%2Fec2%2Fapi%2Frest%2Ftest%2Fods%2Frecs%2Fsum%2F7034063%2F0000430328
2013-10-11 09:56:03.233 DBUG 00D10125-100268AC 3928 0C000000 VXMLSession.cxx:1889 ProcessEvents() Started
2013-10-11 09:56:03.233 DBUG 00D10125-100268AC 3928 0C000000 VXMLSession.cxx:1906 ProcessEvents() Event type [1], session id: [00D10125-100268AC]
2013-10-11 09:56:03.233 DBUG 00D10125-100268AC 3928 0C000000 VXMLSession.cxx:1320 HandleFetchEvent(): Process state: 2, response code: 200, error: , uri: http://10.x.x.xxx/IVR_sales/include/getWebRequestData.aspx[/code]
so I was hoping to get something from it because I see a lot of 200 OKs there.
I was hoping that I would get the response on the object of the Request and check it in my program with something like [code]WebRequest2.StatusCode == '200' [/code] or with the use of .getAllResponseHeaders()
Some lines below I see (I guess) the savetmpfiles that you mentioned(?)
[code]2013-10-11 09:56:03.233 DBUG 00D10125-100268AC 3928 0C000000 Runtime.cxx:923 RuntimeHelper::GetStringProperty() Name [__.savetmpfiles], value [none]
2013-10-11 09:56:03.233 DBUG 00D10125-100268AC 3928 0C000000 Runtime.cxx:923 RuntimeHelper::GetStringProperty() Name [__.savetmpfilesmode], value [immediate][/code]