ContributionsMost RecentMost LikesSolutionsMock Service IPv6 SupportMany emerging standards are using IPv6, but we have discovered theat SoapUI Mock Services do not support IPv6. In response to a tech support inquiry, we got the following response from Ole regarding this issue..." yes, you are right - soapUI uses the SelectChannelConnector instead of the SocketConnector - please add a feature request for this in our forum if you want us to look at changing the implementation" So, this is a feature request!Re: [Resolved]Common library script editingOle, Got it to work! Didn't have the project set up correctly. Just started over specifying a module and pointing it to my common library groovy scripts, then associating the module with the soapui-xxx.jar file. Thanks again for the great support. Regards, Jim[Resolved]Common library script editingI am using IntelliJ IDEA to edit common library groovy scripts (i.e. those placed in scripts/soapui/..). There didn't seem to be a way to do this from within SoapUI. However, IntelliJ doesn't recognize any of the soapUI objects, so it flags statement like the following as errors.. def runner = new com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseRunner(testCase, null) ..I tried playing around with the project settings to point to the SoapUI library jar file in /lib, but had not luck. Perhaps the object reference is to some runtime environment. Guess I am a bit fuzzy on the the "com.eviware..." is referencing. Any help would be appreciated. Jim