I am working on client-server base application, which has below design structure.
1.Server side Input message provided to Encoder should be in xml form. Expected output from Encoder is in EXI binary message.The conversion from xml to EXI should happen using schema-informed grammar as per w3c EXI 1.0. Schema files should be hard-coded in server side.
2.Client side Decoder should process EXI message and convert it to xml message, using schema-informed grammar as per w3c EXI 1.0. Schema files should be hard-coded in client side.
As per EXIP user manual its support schema files to EXI conversion, direct XML to EXI conversion using schema informed grammar is not supported.
Let me know the way, I can use Existing EXIP library code in my application.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am working on client-server base application, which has below design structure.
1.Server side Input message provided to Encoder should be in xml form. Expected output from Encoder is in EXI binary message.The conversion from xml to EXI should happen using schema-informed grammar as per w3c EXI 1.0. Schema files should be hard-coded in server side.
2.Client side Decoder should process EXI message and convert it to xml message, using schema-informed grammar as per w3c EXI 1.0. Schema files should be hard-coded in client side.
As per EXIP user manual its support schema files to EXI conversion, direct XML to EXI conversion using schema informed grammar is not supported.
Let me know the way, I can use Existing EXIP library code in my application.