Hello everyone,
We use AX2012 R1 CU2, including hotfix KB2769783 for SEPA. In Europe everyone is switching to SEPA payment method. We set everything up, make a batch of payments and make an XML file to send payments to our bank.
Our bank checked the file today (Deutsche Bank) and they told me our namespace is corrupt and their software crashes on this.
Our standard AX 2012 namespace looks like this:
<?xml version="1.0" encoding="UTF-8"?><Envelope xmlns="schemas.microsoft.com/.../Message"><Header><MessageId>
The software crashes on the "Envelope" part. It says:
Unexpected root element "Envelope" from namespace "schemas.microsoft.com/.../Message"
The bank tells me this is an accepted namespace:
<?xml version="1.0" encoding="UTF-8"?><Document xmlns:xsi="www.w3.org/.../XMLSchema-instance" xmlns="urn:iso:std:iso:20022:tech:xsd:pain.001.001.03">
Anyone an idea what I have to do to get it working? Can I change the xml namespace somewhere ? It is AX generated, so I should probably change it somewhere in AX.