Forum Discussion

tkaczynski's avatar
tkaczynski
New Contributor
13 years ago

[Resolved] SoapUI 4.5.2 TestStep Properties

Hi There!

I've got a huge problem.
From yesterday, im trying to get WSDL Interface Name and Operation Name from TestStep Properties -> like on the screen, with Groovy Script.
I can only get custom properties, but theres no Interface and operation name.

Thank you.

2 Replies

  • I think this is what you're looking for (assuming your test step is in the variable testRequest):

    testRequest.interface.name
    testRequest.operationName

    Best regards,
    Manne