Excluding Webservices from a system clone

TheSonOfMogh
Kilo Contributor

Quick question for anyone who has experiences using web services that sync between two instances.

 

We want to clone our PROD instance of snow to our DEV instance, however we have some web services running that we do NOT want to clone over as they will send erroneous requests to another system.

 

Curious if anyone has an idea how we can exclude these services from the clone, I know you can add tables to the exclude list when you clone, however I am just not sure which table this would would reside under.


Any feedback would be super helpful, thanks community!

2 REPLIES 2

Brad Tilton
ServiceNow Employee
ServiceNow Employee

If you're concerned about outbound web services, I think the affected tables to exclude would be:



SOAP Message - sys_soap_message


SOAP Message Function - sys_soap_message_function


SOAP Message Parameters - sys_soap_message_parameters


SOAP Message Test - sys_soap_message_test



I would click through and make sure you don't have anything else though.


Hi Brad,

 

I have a question regarding above, if I'm excluding these tables from cloning to DEV I will not have empty tables in DEV after cloning?

 

We've used data preserves for SOAP messages but it has duplicated all the functions in SOAP messages and I'm reading about exclude tables but I don't want to have empty tables after cloning. Please advise.

 

Thank you,

Mujtaba