Forum Discussion

ITAbteilung's avatar
ITAbteilung
Contributor
14 years ago

get logical SoapUIPath from script

Hi,

I'd need my script to know at what "logical"-SoapUI-Path it exists.
E.g.: I have a project called "CustomerAdministration", containing a mockservice called "CustomerAdministration_MockService", containing a method called "getCustomerAddress", containing a response called "Response_1". This response is connected to a script. There I'd need a function returning
"CustomerAdministration/CustomerAdministration_MockService/getCustomerAddress/Response_1"


Could you provide that one please?

Thanks in advance,
Pat

1 Reply

  • Do you understand what I mean?
    -> A function returning the soapui-"navigator"-path of the script that calls it.