Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Is prowide-iso20022 able to parse Swift Access Aliance generated XML message? #148

Open
guesshe opened this issue Jan 10, 2025 · 1 comment

Comments

@guesshe
Copy link

guesshe commented Jan 10, 2025

We use Swift Access Aliance software and it wraps up iso20022 format with a header element named SAA. Wondering if prowide have an opensource solution to parse this type of XML format?

@guesshe
Copy link
Author

guesshe commented Jan 10, 2025

Example looks like this

<?xml version="1.0" encoding="UTF-8" ?>
<Saa:DataPDU xmlns:Saa="urn:swift:saa:xsd:saa.2.0" xmlns:Sw="urn:swift:snl:ns.Sw"
  xmlns:SwInt="urn:swift:snl:ns.SwInt" xmlns:SwGbl="urn:swift:snl:ns.SwGbl"
  xmlns:SwSec="urn:swift:snl:ns.SwSec">
  <Saa:Revision>2.0.10</Saa:Revision>
  <Saa:Header>
	<Saa:Message>
        <Saa:SenderReference>REF10610311517</Saa:SenderReference>
        <Saa:MessageIdentifier>pacs.009.001.08</Saa:MessageIdentifier>
        <Saa:Format>MX</Saa:Format>
        <Saa:Sender>
          <Saa:DN>ou=xxx,o=xxxxxxxx,o=swift</Saa:DN>
          <Saa:FullName>
            <Saa:X1>xxxxxxxx</Saa:X1>
          </Saa:FullName>
        </Saa:Sender>
        <Saa:Receiver>
          <Saa:DN>ou=xxx,o=xxxxxxxx,o=swift</Saa:DN>
          <Saa:FullName>
            <Saa:X1>xxxxxxxx</Saa:X1>
          </Saa:FullName>
        </Saa:Receiver>
        <Saa:NetworkInfo>
          <Saa:Service>xxxxxx.xxx!p</Saa:Service>
        </Saa:NetworkInfo>
	</Saa:Message>
  </Saa:Header>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant