- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2020 01:32 AM
Hello experts,
I have a requirement to integrate Oracle Enterprise Manager to Service now for auto ticketing .
When a ticket is created in OEM automatically incident must automatically get created in snow same for update.
I did all the research read articles on community .
found out that i need to use inbound soap web service and configure connector in oem.
Please help me with this requirement.
Thank you!
Regards
AbdulRahim
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2020 03:20 AM
Yes Abdul. You can use direct web service, if you have already created WSDL.
System web service -> Inbound -> create new (It also creates one WSDL for you).
So if you already have for it for incident table, then you can use that.
Kindly mark the answer as Correct and Helpful if this answers your question.
Thank You.
Regards,
Geetanjali Khyale

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2020 02:03 AM
Hi Abdul,
Yes you are right. You need to use inbound web service in servicenow and consume it in OEM.
Create new Web Service :
Goto system web services -> Inbound -> Create New
It will create one WSDL which you have to consume in OEM.
Please check the below link. It may help you out.
https://www.youtube.com/watch?v=TBIC
Kindly mark the answer as Correct and Helpful if this answers your question.
Thank You.
Regards,
Geetanjali Khyale
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2020 02:38 AM
Hi Geetanjali,
Thanks for your reply 🙂
Can i use direct web service WSDL to OEM without creating inbound message?
eg:
https://instancename..service-now.com/incident.do?WSDL
video you provided is unavailable.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2020 03:20 AM
Yes Abdul. You can use direct web service, if you have already created WSDL.
System web service -> Inbound -> create new (It also creates one WSDL for you).
So if you already have for it for incident table, then you can use that.
Kindly mark the answer as Correct and Helpful if this answers your question.
Thank You.
Regards,
Geetanjali Khyale
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2020 05:05 AM
Thanks Geetanjali for helping me out 🙂
was curios how i am going to map fields from OEM to snow?