ZBrain Documentation
  • ZBrain Documentation
    • Components of ZBrain
    • Getting started with ZBrain
    • 📚Knowledge base
      • How to create a knowledge base?
      • Knowledge source
      • Information schema
      • File summary
      • Automated reasoning
      • Retrieval testing
      • Knowledge base settings
    • 📱APP
      • How to create a new app?
      • How to set up and customize your app?
      • How to access the app reporting dashboard?
    • 🤖ZBrain AI agents
      • Get started with agents on ZBrain
      • Deploying pre-built agents
      • Creating custom AI agents
        • Agent setup
        • Define input sources
        • Define Flow
          • Key elements of a Flow
          • Flow Components
            • Activepieces Platform
            • AITable
            • Airtable
            • Amazon S3
            • Amazon SNS
            • Amazon SQS
            • Amazon Textract
            • Apify
            • Apollo
            • Approval
            • Asana
            • Azure Communication Services
            • Azure Cosmos DB
            • Azure Document Intelligence
            • Azure OpenAI
            • Azure Translation
            • Bannerbear
            • Baserow
            • Beamer
            • Bedrock Claude
            • Bettermode
            • Binance
            • Bing Search
            • Blackbaud
            • Bonjoro
            • Box
            • Brevo
            • Brilliant Directories
            • Bubble
            • CSV
            • Calendly
            • Certopus
            • Clearout
            • Clockodo
            • Code
            • Confluence
            • Connections
            • Constant Contact
            • Contiguity
            • Contentful
            • Customer.io
            • Crypto
            • Databricks
            • Data Mapper
            • Date Helper
            • DeepL
            • Delay
            • Discord
            • Discourse
            • Drip
            • Dropbox
            • Dust
            • Facebook Pages
            • Figma
            • Files Helper
            • Flowise
            • Flowlu
            • Formbricks
            • Frame
            • Freshdesk
            • Freshsales
            • GCloud Pub/Sub
            • GenerateBanners
            • GhostCMS
            • GitHub
            • GitLab
            • Gmail
            • Google Calendar
            • Google Contacts
            • Google Docs
            • Google Drive
            • Google Forms
            • Google Gemini
            • Google My Business
            • Google Search
            • Google Search Console
            • Google Sheets
            • Google Tasks
            • Groq
            • Hacker News
            • Heartbeat
            • HubSpot
            • HTTP
            • Image Helper
            • Inputs
            • Instagram for Business
            • Intercom
            • Invoice Ninja
            • Jira Cloud
            • Jotform
            • Kimai
            • Kizeo Forms
            • LeadConnector
            • Line Bot
            • Linear
            • LinkedIn
            • LinkedIn Actions
            • LLMRails
            • Lusha
            • MailerLite
            • Mailchimp
            • Mautic
            • Microsoft Dynamics 365 Business Central
            • Microsoft Dynamics CRM
            • Microsoft Excel 365
            • Microsoft OneDrive
            • Microsoft Outlook Calendar
            • Microsoft Teams
            • Mixpanel
            • MongoDB
            • Notion
            • Odoo
            • OpenAI
            • OpenRouter
            • Pastebin
            • PDF
            • Postgres
            • PostHog
            • Pushover
            • Qdrant
            • Queue
            • Razorpay
            • Router
            • Salesforce
            • SendGrid
            • ServiceNow
            • SFTP
            • SharePoint
            • Slack
            • SMTP
            • Snowflake
            • SOAP
            • Spotify
            • Stability AI
            • Stable Diffusion Web UI
            • Storage
            • Stripe
            • SurrealDB
            • SurveyMonkey
            • Taskade
            • Telegram Bot
            • Text Helper
            • Trello
            • Twilio
            • Twitter
            • Utilities
            • WhatsApp Business
            • WordPress
            • XML
            • YouTube
            • ZBrain
            • Zendesk
            • ZeroBounce
            • Zoho Books
            • Zoho CRM
            • Zoho Invoice
            • Zoom
          • How to Define a Flow?
          • How to Test Each Step in the Flow?
        • Configure Additional Settings
        • Test and Deploy Agents
        • How to access, monitor, and manage agent performance and tasks?
    • Settings
    • đź“–API Tutorials
      • 📚Knowledge base
        • Automated Reasoning
      • 📱APP
      • 🤖Agents
