The Flexera Community is currently in maintenance mode to prepare for the upcoming launch of the new community. Click here for more information.
We are implementing ServiceNow and have been provided a URL for the ServiceNow REST apis. However, within the ITSM integration in App Broker it appears to only be able to configure a WSDL URL.
Would we need to request the URL for a SOAP based webservice from the ServiceNow group to implement this integration? When entering the URL for the REST api it throws an error.
‎Mar 02, 2020 02:40 PM
First, can you clarify if you are implementing App Broker for ServiceNow integration, where ServiceNow's service catalog or service portal is being used as the front end and App Broker is only serving in a back end capacity; or are you just looking to use App Portal's front end UI and simply integrate with ServiceNow for the purpose of creating tickets on deployment failure or other similar use cases?
In any event, integration from App Portal/Broker to any external system using either the web service framework or the ITSM integration framework is limited to SOAP-based web services. We do not have a REST-based web service/ITSM framework. If you are implementing full App Broker for ServiceNow integration, you'll notice in our documentation that outbound calls from App Broker to ServiceNow are done via SOAP, while inbound calls from ServiceNow to App Broker are done via REST. You can also see in the permissions that are required to integrate with ServiceNow that it requires SOAP permissions. If you absolutely must use REST to communicate with ServiceNow (or any other external system), then you would either have to create your own SOAP wrapper around the REST API's and configure that SOAP wrapper in the ITSM framework, or you could choose to do this using Command Script actions instead of the ITSM framework. We would typically use PowerShell scripts within the Command Script framework for such a REST integration.
‎Mar 03, 2020 03:21 PM
First, can you clarify if you are implementing App Broker for ServiceNow integration, where ServiceNow's service catalog or service portal is being used as the front end and App Broker is only serving in a back end capacity; or are you just looking to use App Portal's front end UI and simply integrate with ServiceNow for the purpose of creating tickets on deployment failure or other similar use cases?
In any event, integration from App Portal/Broker to any external system using either the web service framework or the ITSM integration framework is limited to SOAP-based web services. We do not have a REST-based web service/ITSM framework. If you are implementing full App Broker for ServiceNow integration, you'll notice in our documentation that outbound calls from App Broker to ServiceNow are done via SOAP, while inbound calls from ServiceNow to App Broker are done via REST. You can also see in the permissions that are required to integrate with ServiceNow that it requires SOAP permissions. If you absolutely must use REST to communicate with ServiceNow (or any other external system), then you would either have to create your own SOAP wrapper around the REST API's and configure that SOAP wrapper in the ITSM framework, or you could choose to do this using Command Script actions instead of the ITSM framework. We would typically use PowerShell scripts within the Command Script framework for such a REST integration.
‎Mar 03, 2020 03:21 PM
For phase 1 we are only looking for ticket generation; further down the road we would like to configure the deeper integration, with ServiceNow acting as the front end and App Broker performing the back end actions.
Thank you for the clarification, I will forward to our ServiceNow implementation team and hope they will enable the SOAP
‎Mar 03, 2020 03:43 PM