Skip to main content
13-Aquamarine
February 21, 2019
Solved

Is there a way to find all the locations (i.e. Mashups, Other Things) a service is called?

  • February 21, 2019
  • 1 reply
  • 1111 views

I am in the process of documenting all the services I created.  I know some are old and no longer used, and I'd like to delete those.  The View Relationships doesn't really seem to help for mashups or service calls from other things.

 

And, before anyone says, I know that if I documented as I was creating the services, I wouldn't be in this mess.

 

Thanks for any advice on this,

 

Tim

Best answer by CarlesColl

Export all as Source Code and then with a Text Editor that supports "Find in files..." search (like Notepad++ if you are on Windows or Sublime Text if you are on Mac), search for the Services names to know where it are used.

1 reply

1-Visitor
February 22, 2019

Export all as Source Code and then with a Text Editor that supports "Find in files..." search (like Notepad++ if you are on Windows or Sublime Text if you are on Mac), search for the Services names to know where it are used.

Timo69713-AquamarineAuthor
13-Aquamarine
February 22, 2019

Thanks for your response.  I was afraid that was going to be the answer.