Hi,
I recommend you to use service task for calling services. Script task blocks engine execution and it's designed only for small pieces of code. Better solution is to write own work item definition for tuscany and corresponding work item handler class which implements service invocation.