No announcements
Found 1383736 threads
-
0 Votes
Write a generic handler or webservice to handle nested JSON
User-1305530094 posted thank u for the generous explanation.Answered | 4 Replies | 147 Views | Created by Anonymous - Friday, May 26, 2017 6:50 AM | Last reply by Anonymous - Friday, May 26, 2017 9:49 PM -
0 Votes
Handling errors in nested Promises
Hi Patrick, If you do not handle an error in a promise it gets swallowed so yes, you should handle any error in your code path inside that promise or, you can ...Answered | 1 Replies | 3336 Views | Created by Patrick Klug - Friday, March 23, 2012 4:31 AM | Last reply by Jeff Sanders - Friday, March 23, 2012 2:01 PM -
0 Votes
Web Services to Handle JSON Objects
as you can see I am handling everything myself about http request received.Answered | 3 Replies | 997 Views | Created by Pa1 Kumar - Tuesday, May 27, 2014 5:42 AM | Last reply by Tejas T - Wednesday, May 28, 2014 4:35 AM -
0 Votes
How to recieve or intercept JSON Webservice
Hi Sheen, Using the WebRequest object to fetch the JSON string just as illustrated in the first link of my prior suggestion, and then parse it to ...Answered | 4 Replies | 6319 Views | Created by Sheen Ismhael Lim - Friday, October 21, 2011 5:04 AM | Last reply by Leo Liu - MSFT - Monday, October 31, 2011 3:07 AM -
6 Votes
Nested Arrays JSON Paths
I feel it's the json pathing for the nested arrays I'm just messing up.Answered | 20 Replies | 9501 Views | Created by ElliotParker - Thursday, February 23, 2017 11:41 AM | Last reply by SQLJasonG - Friday, December 21, 2018 8:51 PM -
0 Votes
How to handle different datatypes from webservice?
Hi, If the service is consumed by an asp.net page then you can deserialize the json string to a collection of System.Object.Answered | 2 Replies | 770 Views | Created by lochnesse - Tuesday, April 16, 2013 11:57 PM | Last reply by Ajithsz - Wednesday, April 17, 2013 7:09 AM -
0 Votes
Retrieving nested value in JSON outputs
The deployment itself is fine and will create/modify resources when needed, and the outputs work up to a certain point of retrieving the nested values: ...Answered | 4 Replies | 941 Views | Created by nsitajes - Thursday, January 12, 2017 4:39 PM | Last reply by nsitajes - Wednesday, January 18, 2017 9:19 AM -
0 Votes
Wanted to call webservice from event handler
My need is only that whenever new file gets added into moss document library, the event handler gets called(itemAdded), it copy the latest file and and paste into ...Answered | 9 Replies | 4758 Views | Created by Sonu888 - Thursday, June 11, 2009 7:37 AM | Last reply by Sonu888 - Tuesday, June 16, 2009 11:11 AM -
1 Votes
Purpose of Generic Handler in asp.net
WHAT IS THE MAIN FUNCTION OF GENERIC HANDLER?Answered | 6 Replies | 7756 Views | Created by manas1947 - Saturday, July 16, 2011 5:59 AM | Last reply by manas1947 - Tuesday, July 19, 2011 4:55 AM -
0 Votes
calling a webservice url which is returning a json data source..
Also, search this forum for JSON and WebService and you will find other solutions and methods to accomplish this.Answered | 1 Replies | 2994 Views | Created by roadie1000 - Thursday, September 6, 2012 10:36 AM | Last reply by Jeff Sanders - Thursday, September 6, 2012 1:09 PM -
2 Votes
Convert generic list to json
If you take your JSON string and write it to a text file in your code programmatically using File.WriteAllText("filename", YourJsonString), then I bet ...Answered | 17 Replies | 58376 Views | Created by markgoldin - Friday, October 3, 2014 9:11 PM | Last reply by BonnieB - Sunday, September 13, 2020 12:12 AM -
6 Votes
Outputter for json files
Hi, I am also looking for nested JSON ouputter.Answered | 4 Replies | 2455 Views | Created by Andrew Sears - T4G - Wednesday, June 7, 2017 8:12 PM | Last reply by Arun_Arron - Thursday, October 26, 2017 6:04 AM -
1 Votes
Error handling in nested stored procedures
The problem I'm experiencing is that when there is an error the stored procedure it only returns out of the nested stored procedure but then continues running the "parent" ...Answered | 3 Replies | 7121 Views | Created by Arthur Henke - Tuesday, April 27, 2010 1:22 AM | Last reply by Kalman Toth - Tuesday, April 27, 2010 6:47 AM -
1 Votes
Read nested array in JSON using Azure Data Factory
With the given constraints, I think the only way left is to use an Azure Function activity or a Custom activity to read data from the REST API, transform it and then ...Answered | 11 Replies | 2787 Views | Created by CoolDbGuy - Friday, March 13, 2020 7:59 AM | Last reply by CoolDbGuy - Friday, March 27, 2020 9:15 AM -
1 Votes
Handling Exceptions inside an Exception Handler
It was a general question that was bugging me from some time.Answered | 5 Replies | 4627 Views | Created by Rockyl - Thursday, January 21, 2010 6:56 PM | Last reply by Rockyl - Friday, January 22, 2010 6:33 PM -
1 Votes
XML and JSON handled in one receive location?
In AfterRecieveRequest method check if the HTTP headers contain Content-Type sas 'application/json', if so try decode the message and do the business logic you want.Answered | 2 Replies | 994 Views | Created by Mazin Alassaf - Saturday, June 17, 2017 3:21 PM | Last reply by Sindhu91 - Monday, June 19, 2017 6:34 AM -
1 Votes
Outlook fires ItemSend before Write and ignore cancel paremeter in Write handler
In many cases Write() won't fire at all when an item is sent until after the send, or not at all unless you call to save the item in the Send() handler.Answered | 2 Replies | 4262 Views | Created by Anton Chochia - Monday, May 23, 2011 3:20 PM | Last reply by Anton Chochia - Thursday, May 26, 2011 11:38 AM -
0 Votes
Query with a Nested error handling
Nested error handling).Answered | 1 Replies | 787 Views | Created by system243trd - Monday, September 7, 2015 2:44 PM | Last reply by Daniel Janik - Monday, September 7, 2015 3:28 PM -
4 Votes
json file not opening in browser
Add as a MIME type application/json. jquery/js cares only that the contents of a json file is json - not its file extension.Answered | 7 Replies | 17163 Views | Created by Prithwijit - Wednesday, April 27, 2011 10:17 PM | Last reply by Satish3 - Monday, September 19, 2016 7:24 PM -
0 Votes
How to Handle Argument exceptions in Webservice
Here you've added the reference to a webservice, and you want to call a method defined in the webservice, right?Answered | 4 Replies | 3356 Views | Created by Ramkiran - Friday, January 13, 2012 4:03 PM | Last reply by Leo Liu - MSFT - Tuesday, January 17, 2012 7:08 AM - Items 1 to 20 of 1383736 Next ›
No announcements