Openedge REST Client

Posted by rrajan on 12-Sep-2013 23:11

Hi Team,

I am trying to consume a Openedge REST Service developed in Java from a Progress .p, I believe current progress version doesn't support that so we may need a custom Openedge REST Client to be created using sockets. Do we have any others ways or shared source for consuming REST Services in Openedge.

Regards,

Ramalingam.V

All Replies

Posted by Admin on 13-Sep-2013 03:50

rrajan wrote:

Hi Team,

huh???

rrajan wrote:

Do we have any others ways or shared source for consuming REST Services in Openedge.

sure, at least for the GET part of REST in case the web-service speak XML you can just go ahead and use one of the two XML parsers available (either dom or sax-reader)... both supports an URL input source.

Posted by Jens Dahlin on 13-Sep-2013 07:15

marianedu wrote:

rrajan wrote:

Hi Team,

huh???

rrajan wrote:

Do we have any others ways or shared source for consuming REST Services in Openedge.

sure, at least for the GET part of REST in case the web-service speak XML you can just go ahead and use one of the two XML parsers available (either dom or sax-reader)... both supports an URL input source.

Only as long as you want to use HTTP and not HTTPS...

Posted by Admin on 13-Sep-2013 07:50

Jens@airtours.se wrote:

Only as long as you want to use HTTP and not HTTPS...

sad but true

This thread is closed