ContributionsMost RecentMost LikesSolutionsRe: Sending Multiple records in single soap request Hi Chris, I didn't mean to imply that SOAPUI is at fault. I just want a way where multiple/bulk records can be inserted in a single soap request. Can you please suggest? As suggested, I checked the raw tab(plus the SOA Log file). And from what I understand, multiple records are being read but not getting inserted at our db. As requested, PFA payload. In this, only the record with org_id 180 is getting inserted. Re: Sending Multiple records in single soap requestHi , Its a soap API. I am the service provider. We are testing the API in our environment to check whether multiple records can be inserted in single soap request. Also, there are no table constraints. Can you please suggest ways in which multiple rows can be inserted in staging table via a single soap request?Sending Multiple records in single soap requestHello! Just started using soapui. I have created a soap webservice which contains only single insert statement. Earlier this service was working fine for inserting multiple records in a single soap request. But now out of nowhere its just inserting a single record. For eg. out of 7 records , only 1 record is getting inserted that too last record. Kindly help on how to send multiple records in a single soap request. Thanks in advance.