ContributionsMost RecentMost LikesSolutionsRe: "NamePool limit exceeded. Maximal number prefix per URI = 1023."I face the same issue do we have a work around for this now ??Re: Data driven load testingSoap UI Team, We also face the same issue can any one help us in this regard ??help on load test reportwe have 2 questions about the load testing report 1. we are trying to come up and integrate soapui framework to Hudson we were able to run the job(loadtest) from hudson but the blocker, Is there a way to integrate the load test report to hudson (Jmeter supports this as we can integrate the .jtl file to the hudson) ? 2. Is there a way we generate "load test" report in xml format. (i.e soapui gives .txt files as we launch the loadtestrunner instead is there a way to have them as xml) ?Re: xpath assertion failsI have sent the wsdl to the mail ID ole@eviware.comRe: xpath assertion failsHi Ole, I tried what you suggested but it dint help as such... pasting the assert failure message. Can you help me sort out this please XPathContains assertion failed for path [declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/'; //soapenv:Envelope[1]//soapenv:Body[1]] : RuntimeException:net.sf.saxon.trans.StaticError: XPath syntax error at char 1 on line 2 in { declare namespace ns1}: Unexpected token "declare namespace" in path expression Regards, Senny.help needed in automating web servicesHello, I am in the process of trying to automate some of the web service we have, and I have come up with some basic idea, before that i have some real time constraint in finishing this task. Pre condition: ============== The script user (QA Engineer) should run the script only in a fresh Box with the data snapshot which we provide. We got some 7 wsdl projects, Each project has 3 test suites (smoke test, connectors, regression). For that I have 1 global property file with the following information and i construct my endpoints with these information’s username= password= security= protocol= domain= project= I have separate Property files for every test suite, so number of property files 1 project - 3 test suite - 3 property files 7 projects - 21 test suite - 21 property files Flow that need to Implemented ======================= I don’t want my QA Engineer to go to individual project and launch the test runner every time, He needs to setup the test bed by copying data from the snapshot which we provide and update the property files(Both global and Test suite), then run the script. Question: Say when QA engineer wants to run the test cases for connectors he needs to run a script which should trigger all the 7 connectors’ test suite in 7 different projects it will be better if I can get a sample script for invoking test steps in different project. Any suggestion, comments or review would be greatly appreciated over the above idea of implementation xpath assertion failsHello, Iam newbie to wsapi testing and iam using SOAPUI2.0.2-pro. I created an xpath assertion to one of my request with allow wildcards, iam pasting my request, xpath expression and expected result and the error. Request ${username} ${password} root 1265033720000 SC2 1 desc update 1265033720000 open windows_3.1 all p2 subcomponent_1 Summary update b2 component_2 wsapitestuserupdate wsapitestuserupdate wsapitestuserupdate true Xpath Expression ============= declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/'; //soapenv:Envelope[1] Expected ======= root * root * SC2 1 desc update 1265011200000 open windows_3.1 all p2 subcomponent_1 Summary update b2 component_2 wsapitestuserupdate wsapitestuserupdate wsapitestuserupdate wsapitestuserupdate wsapitestuserupdate wsapitestuserupdate when i click test iam getting the following error Error: XPathContains assertion failed for path [declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/'; //soapenv:Envelope[1]] : RuntimeException:net.sf.saxon.trans.StaticError: XPath syntax error at char 1 on line 2 in { declare namespace ns1}: Unexpected token "declare namespace" in path expression i really need to sort out this, i got very less time can any one help me Regards, senny.