REST web services

0
Hello everyone,  My doubt is prity self explanatory,  I have to pulish a REST web service from one application and have to consume the same REST web service from another application which I have published in Perviously.  I know how to consume REST web service, and even in documentation there is like how to consume REST web service and how to publish REST web service separately.  So could you please help me with this?  Thanks in Advance! 
asked
2 answers
1

Hi,

Go through the following documentation :

https://docs.mendix.com/howto/integration/publish-rest-service

answered
1

Hi Arunkumar Jaganathan,

The following documentation will helps you to achieve it 

https://docs.mendix.com/howto/integration/publish-rest-service

https://docs.mendix.com/howto/integration/consume-a-rest-service

https://docs.mendix.com/howto/integration/expose-a-web-service

https://docs.mendix.com/howto/integration/consume-a-simple-web-service

https://docs.mendix.com/howto/integration/consume-a-complex-web-service

answered