Hello team,

I have exposed an endpoint, but keep recieveing the 404 (Endpoint not found) when i call it from postman.

I have followed: https://academy.creatio.com/docs/developer/getting_started/develop_appl…

Is there any other prior configurations that need to be done in order to recieve a status 200?

Thank you

Sasori

Like 0

Like

3 comments
Best reply

Hello,

404 error means that there is no issue with the authorization or with the request type (GET\POST etc), it means that the endpoint you...MoreLess

Show all comments (2)

Hi,

I have begun playing with the web service integration capabilities within a process to send a message to a Teams channel. Obviously many use cases exist for having a message sent to a Team channel.

I have been able to successfully send a message to a channel, however I am having issues in managing...MoreLess

Like 0

Like

6 comments

no one has?

Any guidance would be appreciated

Show all comments (5)

Hi all

I have created a web service that accepts values from a third party server. Next, I need to transfer one value from the request to the section field.

Question:

How do I call my finished web service in C#?

Like 0

Like

4 comments

Hi,

Are you talking about a service created in the configuration or in the "Web services" section?

Show all comments (3)

Hello all,

I am trying to enable access for a portal user to trigger a service within Creatio. I'm following the steps as listed in this academy page but when I try to declare _baseService and publish, I receive an error saying that GlbInterviewService is "'GlbInterviewService' is a namespace but is...MoreLess

Like 0

Like

3 comments
Best reply

Kevin Brady,

Ok, according to the error you should have the Terrasoft.Configuration.GlbInterviewService namespace in your system, but you try...MoreLess

Show all comments (2)

Hi all,

I tried to implement a web service with the configuration section in Creatio for SAP business one Service Layer and the default port for service layer is 50000. URL is the Https://myserver.com:50000/ Configuring the webservice Creatio omitted last 0 and the computed Uri was 0/b1s/... instea...MoreLess

3 comments

Hi,

There are no restrictions on port length in Creatio.



Try to create the web service again and check how it works.

Perhaps the service settings are cached.

Show all comments (2)

Hi Community!!!

I used built in web service configuration to configure an integration with third party app.

The JSON that third party app receives looks like this:

{

  "url": "https://test",

  "events": ["a","b"]

}



The configuration for the events parameter into web service is as shown i...MoreLess

Like 0

Like

3 comments

Hello,

You can send  your values using a collection.

The values of collection parameters of a [ Call web service ] process element can...MoreLess

Show all comments (2)

Hello,



I want to make a cascading dropdown. For example; user selects City, then County, then District, then Street... I want to fill the dropdowns from external web service whenever user selected previous dropdown.



How should i go about it?



Like 3

Like

3 comments

Hello Ensar,

Loos like you just need to add a filter to the column based on the other column value.

You can do it by adding attribute on th...MoreLess

Show all comments (2)

Good day community,

I'm having trouble with adding the correct JSON path for my request body.

I have to send a POST request with the following JSON below:

{
  "members": [
    {
      "@odata.type": "--TYPE HERE--",
      "user@odata.bind": "--USER 1 HERE--"
    },
    {
      "@odata.type": "--TYPE...

MoreLess

Like 0

Like

2 comments

Hello,

The body of the webservice seems to be generated properly since "members" is the array of objects "@odata" and "user@odata". The request...MoreLess

Show all comments (1)

Hi Community,

I want to make use of and set up OAuth 2.0 Authentication in web service authentication. For that I found below the academy article :

https://academy.creatio.com/docs/user/no_code_customization/web_service…

While setting up as per the article, there is one required field in the OAuth...MoreLess

Like 0

Like

1 comments

Hello Pratic,



Unfortunately, the is no way to set up OAuth Authentication in web service without Auth code request URL.



This parameter is...MoreLess

Show all comments

Hello Creatio community !

I would like to call the Creatio Webservice ..../0/rest/FinAppSpecService/InheritSpecificationsForFinApp  which automatically populates the Product Terms in Application, inside a Business Process. I can not call it in a c# class because the the constructor of FinAppSpecService class does not accept UserConnection as e parameter. Which is the proper way to solve this problem ?

Like 1

Like

11 comments
Best reply

Hello Petrika,

It's possible if you create a webservice record where the POST method complete address will be {siteURL}/0/rest/FinAppSpecService/InheritSpecificationsForFinApp...MoreLess

Show all comments (10)