Outbound error - login param not recognized
Posted: Sun Mar 08, 2009 11:54 am
Hello
I'm receiving the following for an application that had functioned perfectly several months ago.
<?xml version="1.0"?>
<queuecalls status="failed">
Missing "login" POST variable.
</queuecalls>
HTTP/1.1 100 Continue
Here is a POST payload - with dummy account data.
pin=01020304&login=myaccount&campaign_name=default&start_url=http%3a%2%2fus.popproxy.plumgroup.com%2fplumvp%2fscratchpad.php%2fmyaccount%2fCallback.xml&phone_list=2123400123
and the relevant code for our request's configuration..
http_rqst.Method = "POST";
http_rqst.ContentType = "multipart/form-data";
I've been unable to execute batch calls through your Plum Outbound Call Queuing Reference Implementations for Queuecalls either. It appears to be consuming a block of its own code.
Is this a known issue - any advice?
thanks
I'm receiving the following for an application that had functioned perfectly several months ago.
<?xml version="1.0"?>
<queuecalls status="failed">
Missing "login" POST variable.
</queuecalls>
HTTP/1.1 100 Continue
Here is a POST payload - with dummy account data.
pin=01020304&login=myaccount&campaign_name=default&start_url=http%3a%2%2fus.popproxy.plumgroup.com%2fplumvp%2fscratchpad.php%2fmyaccount%2fCallback.xml&phone_list=2123400123
and the relevant code for our request's configuration..
http_rqst.Method = "POST";
http_rqst.ContentType = "multipart/form-data";
I've been unable to execute batch calls through your Plum Outbound Call Queuing Reference Implementations for Queuecalls either. It appears to be consuming a block of its own code.
Is this a known issue - any advice?
thanks