[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: OpenEdge.Net.pl

  • Thread starter Giancarlo Alberto Somma
  • Start date
Status
Not open for further replies.
G

Giancarlo Alberto Somma

Guest
With the first example: After I must to pass the credential as GET I think. Da: Peter Judge [mailto:bounce-pjudge@community.progress.com] Inviato: venerdì, 11. maggio 2018 22:47 A: TU.OE.Development@community.progress.com Oggetto: RE: [Technical Users - OE Development] OpenEdge.Net.pl Update from Progress Community Peter Judge You need to create the X-DOC handle first. DEF VAR hXmlRequestData AS HANDLE. CREATE X-DOCUMENT hXmlRequestData. hXmlRequestData:LOAD(...) Alternatively you can just try DEF VAR lxXml AS LONGCHAR. COPY-LOB FILE "c:/jca/temp/entity.xml" to lcXml. oRequest = RequestBuilder:pOST(httpUrl, NEW OpenEdge.Core.String(lcXml)) :AcceptJson() /* we want to get JSON back */ :Request. View online You received this notification because you subscribed to the forum. To unsubscribe from only this thread, go here . Flag this post as spam/abuse. Mail priva di virus. www.avast.com

Continue reading...
 
Status
Not open for further replies.
Top