Hi All,
I have created Composite Entity like TestInvoice.
It consists two DataEntities like HeaderInvoiceDataEntity,LineInvoiceDataEntity.
I’m using recurring data jobs to export data from ax in XML format and it is working fine.
Now,i’m trying to check the data in browser by using the below URL.
xyz-devaos.sandbox.ax.dynamics.com/…/TestInvoice —CompositeEntity URL
xyz-devaos.sandbox.ax.dynamics.com/…/HeaderTestInvoice —HeaderDataEntity URL
xyz-devaos.sandbox.ax.dynamics.com/…/LineTestInvoice —LineDataEntity URL
For HeaderInvoiceDataEntity and LineInvoiceDataEntity i’m getting the data in browser in JSON format.
But for Composite Entity I’m not getting the data.
Below is the URL:
xyz-devaos.sandbox.ax.dynamics.com/…/TestInvoice
Error in Browser:
No HTTP resource was found that matches the request URI 'xyz-devaos.sandbox.ax.dynamics.com/…/TestInvoice’. No route data was found for this request.
Please help me to test this Composite Entity.
Thanks,
Vijay