Leander Pierik Posted March 24, 2021 Share Posted March 24, 2021 Hello, I am trying to send data from one database to another. But because they live in different environments I need to do it via a scribe endpoint. The situation now is: - One agent with acces to a database in environment A - Solution 1 (intergration), who query's the database on environment A, the result from this query needs to be send to the endpoint in Solution 2 - Solution 2 (integration event), with an "wait for request" block that has an endpoint. It's configured to recieve just a boolean. This boolean needs to be set in the database on environment B. My question now is: how do i specificy in solution 1 the endpoint in solution 2 I have tried with an REST web service connector but i can't seem to fill out the connector properly. If someone can point me in the right direction that would be much appreciated. Link to comment Share on other sites More sharing options...
Nick Roelandt Posted May 11, 2021 Share Posted May 11, 2021 Hi, I would suggest using the HTTP and Mapper Connector extensions. https://help.scribesoft.com/scribe/en/index.htm#sol/conn/conn_ext.htm%3F... With the Mapper connector you are specifiying your request JSON example, which is just 1 single boolean field and then you would use the HTTP to send the request (POST) build with the Mapper connector to Endpoint B thanks Nick Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now