ContributionsMost RecentMost LikesSolutionsRe: parser error : Input is not proper UTF-8, indicate encoding !additionally i get this load project error wen trying to open the project: Tue Mar 24 07:14:21 CET 2009:ERROR:com.eviware.soapui.support.SoapUIException: Failed to load project from file [file:/C:/STSources/QAtesting/Product/Time%20Slices/Product%20Timeslice%20GenericUnitType_Inventory-soapui-project.xml] com.eviware.soapui.support.SoapUIException: Failed to load project from file [file:/C:/STSources/QAtesting/Product/Time%20Slices/Product%20Timeslice%20GenericUnitType_Inventory-soapui-project.xml] at com.eviware.soapui.impl.wsdl.WsdlProjectPro.loadProject(SourceFile:191) at com.eviware.soapui.impl.wsdl.WsdlProject. (WsdlProject.java:174) at com.eviware.soapui.impl.wsdl.WsdlProjectPro. (SourceFile:117) at com.eviware.soapui.impl.wsdl.WsdlProjectProFactory.createNew(SourceFile:49) at com.eviware.soapui.impl.wsdl.WsdlProjectProFactory.createNew(SourceFile:12) parser error : Input is not proper UTF-8, indicate encoding !hello, yesterday i installed the nightly build for version 2.5.2 and edited a project, saved and closed. today i got this error in the nightly build: 04:34:13,751 INFO [DefaultSoapUICore] Adding listeners from [C:\Program Files (x86)\eviware\soapUI-Pro-2.5.1\bin\listeners\demo-listeners.xml] java.io.CharConversionException: Malformed UTF-8 character: 0xd1 0x3f at org.apache.xmlbeans.impl.piccolo.xml.UTF8XMLDecoder.decode(UTF8XMLDecoder.java:80) at org.apache.xmlbeans.impl.piccolo.xml.XMLStreamReader$FastStreamDecoder.read(XMLStreamReader.java:762) at org.apache.xmlbeans.impl.piccolo.xml.XMLStreamReader.read(XMLStreamReader.java:162) at org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.yy_refill(PiccoloLexer.java:3474) at org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.yynextChar(PiccoloLexer.java:3721) at org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.parseCdataSection(PiccoloLexer.java:2671) at org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.yylex(PiccoloLexer.java:4850) at org.apache.xmlbeans.impl.piccolo.xml.Piccolo.yylex(Piccolo.java:1290) at org.apache.xmlbeans.impl.piccolo.xml.Piccolo.yyparse(Piccolo.java:1400) at org.apache.xmlbeans.impl.piccolo.xml.Piccolo.parse(Piccolo.java:714) at org.apache.xmlbeans.impl.store.Locale$SaxLoader.load(Locale.java:3454) at org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1276) at org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1263) at org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase.parse(SchemaTypeLoaderBase.java:345) now i cant open the project anymore due to this problem. regards, chrisreset request values to nil in forms editori am trying to remove values from a field in the forms editor and set them to be sent as empty ( xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"). when i just delete the previously entered values they are not deleted from the xml and when i open the form editor the next time the values are shown again. is this intended behavior? i am using the latest nightly build of 2.5.1 from tonight regards, chrisRe: data import from excelHi Ole, i will send the soapui and excel regards, ChrisRe: data import from excelthis doesnt apply to all fields. it especially applies to datetime, float, decimal, binary fields. regards, chrisRe: DataSource Loop target step problemHi Ole, yes, the whole testcase was cloned. now when i think about it only the loop that was cloned with the testcase looses the target. the others that were added dont. regards, chrisDataSource Loop target step problemi created a testcase with a few datasource loop teststeps to import data from a excel file. when i save and close the project and then open again the target step points to a other testcase than originally entered.data import from exceli am trying to import data from an excel sheet where some of the imported cells are empty as they are not mandatory in the WSDL. soapui always returns an error: The value '' cannot be parsed as the type .... can i set a filter or something like EMPTY in the excel so that a really empty value is passed to the service from soapui? regards, christophchanging date in xQuery assertioni am haveing a requirement where we create entries depending on todays date for the next x days every day in a nightly build when i am doing a xquery assertion i need to verify the correct values for tomorrow for example where tomorrow of course is always changing this is an example of the resultset xquery: I001 | ALOFTGPU | ALOFTGPU | AMEX | 110 | 2009-02-06T00:00:00| CXL1 | DP1 | true | PerAdult I001 | ALOFTGPU | ALOFTGPU | AMEX | 115 | 2009-02-07T00:00:00 | CXL2 | DP1 | true | PerAdult I001 | ALOFTGPU | ALOFTGPU | AMEX | 95 | 2009-02-08T00:00:00| CXL1 | DP6 | true | PerAdult I001 | ALOFTGPU | ALOFTGPU | AMEX | 56 | 2009-02-09T00:00:00 | CXL1 | DP1 | true | PerAdult so when running the testcase tomorrow the result would look like this: I001 | ALOFTGPU | ALOFTGPU | AMEX | 110 | 2009-02-07T00:00:00| CXL1 | DP1 | true | PerAdult I001 | ALOFTGPU | ALOFTGPU | AMEX | 115 | 2009-02-08T00:00:00 | CXL2 | DP1 | true | PerAdult I001 | ALOFTGPU | ALOFTGPU | AMEX | 95 | 2009-02-09T00:00:00| CXL1 | DP6 | true | PerAdult I001 | ALOFTGPU | ALOFTGPU | AMEX | 56 | 2009-02-10T00:00:00 | CXL1 | DP1 | true | PerAdult how can i dynamically change the date in the expected resultset to always start with either todays date or todaysdate plus 7 days thanks for the help christophRe: Creating Propertiues at the Project level...Hi Ole, yes thanks, that works fine now. regards Chris