$customHeader
Skip to end of banner
Go to start of banner

Pipeline: SOAP Call

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Scenario

I want to query a stock quote for a company using a web service and write it to a file.


Requirements

Snaps Used

For this scenario, the following Snaps are used:

  • SOAP Call
  • File Reader
  • File Writer

Other Requirements

  • A sample XML file loaded into the SnapLogic file system. This file should contain <symbol></symbol>, with a valid stock quote symbol, such as: <symbol>YHOO</symbol>

Configuration

  1. Create a new pipeline.
  2. Add and configure a File Reader Snap pointing to the quote file.
  3. Add and configure a SOAP Call Snap as follows:
     
  4. Add and configure a File Writer Snap.
    • For each output, set the File Name to the name of the file where you want the results written to, including a path if necessary.



 

  • No labels