Question

Post error: 404 (Not Found) when a Projection is invoked with IFS Connect.

  • 1 November 2023
  • 3 replies
  • 111 views

Userlevel 7
Badge +20

Hi Team,

I have used below JSON body to trigger the action  https://{{BaseURL}}/int/ifsapplications/entity/v1/AccountGroupEntity.svc/AccountGroupSet

JSON BODY used

{
  "Company": "10",
  "AccntGroup": "X11",
  "Description": "X10"
}

Projection resource used :

AccountGroupEntity.AccountGroupSet

Even same content works without any issue for same envrionemt (23R1 SU6)  through POSTMAN call, Yet when tried to do the same through IFS connect, I get below error :

ExecutionException from Sender thread 
Caused by: ifs.fnd.connect.senders.ConnectSender$TemporaryFailureException: Exception while sending data 
Caused by: ifs.fnd.base.SystemException: Post error: 404 (Not Found)


Following is screenprint from API explorer 
 


can someone mentioned what could be the missing setup/or issue ?


3 replies

Badge

I have the same problem

Badge

You can only call Integration projections using the projection type address

Userlevel 7
Badge +20

Hi @K4uFredeL @Xavier Fernando 

You can call only Action/Function of an Integration Projection from IFS Connect.

It looks like AccountGroupEntity.svc is an entity service API and there are no actions or functions included in it. According to the documentation, only CRUD operations are available with that.

What I believe is since no actions or functions are included, it’s not possible to call it from the IFS Connect.

Read more on entity service APIs here:

Entity Service APIs - Technical Documentation For IFS Cloud

 

Hope it helps!

Damith

Reply