Web service import sets
Web service import sets complement direct web services and scripted SOAP web services providing a web service interface to import set tables.
Image omitted: WsIset.png
By default, this type of web service transforms the incoming data synchronously based on the associated transform maps. If the associated import set mode is set to Asynchronous, the behavior is to save the data for transformation at a later time. Web service import sets tables publish all the default web service functions in the WSDL.
By default, this type of web service transforms the incoming data synchronously based on the associated transform maps. If the associated import set mode is set to Asynchronous, the behavior is to save the data for transformation at a later time. Web service import sets tables publish all the default web service functions in the WSDL.
Image omitted: SystemWebServices.jpg
This plugin also provides the following standard import set tables:
This plugin also provides the following standard import set tables:
- Computer
- Location
- Notification
- User
You can access a web service import set WSDL by specifying the import set table name + ".do?WSDL" on the URL.
For example:
http://<instance name>.service-now.com/imp_notification.do?WSDL.
- Creating an import set web service
Create a web service import set table to define how to stage and transform imported data. - Web service import set mode
When a SOAP message inserts a record into an import set table, and there is no import set for that table in the Loading state, a new import set will be created with the Mode set to Synchronous. - Inserting multiple records using insertMultiple
You can insert multiple records in one SOAP request by using the insertMultiple operation. - Web service import sets security requirements
Web Service Import Sets use the same security mechanisms as SOAP Web Services.
Parent Topic:Import sets