Webservice Client
Last updated
Last updated
The Webservice Client component allows users to interact with SOAP web services by sending SOAP HTTP requests and receiving responses.
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
Passowrd
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.
HTTPRepryCode
HTTP Response code
ResponseValue
Response data (xml)
DataStructureId
Data structure id for future mapping
Example
· Web service layout
· Input
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.