Hi All,
I am developing a OData service using MOC support. GET_ENTITY and GET_ENTITYSET methods of Data Provider class are working fine with MOC (by including ;mo string in service URL). But when I use MOC support for CREATE_ENTITY method (using POST), its giving an error like "Inline component is not defined or not allowed (HTTP PUT)". And when I remove ';mo' string from service URL, the create operation is working fine.
Could you please help me in this ??
Please find the attachment for error.
Regard,
Seshu