cancel
Showing results for 
Search instead for 
Did you mean: 

SAP API Hub EDMX - Integration suite

SG141
Active Participant
0 Kudos

All, I downloaded the EDMX file from API Hub ( Purchase order schema ) and trying to upload it in CPI as schema; but ending up with following error. Any alternative way to generated XSD schema for API's on API HUB? 

sastry_gunturi_0-1715135670461.jpeg

Appreciate your pointers.

SAP Integration Suite ,

Accepted Solutions (0)

Answers (1)

Answers (1)

Daniil_Bolobono
Product and Topic Expert
Product and Topic Expert

Hi @SG141 

Please open the downloaded .edmx file and remove the first line:  

<?xml version="1.0" encoding="utf-16"?>

Daniil_Bolobono_0-1715161362821.png

Save the file and try to add modified .edmx file to the References of your iFlow once again.

Kind regards,
Daniil

SG141
Active Participant
0 Kudos

Thank you this worked. A follow up question. I was expecting when I upload this schema  the complete the message mapping for all entities. However when I expand the PurchaseOrder, I do not see the Item & Schedue line entities which can be expanded to complete mapping. Is there an easy way to generate schema which allows to maps across all the levels?