Powered by GitBook
On this page
  1. ZBrain Documentation
  2. ZBrain AI agents
  3. Creating custom AI agents
  4. Define Flow
  5. Flow Components

SOAP

SOAP in ZBrain Flow is a protocol for exchanging structured information to implement web services. It enables you to define and call SOAP methods from a given WSDL (Web Services Description Language) specification, allowing you to interact with a wide range of SOAP-based APIs and services.

How to Integrate SOAP with ZBrain Flow?

  1. Click the “+” Button in the Flow Open your ZBrain Flow and select the plus sign (+) to add a new step.

  2. Search for “SOAP” Type “SOAP” in the search bar to view the available task.

  3. Choose the Desired Task Tasks You Can Perform on SOAP - Call SOAP Method

Call SOAP Method

Interact with SOAP-based web services by specifying the WSDL endpoint, the desired operation, and any required parameters or headers. This allows you to send and receive structured data, enabling integration with legacy systems or specialized SOAP APIs.

How to Configure the “Call SOAP Method” Action in ZBrain Flow?

Step 1: Add the “Call SOAP Method” Step

  1. Insert a New Step

    • In your flow, click the + button to add a new step.

  2. Search for “SOAP”

    • Type “SOAP” in the search bar and select Call SOAP Method from the available actions.

Step 2: Create or Select a SOAP Connection

  1. Select/Create Connection

  • Go to Connection and select or create a new connection.

Below is an overview of the fields you’ll see when creating a SOAP Connection in ZBrain Flow, along with a brief explanation of how to fill them out:

  1. Connection Name

    • Give your connection a descriptive name (e.g., “My SOAP Service”).

    • This label helps you identify and manage multiple SOAP connections within ZBrain Flow.

  2. Authentication Type

    • Select how you want to authenticate with the SOAP service.

    • Common options include Basic Authentication (username/password) or WS-Security.

    • Refer to your SOAP service’s documentation to determine the required method.

  3. Username

    • If using Basic Authentication or WS-Security with a username token, enter the username provided by your SOAP service.

    • If no authentication is needed or you’re using another method, you can leave this blank (unless otherwise specified).

  4. Password

    • Enter the password corresponding to the username above, if required.

    • Make sure you store and handle your credentials securely.

  5. Custom Header Content (Optional)

    • If your SOAP service requires custom headers (e.g., additional tokens, license keys, or specialized security elements), provide them here.

    • Typically, this content should be formatted according to the SOAP service’s documentation (e.g., XML or other structured data).

  6. Save the Connection

    • Click Save to finalize your SOAP connection. You can then use it in the “Call SOAP Method” action.

Step 3: Configure the “Call SOAP Method” Action

  1. WSDL URL

    • Paste the URL to your SOAP service’s WSDL (Web Services Description Language).

    • This tells ZBrain Flow how to structure requests and what methods are available.

  2. Method

    • Specify the SOAP operation you want to call (e.g., GetUser, ProcessOrder).

    • Make sure the method name matches what’s defined in your WSDL.

  3. Parsed (Toggle)

    • If enabled, ZBrain Flow will attempt to parse the SOAP response into structured data (e.g., JSON).

    • If disabled, the raw XML response is returned.

Step 4: Save and Test

  1. Save Your Configuration

    • Once you’ve entered the WSDL URL and chosen a method, click Save or Done.

  2. Run the Flow

    • Trigger your flow to confirm that the “Call SOAP Method” action successfully invokes your SOAP service.

  3. Inspect the Output

    • Check the action’s response to ensure you receive the expected data (parsed JSON or raw XML).

    • If something goes wrong, verify your WSDL URL, method name, and authentication settings.

PreviousSnowflakeNextSpotify

Last updated 1 month ago

🤖