Forum Discussion

Dave_Ray's avatar
16 years ago

Disable property expansion

The content of one of my response message is a property reference (imagine I'm sending ANT build files across the wire or something). Of course, SoapUI tries to expand these properties, fails, and replaces them with an empty string. Is there a way to disable or escape property references? Thanks!

1 Reply

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi Dave,


    There's no property expansion on response messages. Have you by some chance mistyped "request" by writing "response"?

    If you haven't made a typo, I assume the property expansion happens when you try to access this response. For example, you might have printed out response contents from Groovy script (using context.expand(arg) method where arg syntax is covered in the corresponding chapter within the User Guide).

    BTW, currently it is not possible to disable property expansion in places where it exists by default.

    Can you check how you're accessing the response and get back to us? Thanks!


    Cheers!
    /Nenad Nikolic a.k.a. Shonzilla