Format xml d'échange entre ORI-OAI-ext et les autres modules ORI-OAI

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Ci-dessous est présenté le format XML utilisé par les modules ORI-OAI et ORI-OAI-ext pour s'échanger des informations :

<wsOperationBean>
  <mapping>
    <key>halUserId</key>
    <value>toto</value>
  </mapping>
  <mapping>
    <key>halUserPassword</key>
    <value>z44tyhty</value>
  </mapping>
  <mapping>
    <key>xmlContent</key>
    <value>
    &lt;oaidc:dc&gt;&lt;dc:title&gt;Le Titre&lt;/dc:title&gt;&lt;/oaidc:dc&gt;
    </value>
  </mapping>
</wsOperationBean>
  • No labels