ContributionsMost RecentMost LikesSolutionsCant open request editor in soap-ui-pro I just install new soap ui pro 4.5.1, import wsdl but I cant open request. It throws this error. Please fix it ASAP: 09:35:48,011 ERROR [SoapUI] An error occured [java.lang.reflect.InvocationTargetException], see error log for details 09:35:52,169 ERROR [SoapUI] An error occured [Failed to read an adapted Java Bean property. cause=org.apache.xmlbeans.impl.values.XmlValueOutOfRangeException: string value 'No Authorization' is not a valid enumeration value for type of authType element in Credentials in namespace http://eviware.com/soapui/config bean=com.eviware.soapui.impl.wsdl.WsdlRequest@82caae bean type=com.eviware.soapui.impl.wsdl.WsdlRequest property name=authType property type=java.lang.String property reader=public java.lang.String com.eviware.soapui.impl.support.AbstractHttpRequest.getAuthType()], see error log for details Re: A lengthy request XML string will freeze SOAPUI Prothey are sleeping whole time this isnt sometiing newRe: [Resolved] Loosing inserted data changing from Form to XMLOne month and still no answer from support ? I see that nothing changed and supports are still very inactiveCopy testcases cause NPEHi, when I copy testcase from one project to other I got this exception: I am using soap ui pro 4.5.1 Tue Feb 05 14:50:02 CET 2013:ERROR:java.lang.NullPointerException java.lang.NullPointerException at net.infonode.properties.propertymap.PropertyMapManager.addMapChanges(Unknown Source) at net.infonode.properties.propertymap.PropertyMapImpl$1.signalEmitted(Unknown Source) at net.infonode.util.signal.Signal.emit(Unknown Source) at net.infonode.util.collection.notifymap.AbstractConstChangeNotifyMap.fireEntriesChanged(Unknown Source) at net.infonode.properties.propertymap.PropertyMapImpl$PropertyObjectMap.fireEntriesChanged(Unknown Source) at net.infonode.properties.propertymap.PropertyMapImpl$PropertyObjectMap.signalEmitted(Unknown Source) at net.infonode.util.signal.Signal.emit(Unknown Source) at net.infonode.util.collection.notifymap.AbstractConstChangeNotifyMap.fireEntriesChanged(Unknown Source) at net.infonode.util.collection.notifymap.ConstChangeNotifyVectorMap.addMap(Unknown Source) at net.infonode.properties.propertymap.PropertyMapImpl.addSuperMap(Unknown Source) at net.infonode.properties.propertymap.PropertyMapImpl.addSuperMap(Unknown Source) at net.infonode.tabbedpanel.TabbedPanelProperties.addSuperObject(Unknown Source) at com.eviware.soapui.support.components.JInspectorPanelImplPro$2.run(SourceFile:155) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$000(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)Re: HttpConnectionManager-Connection closedhi, and what is wrong about closing connection ? Soap ui first open connection then send all request and close connectionRe: Test Case Count using Groovy Script at Test Suite levelthis should help you: println context.getTestSuite().getTestCaseList().size() Re: Trouble with Groovy scriptHi, what is mockRequest.requestContent ? I dont undertand why you do such thing manually. In this case I will prefer property transfer but if you want to do this with groovy just right click on groovyscript then getData select test request then request or response and then element which you want to save and voala: def sessionId = context.expand( '${TestStepNamet#Request#declare namespace ns1=\'urn:semi-org:xsd.E128.V0706.xms\'; //ns1:SyncHeader[1]/ns1:SessionId[1]}' )Re: Groovy Script does not workI dont think you can write inside test step groovy script some UI logic. You can create custom testSuite properties where you can write it.Re: How do I remove a global property from a Groovy script?are you sure about: context.removeProperty( "propertyName") ? when I do this and then call context.getProperty( "propertyName") result is nullRe: [Closed] How to get all testSuiteRunner of projectRunnerok I send it to you