julierme.victor
28th January 2015, 13:26
Dear good day,

Someone by ERP LN, already has connected using API Rest?
I have the option of making the connection via WEBSERVICE, but will connect utlizando the Rest API is faster.

If someone has the knowledge and can pass an example.

Regards,
Julierme

bhushanchanda
28th January 2015, 13:51
Hi,

Here are some similar discussions : -

Thread 1 (http://www.baanboard.com/baanboard/showthread.php?t=61904)

Thread 2 (http://www.baanboard.com/baanboard/showthread.php?t=66362)

Thread 3 (http://www.baanboard.com/baanboard/showthread.php?t=10571)

julierme.victor
28th January 2015, 13:56
Thank Bhushan,

But pile ready, you tell me if I can connect ERP LN (6.1) via Rest on another platform?

Regards,
Julierme

bhushanchanda
28th January 2015, 14:04
Hi,

I haven't worked on Rest API. But looks like its an alternative to SOAP & WSDL based webservices and might work. You need to figure out how other's work and then implement the same using REST or wait for someone who has done it.

But, I can't be of much help with this. Can only provide you the related threads.

julierme.victor
28th January 2015, 14:14
Thank Bhushan,

I'll wait for other posts.

Regards,
Julierme

ac-130
9th September 2015, 15:58
Any news about this topic?
I need some way to consume webservices using REST with LN.

bhushanchanda
9th September 2015, 17:34
Hi,

1. You can explore the curl.* commands in LN to check whether it gets a response from your REST webservice.

2. You can create an application based on Java/C++ which will consume the required webservice and put the results in a text/xml file. LN can execute the java program or an executable version of your application and get the response.

srivinayak
23rd October 2019, 21:18
I did not try but the attached screen is the one might be what you are asking