User bio
404 bio not found
Member since Feb 16, 2017
Posts:
Replies:
I figured out there is a function called SendFormDataURL where you can include the tURL as the first parameter:
set httpRequest = ##class(%Net.HttpRequest).%New()
set httpRequest.ContentType="application/json"
do ..ObjectToJSONStream(pRequest,.jsonStream,"aeliw")
set httpRequest.EntityBody = jsonStream
set tSC = ..Adapter.SendFormDataURL(tURL,.tHttpResponse,"POST",httpRequest)
I'll contact wrc.
Certifications & Credly badges:
Tom has no Certifications & Credly badges yet.
Global Masters badges:
Tom has no Global Masters badges yet.
Followers:
Following:
Tom has not followed anybody yet.
Okay, I found my error. Somehow my catch-all construction had become empty instead of triggering an Ens.Alert....