|
Title: Data Driven Test Failing Post by: Tareque on January 03, 2008, 09:40:41 pm Hi,
I have created a data driven test in soapUI Pro. This test reads XML input from a spreadsheet and submits the request, the response is then validated using XPath assertions. This TestCase is working in soapUI Pro1.7.6 but not in soapUI Pro 2.0. After inspecting the input I noticed that in soapUI Pro 2.0 a header is being inserted in the input XML <Header> <wsse:Security null:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <wsu:Timestamp wsu:Id="Timestamp-1514139" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsu:Created>2008-01-03T20:35:02.203Z</wsu:Created> <wsu:Expires>2008-01-05T00:21:42.203Z</wsu:Expires> </wsu:Timestamp> </wsse:Security> </Header> Can you advise how we can remove this header so that I do not get the XML validation error that I am getting now because of this header. Regards Title: Re: Data Driven Test Failing Post by: omatzura on January 04, 2008, 01:38:29 am Hi Tareque,
please check that you have no set any wss-related options for your request, both in the AUT inspector ("Outgoing WSS"), and the request properties (bottom left "WSS PasswordType"). If you can't find anything and/or this doesn't help please mail me your project file for debugging.. thanks in advance! regards, /Ole eviware.com |