Skip to content

Commit

Permalink
Supprime le schemaLocation de l'entete qui n'est plus nécessaire
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabinout committed Nov 13, 2024
1 parent 32a5e5d commit 7e473f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/ebms/entete.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ class Entete {
: '';

return `
<eb:Messaging xmlns:eb="http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/
https://www.oasis-open.org/committees/download.php/64179/ebms-header-3_0-200704_with_property_type_attribute.xsd">
<eb:Messaging xmlns:eb="http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/">
<eb:UserMessage>
<eb:MessageInfo>
<eb:Timestamp>${horodatage}</eb:Timestamp>
Expand Down

0 comments on commit 7e473f1

Please sign in to comment.