Forum Discussion

sanathkd's avatar
sanathkd
Occasional Contributor
3 years ago

Error groovy.lang.MissingMethodException: No signature of method: java.lang.String.getService()

Below is my piece of automation code   def getEnv = project.getEnvironmentByName(env); def wsdlInterface = project.getInterfaceAt( 0 ).getName(); def wsdlService = getEnv.getService(wsdlIn...