<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: CAP Java - odataV2 and odataV4 example for generation by mavin plugin in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/cap-java-odatav2-and-odatav4-example-for-generation-by-mavin-plugin/qaa-p/12510188#M4688564</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;yes i'm aware of the remote service feature and also i used it in the configuration.&lt;/P&gt;&lt;P&gt;I needed some time to figured out the solution which works for me.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. step&lt;/STRONG&gt; in pom.xml create plugin areas for odata-generator-maven-plugin  odata-v4-generator-maven-plugin&lt;/P&gt;&lt;P&gt;-&amp;gt; so i can generate Odata V2 and V4.&lt;/P&gt;&lt;P&gt;Override the default paths if need. &lt;STRONG&gt;Important &lt;/STRONG&gt;Exclude the edmx files which are not corresponding with the odata generator version.&lt;/P&gt;&lt;P&gt;E.g. -&amp;gt; here is the odata-v4-generator-maven-plugin so exclude all edmx files for OData V2&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;configuration&amp;gt;&lt;BR /&gt;    &amp;lt;defaultBasePath&amp;gt;/sap/opu/odata4/sap&amp;lt;/defaultBasePath&amp;gt;&lt;BR /&gt;    &amp;lt;inputDirectory&amp;gt;${project.basedir}/external&amp;lt;/inputDirectory&amp;gt;&lt;BR /&gt;    &amp;lt;excludes&amp;gt;*_O2.edmx,API_BUSINESS_PARTNER.edmx,API_PRODUCT_SRV.edmx&amp;lt;/excludes&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;2. Step &lt;/STRONG&gt;specify the main suffix path -&amp;gt; i must do this because in the namespace of my OData V4 has some gateway.xy information&lt;/P&gt;&lt;P&gt;-&amp;gt; Also i do a workaround by add "/" as service. This is used to get a final url like this&lt;/P&gt;&lt;P&gt;/sap/opu/odata4/sap/z7test_list_o4/srvd/sap/z7test_list/0001//....&lt;BR /&gt;&lt;/P&gt;&lt;P&gt; remote.services:&lt;/P&gt;&lt;P&gt;    - name: "Z7TEST_LIST_O4"&lt;/P&gt;&lt;P&gt;      destination:&lt;/P&gt;&lt;P&gt;        name: "s4onprem_local"&lt;/P&gt;&lt;P&gt;        suffix: "/sap/opu/odata4/sap/z7test_list_o4/srvd/sap/z7test_list/0001"&lt;/P&gt;&lt;P&gt;        service: "/"&lt;/P&gt;&lt;P&gt;        type: "odata-v4"&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jan 2022 14:10:06 GMT</pubDate>
    <dc:creator>MR3</dc:creator>
    <dc:date>2022-01-17T14:10:06Z</dc:date>
    <item>
      <title>CAP Java - odataV2 and odataV4 example for generation by mavin plugin</title>
      <link>https://community.sap.com/t5/technology-q-a/cap-java-odatav2-and-odatav4-example-for-generation-by-mavin-plugin/qaq-p/12510184</link>
      <description>&lt;P&gt;Hi, im working on a cap java project which uses standard odata v2 like API_PRODUCT_SRV and some own odata services . We are using fiori elements . We detect that the requested "search" function in fiori elements are not functional with OdataV2 . So we decide to change all odata service to v4. The standard service API_PRODUCT_SRV only exists as odata v2 -&amp;gt; when we see v4? Or isnt necessary to swtich to V4? Are existing some real world example where odata v2 AND odata v4 used together. I need examples where odatav2 and odataV4 clients are generated together with maven plugin( odata-generator-maven-plugin /odata-v4-generator-maven-plugin).&lt;/P&gt;
  &lt;P&gt;The question is not exposing V2 and V4 together. Thats simple done by the adapter.&lt;/P&gt;
  &lt;P&gt;I will have to generate the client java classes. I do this for the o2 services and also for v4. In V4 i have to override the V4 basepath because the edmx file doesnt contain this. Because im using 3 different o4 services i used 3 excution steps to do this. This is for me kind of strange, so i was looking for real world examples doing this in a better way?&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;&amp;lt;defaultBasePath&amp;gt;/sap/opu/odata4/sap/z7_dummyservice_o4/srvd/sap/z7_dummyservice/0001/&lt;/CODE&gt;&lt;/PRE&gt; 
  &lt;PRE&gt;&lt;CODE&gt;&amp;lt;defaultBasePath&amp;gt;/sap/opu/odata4/sap/z7_dummyserviceXY_o4/srvd/sap/z7_dummyservice/0001/&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Kind Regards&lt;/P&gt;
  &lt;P&gt;Mario&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 14:03:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cap-java-odatav2-and-odatav4-example-for-generation-by-mavin-plugin/qaq-p/12510184</guid>
      <dc:creator>MR3</dc:creator>
      <dc:date>2021-12-14T14:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: CAP Java - odataV2 and odataV4 example for generation by mavin plugin</title>
      <link>https://community.sap.com/t5/technology-q-a/cap-java-odatav2-and-odatav4-example-for-generation-by-mavin-plugin/qaa-p/12510185#M4688561</link>
      <description>&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;addressing your questions individually:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;API_PRODUCT_SRV only exists as odata v2 -&amp;gt; when we see v4?&lt;BR /&gt;-&amp;gt; Unfortunately, I don't know, maybe somebody else can answer this&lt;/LI&gt;&lt;LI&gt;Or isnt necessary to swtich to V4?&lt;BR /&gt;-&amp;gt; It's probably not useful to do so. The $search feature is an OData V4 feature, so it will only be supported by V4 services and V4 clients. Since the service is V2 anyway you have no choice but to use V2 when using the service. So if you switch to V4, you would have to translate it back to V2 to talk to the service anyway.&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; But what is the semantics you want to achieve? Maybe you can realise the requirement with a V2 $filter expression...&lt;/LI&gt;&lt;LI&gt;I will have to generate the client java classes.&lt;BR /&gt;-&amp;gt; Why? The service is available in the SAP Cloud SDK as a pre-regenerated package. See &lt;A href="https://api.sap.com/api/API_PRODUCT_SRV/cloud-sdk/Java" target="test_blank"&gt;https://api.sap.com/api/API_PRODUCT_SRV/cloud-sdk/Java&lt;/A&gt; &lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 14 Dec 2021 15:46:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cap-java-odatav2-and-odatav4-example-for-generation-by-mavin-plugin/qaa-p/12510185#M4688561</guid>
      <dc:creator>matthiaskuhr</dc:creator>
      <dc:date>2021-12-14T15:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: CAP Java - odataV2 and odataV4 example for generation by mavin plugin</title>
      <link>https://community.sap.com/t5/technology-q-a/cap-java-odatav2-and-odatav4-example-for-generation-by-mavin-plugin/qaa-p/12510186#M4688562</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;refering  to 2. -&amp;gt;  by switching to V4 we will setup our own V4 Odata services inlcuding also a simpler version API_PRODUCT_SRV -&amp;gt; so we have real V4 Odatas.&lt;/P&gt;&lt;P&gt;What want we achieve . Just a simple fiori elements call like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;/sap/opu/odata/sap/API_PRODUCT_SRV/$select=Product,ProductType&amp;amp;$search=4711&amp;amp;$skip=0&amp;amp;$top=10&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But if we post this request by Fiori or Postman Tool we get &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;        &amp;lt;Error_Resolution&amp;gt;&lt;BR /&gt;            &amp;lt;SAP_Transaction&amp;gt;For backend administrators: use ADT feed reader "SAP Gateway Error Log" or run transaction /IWFND/ERROR_LOG on SAP Gateway hub system and search for entries with the timestamp above for more details&amp;lt;/SAP_Transaction&amp;gt;&lt;BR /&gt;            &amp;lt;SAP_Note&amp;gt;See SAP Note 1797736 for error analysis (https://service.sap.com/sap/support/notes/1797736)&amp;lt;/SAP_Note&amp;gt;&lt;BR /&gt;        &amp;lt;/Error_Resolution&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;A dirty idea was to change the call manual into, but for this we have to manipulate the cqn query in the cap backend.  :&lt;PRE&gt;&lt;CODE&gt;/sap/opu/odata/sap/API_PRODUCT_SRV/A_ProductDescription?$format=json&amp;amp;$filter=( substringof('Test', ProductDescription) eq true or substringof('4711', Product) eq true) and Language eq 'DE'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;refering to 3.  We generating new because we import the edmx files from the standard service API_PRODUCT_SRV and also our own edmx service metadata to use in our service defintion in the cds file.  We have done this also for our own written Odatas.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;using {API_PRODUCT_SRV as prod} from './external/API_PRODUCT_SRV.csn';
