[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
Hi Mike, Peter, what I have to looking for this error. Thx a lot. Da: Mike Fechner [mailto:bounce-mikefechner@community.progress.com] Inviato: sabato, 12. maggio 2018 09:02 A: TU.OE.Development@community.progress.com Oggetto: RE: [Technical Users - OE Development] OpenEdge.Net.pl Update from Progress Community Mike Fechner Server not accessible? Server software not started? (Personal) firewall active? Try to open a web browser on that address: http://{servername}:5493 or https://{servername}:5493 Von: Giancarlo Alberto Somma Gesendet: Samstag, 12. Mai 2018 08:58 An: TU.OE.Development@community.progress.com Betreff: RE: [Technical Users - OE Development] OpenEdge.Net.pl Update from Progress Community Giancarlo Alberto Somma Thanks Mike. That’s right. But I have another error: In both code. oRequest = RequestBuilder:pOST(httpUrl, oXMLRequestData):ContentType("application/xml") :AcceptXml() // Add credentials to the request //:UsingBasicAuthentication(oCredentials) :Request. */ DEF VAR lcXml 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 */ // :UsingBasicAuthentication(oCredentials) :Request. Da: Mike Fechner [mailto:bounce-mikefechner@community.progress.com] Inviato: venerdì, 11. maggio 2018 23:52 A: TU.OE.Development@community.progress.com Oggetto: RE: [Technical Users - OE Development] OpenEdge.Net.pl Update from Progress Community Mike Fechner If xmlfile is a Character variable holding a file-name, the first parameter of the LOAD method should be “FILE” Von: Giancarlo Alberto Somma Gesendet: Freitag, 11. Mai 2018 22:21 An: TU.OE.Development@community.progress.com Betreff: RE: [Technical Users - OE Development] OpenEdge.Net.pl Update from Progress Community Giancarlo Alberto Somma Hi Peter, I tried a lot of solutions without success. My problem is to define object for XML data file. An help is appreciate. Thx a lot in advance. xmlfile = "c:/jca/temp/entity.xml". hXmlRequestData:LOAD("LONGCHAR", xmlfile, FALSE). httpUrl = " obsv:5493/.../Clients" . oXmlRequestData = NEW WidgetHandle(hXmlRequestData). oRequest = RequestBuilder:pOST(httpUrl, oXMLRequestData):ContentType("application/xml") :AcceptXml() :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. 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 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. 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.

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