How to integrate third party server ewith servicenow and viceversa by using jdbc connection.

lokeshlokesh
Tera Contributor
If we update anything in third party server i.e., AFSCP, it will update in servicenow and viceversa. How to do this by using JDBC Connection? Give brief explanation for this.
 
 
3 REPLIES 3

AshishKM
Kilo Patron
Kilo Patron

Hi @lokeshlokesh ,

 

Refer below thread of your query.

https://www.servicenow.com/community/servicenow-impact-forum/integration/m-p/2775362#M2542

 

-Thanks,

AshishKMishra

 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

Narsing1
Mega Sage

Hi,

Its a Bi directional integration (Example: Jira with Servicenow Incidents).  So basically you need to have the below configuration on both sides

  • On both systems i.e. Servicenow & Third Party Server, you should be able to connect via API Calls
  • If the Third Party Server accepts the API calls, then configure REST Outbound in your Servicenow Instance with the Third Party API End Point
  • In order to receive the input from Third Party Server, you should configure the REST Inbound in Servicenow Instance, take the URL from here and configure the same in Third Party Server.
  • Once both the API connections configured. it starts integrating.

Thanks,

Narsing 

And please provide the steps of rest outbound and rest inbound integration.