Hi,

Q:   IS Creatio custom web service DDOS safe ?



In other words:   If I create a custom web service (Anonymous) for integration with external systems (of course with basic security logic to identify the source which is accessing my endpoint), Is creatio DDoS Safe? Or in this case i should use application firewall (like cloudflare) infront of creatio ?

Like 2

Like

1 comments

Hello,

Thank you for your question.

Creatio does not include built-in DDoS protection for custom web services, including those with anonymou...MoreLess

Show all comments

Hello Everyone.

I want to log in a separate file every communication with a Web-Service (request , response time etc).Is there any built-in , or tools from Marketplace to realize this task. Or I should customize the source -code.  

Like 0

Like

4 comments
Best reply

Petrika,

Perfect, then additionally you can use the same approach with EntitySchemaQuery, but create record is some section and then use...MoreLess

Show all comments (3)

Hi Community,

I am trying to make a request from Creatio to the HTTP REST API Endpoints. |Where File should be added to the API request. 

Is there any way to work with the File type request Parameter in Rest API from Creatio? If yes, please suggest to me how I can achieve this.

An example of an API call from Postman is something like as per below :

Like 0

Like

3 comments

Hi Patrik,

To successfully upload an image you need to make sure that "WebDav publishing" feature is disabled in Windows features of the...MoreLess

Show all comments (2)

Hello

how i can set x-www-form-urlencoded parameters in request ?I have only these types in webservice 

Like 1

Like

5 comments

Hello,

Unfortunately webservices in Creatio can process JSON body only, and we have a task for our core R&D team to make it possible...MoreLess

Show all comments (4)

Hi,



Have problem with the creatio web service, I have added the oauth2 and it says it was successful. I even tested the received token in postman and it works perfectly. But running the same configuration in creatio always gives me (401) Unauthorized.



You can check the attachments for additional details.



Have you experienced the same thing?

What's the best approach to solve this?



Best regards,

Solem A.

Like 0

Like

1 comments

Hello Solem, 

There is a need to double-check the set oauth2 settings, based on the information from the provided screenshots it seem...MoreLess

Show all comments

Hi,

I have a strange behavior when working with postman and ODATA webservices.

I'm trying to get the data from "Product" section and keep getting an Error 500 message.

The link that I'm using is "https://domain.creatio.com/0/odata/Product"

In Addition, It's important to keep in mind the following:

1...MoreLess

Like 0

Like

5 comments

Hi Raz,

First of all you need to check the application logs and see the actual server error that is received upon calling the Product...MoreLess

Show all comments (4)

Hi Community,

  • I am trying to pass the JSON string into the Web-Service Element of the Business Process. I had tried this in one of the trial instances of version 7.18.0.1353. In this version, Web-Service Element has Request body parameter in its Advanced Setting. The screenshot of this is as...MoreLess
Like 0

Like

1 comments
Best reply

Hello,

This feature is available starting from 7.17.4 version. The simplest way to achieve it is just to upgrade your website to 7.17.4 or...MoreLess

Hello,

This feature is available starting from 7.17.4 version. The simplest way to achieve it is just to upgrade your website to 7.17.4 or...MoreLess

Show all comments

Hello all,

I am trying to enable OAuth 2.0 authorization for configuration web services on a on-premises Creatio v7.17/MS SQL instance. I followed this article and got stuck at Point #3 (Creating default resource). Has anyone been able to enable OAuth 2.0 successfully?? Pls find below some details...MoreLess

Like 0

Like

8 comments

Hello, 

There are a few possible root causes of the issue and it's hard to tell the exact one only with the information provided and with...MoreLess

Show all comments (7)

Hi all,

I am trying to insert a record to an entity using esq as follows in my web service.

[OperationContract]
        [WebInvoke(Method = "POST", RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Bare,
        ResponseFormat = WebMessageFormat.Json)]
        public string InsertCaseESQPostForSATS(DebitCardDataForSATS...

MoreLess

Like 0

Like

4 comments
Best reply

Roman Raj Bajracharya,

the value should be passed as an actual Id and also the column name shouldn't contain the . separator:

entity.SetColumnValue("SBLServiceId"...MoreLess

Show all comments (3)

Hello Community,

The Academy guides on how to create anonymous custom configuration services using WCF / .Net Framework - https://academy.creatio.com/docs/developer/back-end_development/configuration_web_service/configuration_web_service#title-1243-3



Suppose, I have a Creatio cloud instance on Linux using .Net Core. How does one go about creating an anonymous custom configuration service??

Regards

Shrikanth

Like 0

Like

4 comments
Best reply

Hello Shrikanth, 



In order to enable Anonymous service for .Net Core edition of Creatio all you need to do is to add information...MoreLess

Show all comments (3)