2013-02-18T17:07:24-05:00 INFO (6): NetGet setting URL to: http://ivrtest.coast2coastcellular.com/coastivr.aspx?RequestType=GetEnteredNumber&PhoneNumber=8143121929&ServoID=604614&PassThroughData=
2013-02-18T17:07:26-05:00 INFO (6): NetGet response (up to 2000 characters): <action>
<app>Servo</app>
<parameters>
<id>605304</id>
<user_parameters/>
<p_t>Status|Active||ResellerName|Test Prepaid||ResellerCustomerServiceNumber|8143121929||Balance|10.0000000000||Package1|C2C Test||PCost1|10.0000||PDBID1|1130||Package2|data||PCost2|1.0000||PDBID2|1145||HasCreditCard|False</p_t>
</parameters>
</action>
ive tried this with 2013-02-18T17:07:24-05:00 INFO (6): NetGet setting URL to: http://ivrtest.coast2coastcellular.com/coastivr.aspx?RequestType=GetEnteredNumber&PhoneNumber=8143121929&ServoID=604614&PassThroughData=
2013-02-18T17:07:26-05:00 INFO (6): NetGet response (up to 2000 characters): <action>
<app>Servo</app>
<parameters>
<id>605304</id>
<user_parameters> </user_parameters>
<p_t>Status|Active||ResellerName|Test Prepaid||ResellerCustomerServiceNumber|8143121929||Balance|10.0000000000||Package1|C2C Test||PCost1|10.0000||PDBID1|1130||Package2|data||PCost2|1.0000||PDBID2|1145||HasCreditCard|False</p_t>
</parameters>
</action> and still no luck
__________________
Anonymous
Date: Feb 19, 2013
RE: Issues with gathering data using C# and using information in a different servo
Josh, your best bet is to break-up the data you're reading back into multiple parameters if possible. That way you can add spacing inside the Survo question between the parameters to slow it down.
Also, refer to the attached TTS guide for how to add a pause(s) before or after the parameters.