How to insert data using SOAPUI

We will use an existing record, edit it and insert it as a new record.
Back
Creating a new employee record:

  • Go to AiM ->Human Resources->Employee Profile->Search->Execute
  • Click on any of the employee id and get the employee number

employeeSample

  • Replace the shopPerson value with the employee number in the findAeHEmpEByKey web service to get the sample data

  • Copy the data from the response

employeesamdata

copySample

  • Paste the data in the insertAeHEmpE web service after shrinking and deleting the existing input data in the request

insert_delete_tag

  • Enter the credentials and run the request
  • You will receive a success response which means the data is inserted

new_Data_successmsg

  • You can verify the data in the AiM System

AiM_output_insertGo back to Basic Web Services – Training