Tankus
14 years agoOccasional Contributor
Error when url for the wsdl files is in https
Hello,
I have an application that runs on ssl. my web services are in an address like this.
https://[server_ip]:9443/root/ServiceName/ServiceName.wsdl
I have a soapui project with several test cases and in each test case i have several test steps.
When i configured the wsdls in my soapui project from the http url (no ssl) then my test run fine. (i run the test with the soapui maven plugin through hudson)
When i configured the wsdls in my soapui project from the https url and run the test through maven then i get this exception:
java.lang.OutOfMemoryError: PermGen space
java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: PermGen space
Even more wired is that it doesn't fall on the first test step. it actually falls on a "Property Transfer" test step. (which is my second test step in the test case)
please help my on this one
I have an application that runs on ssl. my web services are in an address like this.
https://[server_ip]:9443/root/ServiceName/ServiceName.wsdl
I have a soapui project with several test cases and in each test case i have several test steps.
When i configured the wsdls in my soapui project from the http url (no ssl) then my test run fine. (i run the test with the soapui maven plugin through hudson)
When i configured the wsdls in my soapui project from the https url and run the test through maven then i get this exception:
java.lang.OutOfMemoryError: PermGen space
java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: PermGen space
Even more wired is that it doesn't fall on the first test step. it actually falls on a "Property Transfer" test step. (which is my second test step in the test case)
please help my on this one
