ISM Manual
  • Overview
  • Features
  • Components
  • Directory Structure
  • Startup/Shutdown
  • ISM Admin UI
    • Dashboard
    • Flow
    • Job
      • Schedule
    • Channel
      • AMQP
      • Mqtt
      • sFTP
    • Interface
      • System
      • Data Structure
      • Field Group
      • Field
    • Web Service
    • Utility
    • Admin
    • Result
  • Tasks
    • Control Task
      • Route
      • Split/Join
      • Mapping
    • FTP
      • FTP Input
      • FTP Output
      • FTP Transfer
    • DB
      • SQL Executor
      • SQL Batch Executor
    • File
      • File Input
      • File Output
      • File Validator
      • Record Extractor
    • Excel
      • Excel Reader
      • Excel Writer
    • Flow
      • Flow Execution
      • Wait Sub
    • Web Service
      • REST Client
      • Web service Client
    • PGP
      • Encrypt
      • Decrypt
    • Cloud
      • SharePoint
      • Amazon S3
      • Google Cloud Storage
    • Others
      • Email Sender
      • LDAP Client
      • Function
      • Script
      • Java Class
  • REST Service
  • Trouble Shooting
  • Logging Configuration
  • Implementing a Task
  • Custom Class
  • Frequently Asked Questions (FAQ)
    • What is XNARUM Integration Service Mastery (ISM)?
    • What is the purpose of XNARUM?
    • Can XNARUM be customized to specific integration requirements?
    • Is XNARUM scalable?
    • Does XNARUM provide support and maintenance?
Powered by GitBook
On this page
  • Input
  • Output
  • Example
  • Web service layout
  • Input
  • Test flow
  1. Tasks
  2. Web Service

Web service Client

PreviousREST ClientNextPGP

Last updated 1 year ago

The Webservice Client component allows users to interact with SOAP web services by sending SOAP HTTP requests and receiving responses.

Input

Attribute
Description

Client

Client module generated through Webservice client menu

WSDL URL

WSDL Url of this web service

AuthenticationType

Authentication Type.

· None

· Basic

· Custom

User Id

User id

Password

Password

Custom Class

Custom class for generating authentication information

Data Structure Id

Linked data structure of this client.

Service Name

Web service name

Operation Name

The target operation to be invoked

Input Parameter

The request data of this web service

Timeout

Service timeout in seconds.

Output

Attribute
Description

HTTPReplyCode

HTTP Response code

ResponseValue

Response data (xml)

DataStructureId

Data structure id for future mapping

Example

Web service layout

Input

Attribute
Description

WSDL URL

http://localhost:8080/MyFlowService/MyFlowServiceImpl?wsdl

ServiceName

MyFlowService

OperationName

myOperation

Test flow

1. The External client sends the request to ISM.

2. ISM Flow Controller generates soap xml request.

3. The target web service returns soap xml response.