phax / peppol-commons

Java library with shared Peppol components - identifier handling, codelists, SBDH handler, SMP Client, SML Client
Apache License 2.0
29 stars 8 forks source link

Create a new SMP client that handles PEPPOL and OASIS SMP spec #20

Closed phax closed 5 years ago

phax commented 7 years ago

In case PEPPOL moves to OASIS SMP spec a graceful SMP client is needed.

  1. query according to OASIS SMP
  2. if this fails, query according to PEPPOL SMP spec and convert to OASIS data model
phax commented 5 years ago

Classes BDXRClient and BDXRClientReadOnly are present already