ContributionsMost RecentMost LikesSolutions'faultCode=PARSER_ERROR: Problem parsing' while importing WSDL file.Hi Frds, I am getting error of 'faultCode=PARSER_ERROR: Problem parsing' while importing WSDL file. Error looks like below: javax.wsdl.WSDLException: WSDLException (at /definitions/import): faultCode=PARSER_ERROR: Problem parsing 'https://localhost:80/Workflow_WS/XSDDefinition1.xsd'.: java.io.IOException: 0 Please help me out for solving out this issue. Thanks & Regards,Re: getting trouble with rootNodethese lines of script is getting error for me. I know my X path is wrong. But I want the format language in rootNode[.........].children();Re: [RESOLVED] about Log.infoI Get It. Thank you for your Kind support.Re: [RESOLVED] about Log.infoI am using soap UI 3.0 the screen shots are attached.Re: [RESOLVED] about Log.infoHi thank you for replying I am Checking it for the testcase I have a command in groovy script that shows me the log information. I have done this. - running the test case for all the steps( including groovy script) - then see the groovy step. - but I found nothing in my log window[RESOLVED] about Log.infoHi when i Run groovy script individually it shows me log file but if i run whole test case it doesn't display the log info. why? Is that a bug?Re: getting trouble with rootNodesorry to say no. It does not helped me. Actually I am confused in the format of that rootNode lines.Re: getting trouble with rootNodethe error message is this. java.lang.NullPointerException: Cannot invoke method children() on null objectgetting trouble with rootNodeHi I am new to the Soap UI. and Groovy is also new to me. Now i am getting confusion with a syntax. request is this. ${#TestSuite#a} ${#TestSuite#b} and this is the response. soap:Body> 40 now in groovy script i have doubt in this line. def attributesNodes = rootNode["soapenv:Body"]["typ:$stepName"]["typ:Envelope"]["typ:Data"]["typ:Provider"]["typ:Sending"]["typ:Item"]["typ:Attributes"][0].children(); what to write in this maroon color lines? please help.Re: Accessing TestSuite an Project level properties from GroovyHi this is another way to change the property of test suite // this is the script to change/ set the properties of // any of the test suite in same project testRunner.testCase.testSuite.project.testSuites["TestSuite name"]. setPropertyValue( "property name", "property value" )