Forum Discussion
SmartBear_Suppo
Alumni
12 years agoHi Cristiano,
Is SoapUI request editor, at the bottom, there's a 'Headers' tab that can create and overwrite header name and value: http://www.soapui.org/SOAP-and-WSDL/adding-headers-and-attachments.html#1-custom-http-headers
Now, you need to pass a value from a previous response into this header. So you would use Property Expansion syntax (http://www.soapui.org/Scripting-Properties/property-expansion.html) to get the value from a previous response. In SoapUI Pro, there's an easy way to do that with Point and Click testing: http://www.soapui.org/Working-with-soapUI/point-and-click-testing.html
Thanks,
Michael Giller
SmartBear Software
Is SoapUI request editor, at the bottom, there's a 'Headers' tab that can create and overwrite header name and value: http://www.soapui.org/SOAP-and-WSDL/adding-headers-and-attachments.html#1-custom-http-headers
Now, you need to pass a value from a previous response into this header. So you would use Property Expansion syntax (http://www.soapui.org/Scripting-Properties/property-expansion.html) to get the value from a previous response. In SoapUI Pro, there's an easy way to do that with Point and Click testing: http://www.soapui.org/Working-with-soapUI/point-and-click-testing.html
Thanks,
Michael Giller
SmartBear Software