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 othe...
JKPieterse
Aug 02, 2022Silver Contributor
It 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?
- rexoneAug 02, 2022Copper 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.
- JKPieterseAug 02, 2022Silver 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)?
- rexoneAug 02, 2022Copper Contributor
JKPieterse It is the structure service. I am not familiar with VBA so would really appreciate if you could please guide to any relevant document.