Troubleshooting Outbound SOAP
1. WSDL URL fetch failure
Invalid WSDL URL: Verify the WSDL URL and ensure it is accessible. Test the URL in a browser.
Authentication required: If authentication is needed, provide the correct credentials.
2. Cannot modify WSDL contract
Downloaded WSDL is read-only: If the WSDL was fetched via URL, uncheck Download WSDL, delete the URL, and manually edit the contract.
Incorrect WSDL format: Ensure the WSDL XML structure is correct and follows SOAP standards.
3. API call fails during execution
Incorrect SOAP action: Verify the SOAP action value matches the API specification.
Authentication issues: Ensure the correct credentials are selected for execution.
Connection timeout: Increase the Connection Timeout if the request is taking longer than expected.
4. SOAP response returns errors
Invalid input parameters: Check the required fields and ensure they follow the API’s expected format.
400 – Server unreachable: Check the WSDL endpoint URL and network connectivity or DRE configuration.
5. Execution via Codex fails
Incorrect API ID or name: Verify the values used in outboundSOAP.execute("<id>",<var>).
Missing variables: Ensure required variables are correctly passed in executeByName("wsdl_name", "function_name", "{var1}:{val1}").
Related Articles
Create and Configure Outbound SOAP Message
Outbound SOAP services in Qntrl enable communication with external SOAP-based APIs. These services rely on WSDL (Web Services Description Language) contracts that define available operations and parameters. Let's see how to create and configure an ...
Troubleshooting in Inbound SOAP Webservices
1. Cannot receive incoming SOAP requests Incorrect endpoint URL: Ensure clients are calling the correct Qntrl endpoint. Firewall restrictions: Allow inbound requests through the firewall. Authentication failure: Ensure proper authentication ...
Configure an Inbound SOAP Web Service
Inbound SOAP Web Services allow you to create endpoints that external systems can call to interact with your Qntrl instance. When a SOAP request is sent from an external system, Qntrl processes the request and sends back a response based on ...
Troubleshooting Outbound REST Web Services
1. Cannot execute API Make sure all required fields are filled in correctly — this includes the URL, query parameters, headers, and request body. Missing or incorrect values can prevent the API from executing successfully. 2. Unauthorized or ...
Create and configure an Outbound REST API
Outbound REST Web Services enables users to interact with external web services by sending HTTP requests to retrieve, create, update, or delete data on REST-compliant servers. This functionality is designed to integrate seamlessly with external APIs ...
You are currently viewing the help articles of Qntrl 3.0. If you are still using our older version and require guidance with it, Click here.