Forum Discussion

plieu's avatar
plieu
Occasional Contributor
12 years ago

Standalone java program using SoapUI API won't terminate

Hi,

I'm writing a small sample standalone java program that uses the SoapUI WsdlProject, WsdlInterface, and WsdlOperation classes to generate a SOAP request from a given WSDL. When I run the program, it generates the SOAP request successfully, but the program won't terminate by itself.

Looking at the output, I see that it internally uses SoapUIMultithreadedHttpConnectionManager to handle the WSDL in separate thread and remain running.

How do I code it to terminate the program? is there some settings that I can set in the java command system properties or soapui-settings.xml to do this?

Thanks in advance.
No RepliesBe the first to reply