I have some random customer data generated in an excel macro .And Im using SOAP request to fire Create customer request.
SOAP request will fetch data from excel datasource and fire the create request.
Right now, Im running excel macro first and once excel data is generated I fire the SOAP request. Can this be integrated by triggering excel macro from SOAP UI itself ? What will be steps involved ?