ContributionsMost RecentMost LikesSolutionsMock Services: Specifying specific XML for a resonse messageSoapUI version: SoapUI Pro 4.0.1 Operation System: Windows Server 2008 32 bit Problem: I am trying to do something very simple. I have a mock service with an operation. I want the operation to return a specific set of XML when it receives a response. The operation has one response defined: "response1". Dispatch is Sequence. I have gone into the MockResponse editor and created the XML shown below. I create a request for this response and issue the request. Instead of getting the specified respons (as shown below), SoapUI builds a response from based on the schema and fills the element content with question marks. How can I get SoapUI to return the desired XML content? <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <x:PolicyInqRs xmlns:x="http://www.ACORD.org/standards/PC_Surety/ACORD1/xml/"> <x:Requestor/><x/:TransactionResponseDt>2011-10-24</x:TransactionResponseDt> <x:RqUID>444444</x:RqUID><x/:MsgStatus><x:MsgStatusCd>Success</x:MsgStatusCd></x:MsgStatus></x:PolicyInqRs> </soapenv:Body> </soapenv:Envelope>Re: Jave heap space out of memory error on project saveThank you for your prompt reply. I had experimented with the heap size specification before posting, but was unsure of the right values. The recommended size of 2048m does not work on Windows Server 2008 32 bit. However, after reading your reply, I tried various values. What worked is: -Xms1584m -Xmx1584m as settings in the soapUI-Pro-4.0.1.vmoptions file. Apparently, the Java Virtual Machine on Windows Server 2008 32 bit wants the maximum heap space to be less than 1600m. The setting above is sufficient to support my project. I consider this issue resolved. Thanx again.Jave heap space out of memory error on project savesoapUI Version: 4.0.1 Build Date: 2011/09/14 Operating System: Windows Server 2008 32-bit Computer: Intel 16 gigabytes of memory Symptom: When attempting to save project, a popup dialog reports "Failed to save project [...] : java.lang.OutOfMemoryError: Java heap space This is a very simple project with one mock service. It does use a complex Schema: the ACORD Property and Casualty Standard Schema which is quite involved. There is only one request and response. Request message is very small. I get out of memory errors when attempting to send requests to the mock service. I noticed others have posted the same problem over the years, but I have not seen a resolution. I would be glad to send you the project for debugging if you can explain the best way for me to do that.