go to post Shakthi · May 13 If your requirement is just to capture everything in quotes, the simplest way is to translate when it has quotes. set object = ##class(%ZEN.proxyObject).%New() set object.ID = ID set object.ID = $TR(object.ID,"""","") set x = ##class(%ZEN.Auxiliary.jsonArrayProvider).%WriteJSONStreamFromObject(.json,object)
go to post Shakthi · Apr 15 Alexandra, looks like you have two different namespaces FILERO and FILEROIRIS, could you please double check you are into right namespace ?
go to post Shakthi · Apr 15 I believe you have to post excluding the domain name in the URL (As you already specified domain under Server property of HttpRequest object). From your terminal screenshot , try like below ? set tSc=AuthToken.Post("/B2C_1A_client_credentials_signIn/oauth2/v2.0/token?ptid=.........")