Hi Guys,
I am doing couple of POCs in my project. I have a SOAP service that is up and running in my laptop under localhost.
I want to consume this service from my outsystems application. I understand that LocalHost is not going to work, But if i use my laptop public IP that is connected to my LAN (eg - 195.05.*.*) , will i be able to connect to this wsdl from Outsystem server?
I tried to do this, but i am getting connection timed out.
Is there any other way i can somehome connect to my service running in my laptop?
Thanks
Hi,
iam using ngrok.com for accessing local services while developing.
Best
Stefan
This solved my issue. Thanks for sharing the ngrok.com which helped me to call my local service easily
You need to make sure your service is reachable by your OutSystems environment over the internet, easiest would be to run it on azure or aws.
Regards,
Daniel