Forum Discussion

rexone's avatar
rexone
Copper Contributor
Aug 02, 2022

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

  • JKPieterse's avatar
    JKPieterse
    Silver 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?
    • rexone's avatar
      rexone
      Copper 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.

      • JKPieterse's avatar
        JKPieterse
        Silver Contributor
        You'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)?

Resources