Hi Ritu,
The best way is to have single interface at sender side with consolidated XSD (with all operation/types). In receiver end you have two option Single interface with all operation or multiple interface.
Advantage of single interface is All operation in one interface
Advantage of multiple interface is easy to design.
I would suggest to use multiple interface at the receiver end, to have independent operation and easy design.
regards,
Harish