I have created an ODATA service for ODP extraction(via Data Model->Redefine->ODP extraction) and the field from the table(which is data element RAW 16) converted to Edm.String.

I also have another service which is created( via Data Source References -> Exposure via SADL). Here the same data element(which is RAW 16) is converted as Edm.Guid.

These services are consumed from Azure and while joining the service entities, its failing. What is the way to overcome this issue?
Thanks.