Web Service Consumer Connector

Web Service Consumer Connector

Configure a secure connection with the serverless runtime environment

Configure a secure connection with the serverless runtime environment

You can use the serverless runtime environment with Web Services Consumer Connector to connect to Web Service Consumer service.
Before you use a serverless runtime environment with Web Services Consumer Connector, complete the following prerequisite tasks to add the WSDL file to the serverless runtime location:
  1. Create the following structure for the serverless agent configuration in AWS:
    <Supplementary file location>/serverless_agent_config
  2. Add the WSDL files in the Amazon S3 bucket in the following location in your AWS account:
    <Supplementary file location>/serverless_agent_config/ wsconsumer
  3. Copy the following code snippet to a text editor:
    version: 1 agent: dataIntegrationServer: autoDeploy: wsconsumer: wsdls: - fileCopy: sourcePath: wsconsumer/<WSDL_filename>.wsdl - fileCopy: sourcePath: wsconsumer/<WSDL_filename>.wsdl
  4. Ensure that the syntax and indentations are valid, and then save the file as
    serverlessUserAgentConfig.yml
    in the following AWS location:
    <Supplementary file location>/serverless_agent_config
    When the .yml file runs, the WSDL files are copied from the AWS location to the serverless agent directory.
  5. In the Web Services Consumer connection properties, specify the following WSDL path in the serverless agent directory in the
    URL
    field:
    /data2/home/cldagnt/SystemAgent/serverless/ configurations/wsconsumer/<WSDL_filename>.wsdl
    If you added the WSDL file in the EC2 location, pass the EC2 path in the WSDL URL field.

0 COMMENTS

We’d like to hear from you!