We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Search found 6 matches

by webtiers
Tue Mar 23, 2010 12:57 pm
Forum: Plum Survey Q&A
Topic: pushing survey data
Replies: 10
Views: 23560

Re: pushing survey data

Retireving the cookie works fine. The issue I am having is getting values from the string arrays that are passed in from your PHP client.
by webtiers
Tue Mar 23, 2010 11:09 am
Forum: Plum Survey Q&A
Topic: pushing survey data
Replies: 10
Views: 23560

Re: pushing survey data

Yes this is working now. Thanks for such a quick and professional response! I have trouble retrieving your Cookie with: string ip = Server.HtmlEncode(Context.Request.Cookies["ip"].Value); Now I am having an issue reading the string arrays that are passed in. In my C# code I have: public string plumE...
by webtiers
Sun Mar 21, 2010 12:58 pm
Forum: Plum Survey Q&A
Topic: pushing survey data
Replies: 10
Views: 23560

Re: pushing survey data

Ok I understand now. Thanks. So I wrote a simple service in ASP.NET using C#. When I test my survey with: http://websurvey.plumvoice.com/take/1952-89884960?c I always get a 500 Internal Server error. My service wsdl is at: http://www.webtiers.com/RSFSurveyService/GetRSFSurvey.asmx?wsdl Can you help ...
by webtiers
Sun Mar 14, 2010 10:30 am
Forum: Plum Survey Q&A
Topic: pushing survey data
Replies: 10
Views: 23560

Re: pushing survey data

so if I have a survey with 17 questions, you have to make 17 web service calls for one survey response, correct?
by webtiers
Sun Feb 28, 2010 6:51 pm
Forum: Plum Survey Q&A
Topic: pushing survey data
Replies: 10
Views: 23560

pushing survey data

Can you support a push model where for each survey response, you automatically make a web service call to a web service we publish on one of our servers? We could work with your existing data model used in your exiting SOAP service: http://survey.plumvoice.com/ws/export-responses.php?WSDL. Today we ...
by webtiers
Sun Feb 28, 2010 6:45 pm
Forum: Plum Survey Q&A
Topic: dynamic driven surveys
Replies: 1
Views: 8076

dynamic driven surveys

Can you support a set of survey questions that are dynamically assembled dependent on a survey response to an initial set of questions? Example: a user calls in and identifies a business id, a group id and also a location id. Based on this set of ids, a specific set of questions are presented to the...