Integrate Microsoft Project Plan (mpp) with Apigee X

Dear All,

I am looking for urgent support on an integration use case.

We have a Microsoft Project Plan file (.mpp) stored in a shared drive, and it is updated regularly. We need to fetch data from this file and transform it for processing in Apigee X.

However, I tried and Apigee is currently unable to read the .mpp file format directly.

Could someone please advise on a possible solution? Specifically:
• Is there a way to expose the .mpp file as a web service or API endpoint?
• Can we convert or transform the .mpp file into a supported format (such as JSON or XML) before consuming it in Apigee?
• What would be the recommended approach for handling this type of file in an integration flow?

Note: we do not want to export as a file and then use it. The file will be regularly updated so we need to access the data dynamically.

Any guidance or best practices would be greatly appreciated.

Thank you in advance for your support.

Hi @Rimsha_Aizaz, welcome back to the community! Just wanted to acknowledge your question, we’ll make sure it gets noticed and invite others to help out.

In the meantime, check out our upcoming community tech talk this week; I’d love to have you join us :slightly_smiling_face:

Community TechTalk: Powering Retail Agents with ADK, UCP & Apigee X

  • April 16, 2026 at 5 PM CEST | 11 AM EDT | 10 AM CDT

:tickets: Register here!

Hi @Rimsha_Aizaz - It looks like the .mpp file type is very specific to Microsoft Project, and would need to first be converted into a JSON or XML file so that Apigee can process it. It looks like it can be converted to XML, and Apigee could convert that to JSON using the XMLToJson policy. Hope this helps!