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 credentials are provided.
2. SOAP message not processing correctly
3. WSDL contract not loading
Syntax errors: Ensure the WSDL XML structure is valid and correctly formatted.
Network issues: If fetching the WSDL externally, check internet connectivity.
4. Error in SOAP function execution
Unsupported operations: Ensure the request is calling an operation defined in the WSDL.
Timeout issues: If the response is delayed, increase the timeout settings.
5. Authentication errors
Incorrect credentials: Verify the provided credentials match the expected authentication method.
Expired tokens: If using token-based authentication, refresh or regenerate tokens.
Related Articles
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 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 ...
Configure Inbound REST API
Qntrl’s Inbound REST Web Service allows you to create custom API endpoints that external users or systems can call to perform specific actions inside Qntrl. When a user triggers the API, Qntrl receives the request and processes it based on the ...
Troubleshooting
1. Cannot create inbound REST module Missing required fields: Ensure Name, Base URI, and Authentication Type are provided. Duplicate base URI: Use a unique base URI for each module. Invalid base URI format: The base URI should begin with a / and ...
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 ...
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.