Question

Access Enterprise Explorer data using Aurena API projections instead of SOAP webservice

  • 20 October 2022
  • 1 reply
  • 56 views

Badge

Our site upgraded to IFS App10. IFS Enterprise Explorer is being used to handle work orders. We were and are able to use the following soap gateway endpoint to list or query work orders for external processing.

https://<domain>:58080/int/soapgateway using WorkOrderManagementPortBinding i.e. urn:ACTIVE_WORK_ORDER_QUERY

We would like to use the IFS Aurena Restful APIs (internal compatible enabled) projections which we assume would provide greater access and functionality via some endpoint as follows:
https://<domain>:58080/int/ifsapplications/projection/v1/xxx.svc/xxxx

I would assume there are existing projections ready for getting the list of work orders, objects (assets) etc.

Would appreciate some direction to which projections we should be looking at and any specifics for permissions or need to having to create custom projections.

 

Best Regards,

AC


1 reply

Userlevel 6
Badge +18

Generally speaking, the answer is to use the Debug Console inside of Aurena to identify projections and their methods to call.

You could also use the API Explorer feature in Aurena to review the detailed documentation but you’d be sort of guessing as to which calls you really need to make, and a lot of them can look very similar.

We haven’t done work in that specific area so I cannot guide as to which projections to use based on our experience but the above notes will get you there.

HTH,

Nick

Reply