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 4 matches

by rvafadar
Wed Dec 15, 2010 1:52 pm
Forum: Plum Survey Q&A
Topic: Soap Webservice.
Replies: 11
Views: 45939

Re: Soap Webservice.

You could test the survey with the following data and I expect to get an " accepted " message from Web service call. "What is your Employee Number?" 10065 "What is the workorder number you are working on?" 273394 "At what time did you arrive at location?" 12:00 PM "Did the Proper number of crew memb...
by rvafadar
Wed Dec 15, 2010 11:11 am
Forum: Plum Survey Q&A
Topic: Soap Webservice.
Replies: 11
Views: 45939

Re: Soap Webservice.

Hi, I have created a Survey "Rep Arrival" and used the "SOAP Web service" at the end of Survey quesions. "http://wwwtest.wisusa.com/PlumWebService/Service.asmx?WSDL". Till yesterday, I was able to test the survey and see my web service got called and plumEval functioned just fine, but starting yeste...
by rvafadar
Tue Nov 16, 2010 12:41 am
Forum: Plum Survey Q&A
Topic: Soap Webservice.
Replies: 11
Views: 45939

Re: Soap Webservice.

Hi,

We have created a soap webservice and added it in the survey, however when we test it, the webservice is accessed but empty values are entered in the database.


Please help.

Thanks,
Rita Vafdar from (rvafadar@wisintl.com)
by rvafadar
Tue Nov 16, 2010 12:29 am
Forum: Plum Survey Q&A
Topic: pushing survey data
Replies: 10
Views: 23447

Re: pushing survey data

I am having an issue reading the string arrays that are passed in. In my C# code I have: public string plumEval(string[] question_texts, string[] answers) Then further on I do: foreach (string q in question_texts) { s.WriteLine(q); } Both question_texts, answers are empty!!! It looks like the PHP st...