Forum Discussion

MaxVol's avatar
12 years ago

How to validate request before sending it?

Hi!
I need some help.
I'm testing some web services and i need to validate request (xml message) against wsdl before sending it.
In Pro version of Soap UI using GUI i can do it (alt-v), but i can't do it automatically. i need in some way validate it automatically when i start test project. When our build-server starts run test project.
May be there are some groovy scripts or something else?

Of course, in soap ui there are assertions, but it only working with responses.

1 Reply

  • Hi,

    You can use the preferences in soapui.

    Goto File->Preferences->Editor Settings
    Check Validate Request check box that will always validate the request message before they are sent.