When creating a Web Service, the URI is embedded in the configuration and cannot be set with a System Setting like the values of the request parameters.
Usually the endpoints of the customer to integrate are located in "production" and "test" environments.
In Creatio if we need to integrate with...MoreLess
I completely agree. When using web services, the username and password (or API key etc) is already stored in the system settings. I would love...MoreLess
Still, It is not working. Also I have confusion while configuring anonymous service in Point-3 that is: do we need to replace '[Previous values]' with some other value or not?
I’m representing DE IT SOLUTION, a provider of custom web development services, and would like to propose a new feature for Creatio Experience: an ‘About This’ section for workflows and experiences.
Idea Overview:
The ‘About This’ section would serve as an internal documentatio...MoreLess
I’m working on a custom web service in Creatio that connects to an external PostgreSQL database deployed on Neon. My goal is to query data from this external database, acting like a custom ORM. However, I’m running into an issue with using the Npgsql package inside Creatio’s source code...MoreLess
I am working on a project where I need to either replace or override an existing Creatio web service with a custom implementation. Specifically, I want to extend or modify the functionality of a base Creatio web service (e.g., CallServiceSchemaService) to fit my business requirements...MoreLess
I am working on extending the existing implementation of the Execute method in the web service designer, which is part of a base package in Creatio. My goal is to modify the method to add additional functionality: specifically, I want to save the web service response as a record...MoreLess
Thanks for the replies, would be nice to have a way to disable a parameter, for situations like this. For thie particular API I´m calling there...MoreLess
I am trying to automate the gathering of data using some business process that perform API calls to one of our client private APIs. I have defined the WebServices with no problem like the one from this example:
And sending the test request with a valid API Key and Authorization token works...MoreLess