Question
Using the same service twice without importing it twice.
I have a service that I need to use n times in the mashup composer, I can import it n times but I don't find this scalable, this service return a string and receives a string parameter, is there a way to use it just after the first thing was used?