...
&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;@cds.persistence.skip&lt;BR /&gt;@Capabilities   : {&lt;BR /&gt;   Insertable : false,&lt;BR /&gt;   Updatable  : false,&lt;BR /&gt;   Deletable  : false&lt;BR /&gt;}&lt;BR /&gt;@sap.searchable : 'true'&lt;BR /&gt;entity MyProduct             as projection on prod.A_Product {&lt;BR /&gt;   *&lt;BR /&gt;};&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;in the corresponding On-methods in the EventHandlerclass we just "receive" the CQN from the outside application(fiori) and run it. &lt;/P&gt;&lt;P&gt;In the hope that all expression are correct translated an will get an result. With the Standard DefaultService Class we cant use cqn only the hard coded methods like "getByKey" .. or something else. We dont wanted to analyze the CQN an translate it into the Javaclasses. This effort should do the cap framework with the direct cqn queries:&lt;/P&gt;&lt;P&gt;  @On(entity = MyProduct_.CDS_NAME)
  public Result onMyProduct(final CdsReadEventContext context) {
       final CqnSelect selectQuery = context.getCqn();
    final Result result = cqnServiceProduct.run(selectQuery);&lt;/P&gt;&lt;P&gt;...
	}&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Because this failed i try now to use OData V4 .  But here i have to change all the basepaths individually because the are not exists in the metadata of the services like in the V2. But i think my approach is a litte bit ugly so i was asking for examples where others used OData V4&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;plugin&amp;gt;&lt;BR /&gt;                &amp;lt;groupId&amp;gt;com.sap.cloud.sdk.datamodel&amp;lt;/groupId&amp;gt;&lt;BR /&gt;                &amp;lt;artifactId&amp;gt;odata-v4-generator-maven-plugin&amp;lt;/artifactId&amp;gt;&lt;BR /&gt;                &amp;lt;version&amp;gt;${sap-cloud-sdk-version}&amp;lt;/version&amp;gt;&lt;BR /&gt;                &amp;lt;executions&amp;gt;&lt;BR /&gt;                    &amp;lt;execution&amp;gt;&lt;BR /&gt;                        &amp;lt;id&amp;gt;generate-consumption1&amp;lt;/id&amp;gt;&lt;BR /&gt;                        &amp;lt;phase&amp;gt;generate-sources&amp;lt;/phase&amp;gt;&lt;BR /&gt;                        &amp;lt;goals&amp;gt;&lt;BR /&gt;                            &amp;lt;goal&amp;gt;generate&amp;lt;/goal&amp;gt;&lt;BR /&gt;                        &amp;lt;/goals&amp;gt;&lt;BR /&gt;                        &amp;lt;configuration&amp;gt;&lt;BR /&gt;                            &amp;lt;defaultBasePath&amp;gt;/sap/opu/odata4/sap/zdummy1_o4/srvd/sap/zdummy1/0001/&amp;lt;/defaultBasePath&amp;gt;&lt;BR /&gt;                            &amp;lt;inputDirectory&amp;gt;${project.basedir}/external&amp;lt;/inputDirectory&amp;gt;                            &lt;BR /&gt;                            &amp;lt;outputDirectory&amp;gt;${project.build.directory}/vdm&amp;lt;/outputDirectory&amp;gt;&lt;BR /&gt;                            &amp;lt;deleteOutputDirectory&amp;gt;false&amp;lt;/deleteOutputDirectory&amp;gt;&lt;BR /&gt;                            &amp;lt;packageName&amp;gt;de.company.vdm.odata4&amp;lt;/packageName&amp;gt;&lt;BR /&gt;                            &amp;lt;compileScope&amp;gt;COMPILE&amp;lt;/compileScope&amp;gt;&lt;BR /&gt;                            &amp;lt;serviceMethodsPerEntitySet&amp;gt;true&amp;lt;/serviceMethodsPerEntitySet&amp;gt;&lt;BR /&gt;                            &amp;lt;keepExistingSignatures&amp;gt;false&amp;lt;/keepExistingSignatures&amp;gt;&lt;BR /&gt;                            &amp;lt;nameSource&amp;gt;NAME&amp;lt;/nameSource&amp;gt;&lt;BR /&gt;                        &amp;lt;/configuration&amp;gt;&lt;BR /&gt;                    &amp;lt;/execution&amp;gt;&lt;BR /&gt;                    &amp;lt;execution&amp;gt;&lt;BR /&gt;                        &amp;lt;id&amp;gt;generate-consumption2&amp;lt;/id&amp;gt;&lt;BR /&gt;                        &amp;lt;phase&amp;gt;generate-sources&amp;lt;/phase&amp;gt;&lt;BR /&gt;                        &amp;lt;goals&amp;gt;&lt;BR /&gt;                            &amp;lt;goal&amp;gt;generate&amp;lt;/goal&amp;gt;&lt;BR /&gt;                        &amp;lt;/goals&amp;gt;&lt;BR /&gt;                        &amp;lt;configuration&amp;gt;&lt;BR /&gt;                            &amp;lt;defaultBasePath&amp;gt;/sap/opu/odata4/sap/zdummy2_o4/srvd/sap/zdummy2/0001/&amp;lt;/defaultBasePath&amp;gt;&lt;BR /&gt;                            &amp;lt;inputDirectory&amp;gt;${project.basedir}/external&amp;lt;/inputDirectory&amp;gt;&lt;BR /&gt;                            &amp;lt;outputDirectory&amp;gt;${project.build.directory}/vdm&amp;lt;/outputDirectory&amp;gt;&lt;BR /&gt;                            &amp;lt;deleteOutputDirectory&amp;gt;false&amp;lt;/deleteOutputDirectory&amp;gt;&lt;BR /&gt;                            &amp;lt;packageName&amp;gt;de.company.vdm.odata4&amp;lt;/packageName&amp;gt;&lt;BR /&gt;                            &amp;lt;compileScope&amp;gt;COMPILE&amp;lt;/compileScope&amp;gt;&lt;BR /&gt;                            &amp;lt;serviceMethodsPerEntitySet&amp;gt;true&amp;lt;/serviceMethodsPerEntitySet&amp;gt;&lt;BR /&gt;                            &amp;lt;keepExistingSignatures&amp;gt;false&amp;lt;/keepExistingSignatures&amp;gt;&lt;BR /&gt;                            &amp;lt;nameSource&amp;gt;NAME&amp;lt;/nameSource&amp;gt;&lt;BR /&gt;                        &amp;lt;/configuration&amp;gt;&lt;BR /&gt;                    &amp;lt;/execution&amp;gt;&lt;BR /&gt;                    &amp;lt;execution&amp;gt;&lt;BR /&gt;                        &amp;lt;id&amp;gt;generate-consumption3&amp;lt;/id&amp;gt;&lt;BR /&gt;                        &amp;lt;phase&amp;gt;generate-sources&amp;lt;/phase&amp;gt;&lt;BR /&gt;                        &amp;lt;goals&amp;gt;&lt;BR /&gt;                            &amp;lt;goal&amp;gt;generate&amp;lt;/goal&amp;gt;&lt;BR /&gt;                        &amp;lt;/goals&amp;gt;&lt;BR /&gt;                        &amp;lt;configuration&amp;gt;&lt;BR /&gt;                            &amp;lt;defaultBasePath&amp;gt;/sap/opu/odata4/sap/zdummy3_o4/srvd/sap/zdummy_list/0001/&amp;lt;/defaultBasePath&amp;gt;&lt;BR /&gt;                            &amp;lt;inputDirectory&amp;gt;${project.basedir}/external&amp;lt;/inputDirectory&amp;gt;&lt;BR /&gt;                            &amp;lt;outputDirectory&amp;gt;${project.build.directory}/vdm&amp;lt;/outputDirectory&amp;gt;&lt;BR /&gt;                            &amp;lt;deleteOutputDirectory&amp;gt;false&amp;lt;/deleteOutputDirectory&amp;gt;&lt;BR /&gt;                            &amp;lt;packageName&amp;gt;de.company.vdm.odata4&amp;lt;/packageName&amp;gt;&lt;BR /&gt;                            &amp;lt;compileScope&amp;gt;COMPILE&amp;lt;/compileScope&amp;gt;&lt;BR /&gt;                            &amp;lt;serviceMethodsPerEntitySet&amp;gt;true&amp;lt;/serviceMethodsPerEntitySet&amp;gt;&lt;BR /&gt;                            &amp;lt;keepExistingSignatures&amp;gt;false&amp;lt;/keepExistingSignatures&amp;gt;&lt;BR /&gt;                            &amp;lt;nameSource&amp;gt;NAME&amp;lt;/nameSource&amp;gt;&lt;BR /&gt;                        &amp;lt;/configuration&amp;gt;&lt;BR /&gt;                    &amp;lt;/execution&amp;gt;&lt;BR /&gt;                &amp;lt;/executions&amp;gt;&lt;BR /&gt;            &amp;lt;/plugin&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Dec 2021 20:14:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cap-java-odatav2-and-odatav4-example-for-generation-by-mavin-plugin/qaa-p/12510186#M4688562</guid>
      <dc:creator>MR3</dc:creator>
      <dc:date>2021-12-14T20:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: CAP Java - odataV2 and odataV4 example for generation by mavin plugin</title>
      <link>https://community.sap.com/t5/technology-q-a/cap-java-odatav2-and-odatav4-example-for-generation-by-mavin-plugin/qaa-p/12510187#M4688563</link>
      <description>&lt;P&gt;Are you aware of the &lt;A href="https://cap.cloud.sap/docs/java/remote-services"&gt;Remote Services Feature&lt;/A&gt;? Maybe you can save some custom code with that. &lt;BR /&gt;&lt;BR /&gt;Other than that I still don't quite understand why you are "re-packaging" the API_PRODUCT_SRV  together with further custom EDMX definitions into a new file? What is the disadvantage of having 2 independent files? from which you generate 2 independent sets of Java classes? (or, only generate one since the SDK already brings the other)&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 09:02:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cap-java-odatav2-and-odatav4-example-for-generation-by-mavin-plugin/qaa-p/12510187#M4688563</guid>
      <dc:creator>matthiaskuhr</dc:creator>
      <dc:date>2021-12-15T09:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: CAP Java - odataV2 and odataV4 example for generation by mavin plugin</title>
      <link>https://community.sap.com/t5/technology-q-a/cap-java-odatav2-and-odatav4-example-for-generation-by-mavin-plugin/qaa-p/12510188#M4688564</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;yes i'm aware of the remote service feature and also i used it in the configuration.&lt;/P&gt;&lt;P&gt;I needed some time to figured out the solution which works for me.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. step&lt;/STRONG&gt; in pom.xml create plugin areas for odata-generator-maven-plugin  odata-v4-generator-maven-plugin&lt;/P&gt;&lt;P&gt;-&amp;gt; so i can generate Odata V2 and V4.&lt;/P&gt;&lt;P&gt;Override the default paths if need. &lt;STRONG&gt;Important &lt;/STRONG&gt;Exclude the edmx files which are not corresponding with the odata generator version.&lt;/P&gt;&lt;P&gt;E.g. -&amp;gt; here is the odata-v4-generator-maven-plugin so exclude all edmx files for OData V2&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;configuration&amp;gt;&lt;BR /&gt;    &amp;lt;defaultBasePath&amp;gt;/sap/opu/odata4/sap&amp;lt;/defaultBasePath&amp;gt;&lt;BR /&gt;    &amp;lt;inputDirectory&amp;gt;${project.basedir}/external&amp;lt;/inputDirectory&amp;gt;&lt;BR /&gt;    &amp;lt;excludes&amp;gt;*_O2.edmx,API_BUSINESS_PARTNER.edmx,API_PRODUCT_SRV.edmx&amp;lt;/excludes&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;2. Step &lt;/STRONG&gt;specify the main suffix path -&amp;gt; i must do this because in the namespace of my OData V4 has some gateway.xy information&lt;/P&gt;&lt;P&gt;-&amp;gt; Also i do a workaround by add "/" as service. This is used to get a final url like this&lt;/P&gt;&lt;P&gt;/sap/opu/odata4/sap/z7test_list_o4/srvd/sap/z7test_list/0001//....&lt;BR /&gt;&lt;/P&gt;&lt;P&gt; remote.services:&lt;/P&gt;&lt;P&gt;    - name: "Z7TEST_LIST_O4"&lt;/P&gt;&lt;P&gt;      destination:&lt;/P&gt;&lt;P&gt;        name: "s4onprem_local"&lt;/P&gt;&lt;P&gt;        suffix: "/sap/opu/odata4/sap/z7test_list_o4/srvd/sap/z7test_list/0001"&lt;/P&gt;&lt;P&gt;        service: "/"&lt;/P&gt;&lt;P&gt;        type: "odata-v4"&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 14:10:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cap-java-odatav2-and-odatav4-example-for-generation-by-mavin-plugin/qaa-p/12510188#M4688564</guid>
      <dc:creator>MR3</dc:creator>
      <dc:date>2022-01-17T14:10:06Z</dc:date>
    </item>
  </channel>
</rss>

