0.3.1 • Published 6 years ago

@telligro/opal-node-soap v0.3.1

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
6 years ago

opal-node-soap build status npm (scoped)

opal-node-soap

This module is part of the OPAL framework

Nodes:

  • soap service

Soap Service

Connects to a soap service and provides the response.

Inputs:

  • Name: A Name for this read-excel instance
  • Url: Specify the url for soap request
  • Method: Specify the methods to invoke based on the wsdl
  • Parameters: Specify the parameters in json format
  • Headers: Specify the header for the request

Outputs:

msg.error When an error happens contains the error message from the read operation msg.payload contains the data read from spreadsheet