Service1
Click here for a complete list of operations.
SavePollDetails
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /ViungoWebService.asmx HTTP/1.1
Host: ws.fuelthebuilders.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/SavePollDetails"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SavePollDetails xmlns="http://tempuri.org/">
<polldetails>
<m_PollDetailID>int</m_PollDetailID>
<m_UserID>int</m_UserID>
<m_PollName>string</m_PollName>
<m_PollTypeID>int</m_PollTypeID>
<m_PollchoiceID>int</m_PollchoiceID>
<m_PollQuestion>string</m_PollQuestion>
<m_PollrewardName>string</m_PollrewardName>
<m_Pollrewardvalue>string</m_Pollrewardvalue>
<m_Sweepstakeyesno>boolean</m_Sweepstakeyesno>
<m_WinningparticipantDetails>boolean</m_WinningparticipantDetails>
<m_WinnerNo>int</m_WinnerNo>
<m_WinnerDays>int</m_WinnerDays>
<m_WinnerdurationID>int</m_WinnerdurationID>
<m_ParticipantIdentificationID>int</m_ParticipantIdentificationID>
<m_PhoneorEmail>string</m_PhoneorEmail>
<m_PollStartDate>string</m_PollStartDate>
<m_PollEndDate>string</m_PollEndDate>
<m_Showresultstime>int</m_Showresultstime>
<m_Showresultchartname>string</m_Showresultchartname>
<m_Showresult>boolean</m_Showresult>
<m_HeaderText>string</m_HeaderText>
<m_Logopath>string</m_Logopath>
<m_Headerstyle>string</m_Headerstyle>
<m_HeaderBgstyle>string</m_HeaderBgstyle>
<m_Bodystyle>string</m_Bodystyle>
<m_BodyBgstyle>string</m_BodyBgstyle>
<m_BodyButtonstyle>string</m_BodyButtonstyle>
<m_FooterText>string</m_FooterText>
<m_Footerstyle>string</m_Footerstyle>
<m_FooterBgStyle>string</m_FooterBgStyle>
<m_Termsconditions>boolean</m_Termsconditions>
<m_TermsconditionsText>string</m_TermsconditionsText>
<m_CreatedDate>dateTime</m_CreatedDate>
<m_CreatedUserID>int</m_CreatedUserID>
<m_UpdatedDate>dateTime</m_UpdatedDate>
<m_UpdatedUserID>int</m_UpdatedUserID>
<m_PollThankyoumessg>string</m_PollThankyoumessg>
<m_PCIPAddress>string</m_PCIPAddress>
<m_PollAnswersID>int</m_PollAnswersID>
<m_PollAnswer>string</m_PollAnswer>
<m_Pollansimage>string</m_Pollansimage>
<m_PollAnswerlist>
<string>string</string>
<string>string</string>
</m_PollAnswerlist>
<m_PollVoteCount>int</m_PollVoteCount>
<m_ToEmail>string</m_ToEmail>
<m_Subject>string</m_Subject>
<m_Message>string</m_Message>
<m_pageUrl>string</m_pageUrl>
<m_PollAnswerimgpath>
<string>string</string>
<string>string</string>
</m_PollAnswerimgpath>
<m_AnsAlignmentID>int</m_AnsAlignmentID>
<m_MonthNumber>int</m_MonthNumber>
<m_monthlycount>int</m_monthlycount>
<m_PollCreatedDate>string</m_PollCreatedDate>
<m_Idevice>int</m_Idevice>
<m_BlackBerrydevice>int</m_BlackBerrydevice>
<m_Androidevice>int</m_Androidevice>
<m_Windowsdevice>int</m_Windowsdevice>
<m_Unknowndevice>int</m_Unknowndevice>
</polldetails>
</SavePollDetails>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SavePollDetailsResponse xmlns="http://tempuri.org/">
<SavePollDetailsResult>
<PollDetails>
<m_PollDetailID>int</m_PollDetailID>
<m_UserID>int</m_UserID>
<m_PollName>string</m_PollName>
<m_PollTypeID>int</m_PollTypeID>
<m_PollchoiceID>int</m_PollchoiceID>
<m_PollQuestion>string</m_PollQuestion>
<m_PollrewardName>string</m_PollrewardName>
<m_Pollrewardvalue>string</m_Pollrewardvalue>
<m_Sweepstakeyesno>boolean</m_Sweepstakeyesno>
<m_WinningparticipantDetails>boolean</m_WinningparticipantDetails>
<m_WinnerNo>int</m_WinnerNo>
<m_WinnerDays>int</m_WinnerDays>
<m_WinnerdurationID>int</m_WinnerdurationID>
<m_ParticipantIdentificationID>int</m_ParticipantIdentificationID>
<m_PhoneorEmail>string</m_PhoneorEmail>
<m_PollStartDate>string</m_PollStartDate>
<m_PollEndDate>string</m_PollEndDate>
<m_Showresultstime>int</m_Showresultstime>
<m_Showresultchartname>string</m_Showresultchartname>
<m_Showresult>boolean</m_Showresult>
<m_HeaderText>string</m_HeaderText>
<m_Logopath>string</m_Logopath>
<m_Headerstyle>string</m_Headerstyle>
<m_HeaderBgstyle>string</m_HeaderBgstyle>
<m_Bodystyle>string</m_Bodystyle>
<m_BodyBgstyle>string</m_BodyBgstyle>
<m_BodyButtonstyle>string</m_BodyButtonstyle>
<m_FooterText>string</m_FooterText>
<m_Footerstyle>string</m_Footerstyle>
<m_FooterBgStyle>string</m_FooterBgStyle>
<m_Termsconditions>boolean</m_Termsconditions>
<m_TermsconditionsText>string</m_TermsconditionsText>
<m_CreatedDate>dateTime</m_CreatedDate>
<m_CreatedUserID>int</m_CreatedUserID>
<m_UpdatedDate>dateTime</m_UpdatedDate>
<m_UpdatedUserID>int</m_UpdatedUserID>
<m_PollThankyoumessg>string</m_PollThankyoumessg>
<m_PCIPAddress>string</m_PCIPAddress>
<m_PollAnswersID>int</m_PollAnswersID>
<m_PollAnswer>string</m_PollAnswer>
<m_Pollansimage>string</m_Pollansimage>
<m_PollAnswerlist>
<string>string</string>
<string>string</string>
</m_PollAnswerlist>
<m_PollVoteCount>int</m_PollVoteCount>
<m_ToEmail>string</m_ToEmail>
<m_Subject>string</m_Subject>
<m_Message>string</m_Message>
<m_pageUrl>string</m_pageUrl>
<m_PollAnswerimgpath>
<string>string</string>
<string>string</string>
</m_PollAnswerimgpath>
<m_AnsAlignmentID>int</m_AnsAlignmentID>
<m_MonthNumber>int</m_MonthNumber>
<m_monthlycount>int</m_monthlycount>
<m_PollCreatedDate>string</m_PollCreatedDate>
<m_Idevice>int</m_Idevice>
<m_BlackBerrydevice>int</m_BlackBerrydevice>
<m_Androidevice>int</m_Androidevice>
<m_Windowsdevice>int</m_Windowsdevice>
<m_Unknowndevice>int</m_Unknowndevice>
</PollDetails>
<PollDetails>
<m_PollDetailID>int</m_PollDetailID>
<m_UserID>int</m_UserID>
<m_PollName>string</m_PollName>
<m_PollTypeID>int</m_PollTypeID>
<m_PollchoiceID>int</m_PollchoiceID>
<m_PollQuestion>string</m_PollQuestion>
<m_PollrewardName>string</m_PollrewardName>
<m_Pollrewardvalue>string</m_Pollrewardvalue>
<m_Sweepstakeyesno>boolean</m_Sweepstakeyesno>
<m_WinningparticipantDetails>boolean</m_WinningparticipantDetails>
<m_WinnerNo>int</m_WinnerNo>
<m_WinnerDays>int</m_WinnerDays>
<m_WinnerdurationID>int</m_WinnerdurationID>
<m_ParticipantIdentificationID>int</m_ParticipantIdentificationID>
<m_PhoneorEmail>string</m_PhoneorEmail>
<m_PollStartDate>string</m_PollStartDate>
<m_PollEndDate>string</m_PollEndDate>
<m_Showresultstime>int</m_Showresultstime>
<m_Showresultchartname>string</m_Showresultchartname>
<m_Showresult>boolean</m_Showresult>
<m_HeaderText>string</m_HeaderText>
<m_Logopath>string</m_Logopath>
<m_Headerstyle>string</m_Headerstyle>
<m_HeaderBgstyle>string</m_HeaderBgstyle>
<m_Bodystyle>string</m_Bodystyle>
<m_BodyBgstyle>string</m_BodyBgstyle>
<m_BodyButtonstyle>string</m_BodyButtonstyle>
<m_FooterText>string</m_FooterText>
<m_Footerstyle>string</m_Footerstyle>
<m_FooterBgStyle>string</m_FooterBgStyle>
<m_Termsconditions>boolean</m_Termsconditions>
<m_TermsconditionsText>string</m_TermsconditionsText>
<m_CreatedDate>dateTime</m_CreatedDate>
<m_CreatedUserID>int</m_CreatedUserID>
<m_UpdatedDate>dateTime</m_UpdatedDate>
<m_UpdatedUserID>int</m_UpdatedUserID>
<m_PollThankyoumessg>string</m_PollThankyoumessg>
<m_PCIPAddress>string</m_PCIPAddress>
<m_PollAnswersID>int</m_PollAnswersID>
<m_PollAnswer>string</m_PollAnswer>
<m_Pollansimage>string</m_Pollansimage>
<m_PollAnswerlist>
<string>string</string>
<string>string</string>
</m_PollAnswerlist>
<m_PollVoteCount>int</m_PollVoteCount>
<m_ToEmail>string</m_ToEmail>
<m_Subject>string</m_Subject>
<m_Message>string</m_Message>
<m_pageUrl>string</m_pageUrl>
<m_PollAnswerimgpath>
<string>string</string>
<string>string</string>
</m_PollAnswerimgpath>
<m_AnsAlignmentID>int</m_AnsAlignmentID>
<m_MonthNumber>int</m_MonthNumber>
<m_monthlycount>int</m_monthlycount>
<m_PollCreatedDate>string</m_PollCreatedDate>
<m_Idevice>int</m_Idevice>
<m_BlackBerrydevice>int</m_BlackBerrydevice>
<m_Androidevice>int</m_Androidevice>
<m_Windowsdevice>int</m_Windowsdevice>
<m_Unknowndevice>int</m_Unknowndevice>
</PollDetails>
</SavePollDetailsResult>
</SavePollDetailsResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /ViungoWebService.asmx HTTP/1.1
Host: ws.fuelthebuilders.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<SavePollDetails xmlns="http://tempuri.org/">
<polldetails>
<m_PollDetailID>int</m_PollDetailID>
<m_UserID>int</m_UserID>
<m_PollName>string</m_PollName>
<m_PollTypeID>int</m_PollTypeID>
<m_PollchoiceID>int</m_PollchoiceID>
<m_PollQuestion>string</m_PollQuestion>
<m_PollrewardName>string</m_PollrewardName>
<m_Pollrewardvalue>string</m_Pollrewardvalue>
<m_Sweepstakeyesno>boolean</m_Sweepstakeyesno>
<m_WinningparticipantDetails>boolean</m_WinningparticipantDetails>
<m_WinnerNo>int</m_WinnerNo>
<m_WinnerDays>int</m_WinnerDays>
<m_WinnerdurationID>int</m_WinnerdurationID>
<m_ParticipantIdentificationID>int</m_ParticipantIdentificationID>
<m_PhoneorEmail>string</m_PhoneorEmail>
<m_PollStartDate>string</m_PollStartDate>
<m_PollEndDate>string</m_PollEndDate>
<m_Showresultstime>int</m_Showresultstime>
<m_Showresultchartname>string</m_Showresultchartname>
<m_Showresult>boolean</m_Showresult>
<m_HeaderText>string</m_HeaderText>
<m_Logopath>string</m_Logopath>
<m_Headerstyle>string</m_Headerstyle>
<m_HeaderBgstyle>string</m_HeaderBgstyle>
<m_Bodystyle>string</m_Bodystyle>
<m_BodyBgstyle>string</m_BodyBgstyle>
<m_BodyButtonstyle>string</m_BodyButtonstyle>
<m_FooterText>string</m_FooterText>
<m_Footerstyle>string</m_Footerstyle>
<m_FooterBgStyle>string</m_FooterBgStyle>
<m_Termsconditions>boolean</m_Termsconditions>
<m_TermsconditionsText>string</m_TermsconditionsText>
<m_CreatedDate>dateTime</m_CreatedDate>
<m_CreatedUserID>int</m_CreatedUserID>
<m_UpdatedDate>dateTime</m_UpdatedDate>
<m_UpdatedUserID>int</m_UpdatedUserID>
<m_PollThankyoumessg>string</m_PollThankyoumessg>
<m_PCIPAddress>string</m_PCIPAddress>
<m_PollAnswersID>int</m_PollAnswersID>
<m_PollAnswer>string</m_PollAnswer>
<m_Pollansimage>string</m_Pollansimage>
<m_PollAnswerlist>
<string>string</string>
<string>string</string>
</m_PollAnswerlist>
<m_PollVoteCount>int</m_PollVoteCount>
<m_ToEmail>string</m_ToEmail>
<m_Subject>string</m_Subject>
<m_Message>string</m_Message>
<m_pageUrl>string</m_pageUrl>
<m_PollAnswerimgpath>
<string>string</string>
<string>string</string>
</m_PollAnswerimgpath>
<m_AnsAlignmentID>int</m_AnsAlignmentID>
<m_MonthNumber>int</m_MonthNumber>
<m_monthlycount>int</m_monthlycount>
<m_PollCreatedDate>string</m_PollCreatedDate>
<m_Idevice>int</m_Idevice>
<m_BlackBerrydevice>int</m_BlackBerrydevice>
<m_Androidevice>int</m_Androidevice>
<m_Windowsdevice>int</m_Windowsdevice>
<m_Unknowndevice>int</m_Unknowndevice>
</polldetails>
</SavePollDetails>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<SavePollDetailsResponse xmlns="http://tempuri.org/">
<SavePollDetailsResult>
<PollDetails>
<m_PollDetailID>int</m_PollDetailID>
<m_UserID>int</m_UserID>
<m_PollName>string</m_PollName>
<m_PollTypeID>int</m_PollTypeID>
<m_PollchoiceID>int</m_PollchoiceID>
<m_PollQuestion>string</m_PollQuestion>
<m_PollrewardName>string</m_PollrewardName>
<m_Pollrewardvalue>string</m_Pollrewardvalue>
<m_Sweepstakeyesno>boolean</m_Sweepstakeyesno>
<m_WinningparticipantDetails>boolean</m_WinningparticipantDetails>
<m_WinnerNo>int</m_WinnerNo>
<m_WinnerDays>int</m_WinnerDays>
<m_WinnerdurationID>int</m_WinnerdurationID>
<m_ParticipantIdentificationID>int</m_ParticipantIdentificationID>
<m_PhoneorEmail>string</m_PhoneorEmail>
<m_PollStartDate>string</m_PollStartDate>
<m_PollEndDate>string</m_PollEndDate>
<m_Showresultstime>int</m_Showresultstime>
<m_Showresultchartname>string</m_Showresultchartname>
<m_Showresult>boolean</m_Showresult>
<m_HeaderText>string</m_HeaderText>
<m_Logopath>string</m_Logopath>
<m_Headerstyle>s);(tring</m_Headerstyle>
<m_HeaderBgstyle>string</m_HeaderBgstyle>
<m_Bodystyle>string</m_Bodystyle>
<m_BodyBgstyle>string</m_BodyBgstyle>
<m_BodyButtonstyle>string</m_BodyButtonstyle>
<m_FooterText>string</m_FooterText>
<m_Footerstyle>string</m_Footerstyle>
<m_FooterBgStyle>string</m_FooterBgStyle>
<m_Termsconditions>boolean</m_Termsconditions>
<m_TermsconditionsText>string</m_TermsconditionsText>
<m_CreatedDate>dateTime</m_CreatedDate>
<m_CreatedUserID>int</m_CreatedUserID>
<m_UpdatedDate>dateTime</m_UpdatedDate>
<m_UpdatedUserID>int</m_UpdatedUserID>
<m_PollThankyoumessg>string</m_PollThankyoumessg>
<m_PCIPAddress>string</m_PCIPAddress>
<m_PollAnswersID>int</m_PollAnswersID>
<m_PollAnswer>string</m_PollAnswer>
<m_Pollansimage>string</m_Pollansimage>
<m_PollAnswerlist>
<string>string</string>
<string>string</string>
</m_PollAnswerlist>
<m_PollVoteCount>int</m_PollVoteCount>
<m_ToEmail>string</m_ToEmail>
<m_Subject>string</m_Subject>
<m_Message>string</m_Message>
<m_pageUrl>string</m_pageUrl>
<m_PollAnswerimgpath>
<string>string</string>
<string>string</string>
</m_PollAnswerimgpath>
<m_AnsAlignmentID>int</m_AnsAlignmentID>
<m_MonthNumber>int</m_MonthNumber>
<m_monthlycount>int</m_monthlycount>
<m_PollCreatedDate>string</m_PollCreatedDate>
<m_Idevice>int</m_Idevice>
<m_BlackBerrydevice>int</m_BlackBerrydevice>
<m_Androidevice>int</m_Androidevice>
<m_Windowsdevice>int</m_Windowsdevice>
<m_Unknowndevice>int</m_Unknowndevice>
</PollDetails>
<PollDetails>
<m_PollDetailID>int</m_PollDetailID>
<m_UserID>int</m_UserID>
<m_PollName>string</m_PollName>
<m_PollTypeID>int</m_PollTypeID>
<m_PollchoiceID>int</m_PollchoiceID>
<m_PollQuestion>string</m_PollQuestion>
<m_PollrewardName>string</m_PollrewardName>
<m_Pollrewardvalue>string</m_Pollrewardvalue>
<m_Sweepstakeyesno>boolean</m_Sweepstakeyesno>
<m_WinningparticipantDetails>boolean</m_WinningparticipantDetails>
<m_WinnerNo>int</m_WinnerNo>
<m_WinnerDays>int</m_WinnerDays>
<m_WinnerdurationID>int</m_WinnerdurationID>
<m_ParticipantIdentificationID>int</m_ParticipantIdentificationID>
<m_PhoneorEmail>string</m_PhoneorEmail>
<m_PollStartDate>string</m_PollStartDate>
<m_PollEndDate>string</m_PollEndDate>
<m_Showresultstime>int</m_Showresultstime>
<m_Showresultchartname>string</m_Showresultchartname>
<m_Showresult>boolean</m_Showresult>
<m_HeaderText>string</m_HeaderText>
<m_Logopath>string</m_Logopath>
<m_Headerstyle>string</m_Headerstyle>
<m_HeaderBgstyle>string</m_HeaderBgstyle>
<m_Bodystyle>string</m_Bodystyle>
<m_BodyBgstyle>string</m_BodyBgstyle>
<m_BodyButtonstyle>string</m_BodyButtonstyle>
<m_FooterText>string</m_FooterText>
<m_Footerstyle>string</m_Footerstyle>
<m_FooterBgStyle>string</m_FooterBgStyle>
<m_Termsconditions>boolean</m_Termsconditions>
<m_TermsconditionsText>string</m_TermsconditionsText>
<m_CreatedDate>dateTime</m_CreatedDate>
<m_CreatedUserID>int</m_CreatedUserID>
<m_UpdatedDate>dateTime</m_UpdatedDate>
<m_UpdatedUserID>int</m_UpdatedUserID>
<m_PollThankyoumessg>string</m_PollThankyoumessg>
<m_PCIPAddress>string</m_PCIPAddress>
<m_PollAnswersID>int</m_PollAnswersID>
<m_PollAnswer>string</m_PollAnswer>
<m_Pollansimage>string</m_Pollansimage>
<m_PollAnswerlist>
<string>string</string>
<string>string</string>
</m_PollAnswerlist>
<m_PollVoteCount>int</m_PollVoteCount>
<m_ToEmail>string</m_ToEmail>
<m_Subject>string</m_Subject>
<m_Message>string</m_Message>
<m_pageUrl>string</m_pageUrl>
<m_PollAnswerimgpath>
<string>string</string>
<string>string</string>
</m_PollAnswerimgpath>
<m_AnsAlignmentID>int</m_AnsAlignmentID>
<m_MonthNumber>int</m_MonthNumber>
<m_monthlycount>int</m_monthlycount>
<m_PollCreatedDate>string</m_PollCreatedDate>
<m_Idevice>int</m_Idevice>
<m_BlackBerrydevice>int</m_BlackBerrydevice>
<m_Androidevice>int</m_Androidevice>
<m_Windowsdevice>int</m_Windowsdevice>
<m_Unknowndevice>int</m_Unknowndevice>
</PollDetails>
</SavePollDetailsResult>
</SavePollDetailsResponse>
</soap12:Body>
</soap12:Envelope>
);