Assure DQ

 View Only
Expand all | Collapse all

How to retrieve an attachment that is returned by a SOAP Webservice

  • 1.  How to retrieve an attachment that is returned by a SOAP Webservice

    Employee
    Posted 07-03-2019 12:20

    Hi all,

     

    I have a SOAP 1.1 web service that returns an attachment as the output.  How do I retrieve this attachment in Assure?

     

    Also, how do I use the output of a web service as an input to the second web service?



  • 2.  RE: How to retrieve an attachment that is returned by a SOAP Webservice

    Employee
    Posted 07-16-2019 12:17

    Hi Meera,

    The web service layout doesn't support attachments/MIME-multipart responses. Assure has a partial MIME-multipart handling functionality for custom JMS API calls, in which the data is being provided by MIRRORQ, however that isn't necessarily usable here.

    As to using output from one web service call to make a second web service call - in release 9.2 we added a function “@read_layout” for capture processing, which allows you to call one web service layout using work field data and outputting other work field data. Then you could use @read_layout again on another web service layout. We provided this new @read_layout function as a plugin function to release 9.1 also, if this is something you are interested in. 



  • 3.  RE: How to retrieve an attachment that is returned by a SOAP Webservice

    Employee
    Posted 07-22-2019 12:40

    thanks Jeffrey