Service Virtualization

  • 1.  How to handle XML+Swift data request?

    Posted Mar 15, 2018 06:46 AM
      |   view attached

    Hi,

    How to handle the request which has XML and swift content? I am getting the request(attached) which is XML, but the content inside the Body tag is swift message. I tried using different data protocols combination to make the request in readable format in VSI, but its not working out.

    Please help here as not able to identify the correct sequence of data protocols to be applied.

     

    #swift

    #dataprotocolhandler

    Attachment(s)

    zip
    EW_GMH.txt.zip   532 B 1 version


  • 2.  Re: How to handle XML+Swift data request?
    Best Answer

    Posted Mar 20, 2018 06:36 AM

    Hi Jaideep,

     

    1. Use Generic XML payload parser to set the content inside body tag (SWIFT content) as request body.

    2. Use Swift data protocol.

     

    This combination should work for you.

     

    Thanks,

    Venkatesh.