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 psomepalli
Thu Oct 26, 2017 4:06 pm
Forum: Plum DEV Q&A
Topic: POST data to c# application
Replies: 8
Views: 8705

Re: POST data to c# application

Thank You.
by psomepalli
Thu Oct 26, 2017 1:25 pm
Forum: Plum DEV Q&A
Topic: POST data to c# application
Replies: 8
Views: 8705

Re: POST data to c# application

Thank you. Yes, It worked when I used https instead of http now.
It solved my issue. But I am curious to know why the get is working with http and post with https
by psomepalli
Thu Oct 26, 2017 10:46 am
Forum: Plum DEV Q&A
Topic: POST data to c# application
Replies: 8
Views: 8705

Re: POST data to c# application

This is just a simple test that I am doing to check the POST. GET is working as expected.It is not even logging the first log. [ [HttpPost] public ActionResult SaveDetailedMessage(string messagetosave) { this.Logger.InfoFormat("saving the Detailed Message"); string json = "{\"AuthorizationCode\":[\"...
by psomepalli
Wed Oct 25, 2017 2:58 pm
Forum: Plum DEV Q&A
Topic: POST data to c# application
Replies: 8
Views: 8705

Re: POST data to c# application

I tried with data tag and gets a different error. That URL should be returning json back. But the call is not even reaching the server. <form> <field name="messagetosave" type="digits?length=1"> <prompt> Enter a digit </prompt> <filled> You entered <value expr="messagetosave"/>. <data name="SaveInsu...
by psomepalli
Wed Oct 18, 2017 10:48 am
Forum: Plum DEV Q&A
Topic: POST data to c# application
Replies: 8
Views: 8705

POST data to c# application

Hi , I am trying to POST a recorded voice to our C# application . But I am getting below error. I tested this POST outside of the Plum using Google APP ARC and it works fine. Can you please help me on this? I have issues Posting a simple text too, Not just the recording . Error Message DocumentParse...
by psomepalli
Fri Aug 25, 2017 12:17 pm
Forum: Plum DEV Q&A
Topic: Json data with C# in <data> tag
Replies: 1
Views: 4210

Json data with C# in <data> tag

Hi, I am trying to get JSON data from my C # controller using data tag Here is my data tag in parent vxml <data name="thedata" src="pay.acy.com/Home/Amount" accept="application/json"/> The Amount controller is returning a JSON object as below {"ContentEncoding":null,"ContentType":null,"Amount":"300....