Forum Discussion
rexone
Aug 02, 2022Copper Contributor
Connect excel data to SOAP UI
Hi there,
I have data in excel which I have concatenated as per XML required in SOAP UI. Is there a way to directly connect this to SOAP rather than moving the data manually to SOAP.
Any other equivalent solution is also appreciated.
5 Replies
- JKPieterseSilver ContributorIt is very likely you'll have to do this using VBA programming. The XML you mention is likely what is called the SOAP Envelope, am I correct?
- rexoneCopper Contributor
JKPieterse Yes I have basically concatenated the SOAP payload in excel. Two columns have hard text while the other two have dynamic values. Guess this is the envelope you are referring to.
- JKPieterseSilver ContributorYou'll have to refer to the documentation of the webservice to find out how to call it properly from VBA. Which service is it (which URL)?