yuuvis® RAD Q&A

0 votes
by (2.3k points)

i wanted to open a jira ticket in the bpm-serverscripting via rest API
i don't know how to address a external endpoint using the http client in place.
it seems that it is only suitable for internal services.
is there any way to add the endpoint to the sitecars known locations? or does anyone have micsroservice that relays the operations given to him to external endpoints?

1 Answer

+1 vote
by
selected by
 
Best answer

Hi Thomas,
its a safety belt for our applications to prevent calling external services. Via bpm event scripting you can only call to services that are known by the service discovery. May be its a solution to create a microservice that works like a proxy. The eventscript can call the "proxy-service" and that routes the request to the outside.
best regards

...