Forum Discussion

santoshinig's avatar
santoshinig
Occasional Contributor
17 years ago

XML Import of SOAP Reequests

I am given some XML files that have SOAP Requests to different operations of a WSDL.

Is there a way I can import these files into a SOAPUI Project without manually entering values for test requests?

Import API or menu options/etc?

3 Replies

  • santoshinig's avatar
    santoshinig
    Occasional Contributor
    OK.

    Since all our project's SOAP requests were already given to us, we are figuring out a way how we can use SOAPUI to load and send them.

    Can you please give at least some high-level steps/function calls to be used?

    We have (for example) the following XML file and how do we use groovy script to send it to http://www.webservicex.net/CurrencyConvertor.asmx?


     

     
         
            GBP
            USD
         

     


    I know it would have been good if the values were in a CSV file and the request being parameterized but we are given XML SOAP requests that are already constructed by the previous team in SOAP1.2 format.

    Please advise.