Hi Syam,
As Krishna said , This might get problem only in Gateway client . When you use Create Operation , it uses Read Operation as a response to create . To get this response it will throw a warning to implement Read operation . Instead you can just redefine get_entity with blank implementation in DPC_EXT.
Thanks.