
1.  Import the SoapUI project to Soapui installed on the AR Server.
2.  Click on the CaculatorSoap MockService and then click on the green arrow to start the service.
3.  Import the def file to the AR Server 7.6.04 sp5 via Dev Studio.
4.  Alter the Filter to point to the Webservice URL:  http://localhost:8484/mockCatculatorSoap?WSDL,  Reload the WSDL file.
5.  Verify that the Endpoint is  http://localhost:8484/mockCaculatorSoap
6.  Verify that the intA maps to the Integer Field, and intB maps to Integer Field 2 in the Add Operation input mapping.
7.  Verify tha the intC maps to the Integer Field 3 in the Add Operation output mapping. 
8.  Save you changes
9.  Open the form via your midtier:   http://midtier/arsys/forms/arserver/sallytest-ticket.
10.Create a ticket.
11. Search for the ticket and make a modification.  Be sure the Integer Field and the Integer 2 field have values.
12. Save the modification.
This will trigger the webservice call against the mockService in SoapUI.

The expected return is an ARERR 9130 error.
To verify if the test was successful, look in the debug level arjavaplugin.log
>>> You should see it send the Soap 1.1 request, get the VersionMismatch fault code and the try the Soap 1.2 request.
>>>  Note:  the Soap 1.2 request will fail ... that is expected. 

Contents of zip file
Soap UI project file.
      There are two mockServices in this project.  CaculateSoap1.2 is a Soap 1.2 webservice.   CalculateSoap is a Soap 1.1 service.
      The CalculateSoap service is configured so that a successful accepted request will generate a response that simulates a VersionMismatch.
Def file 
      sallytest-ticket form
      sallytest-ticket-filter 
      >>>>>  filter is triggered on a modify of a sallytest-ticket record.   It triggers the Add operation. 
      