We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently it is not possible to send a path switch message withoud payload.
According to the BDEW AS4 profile a payload is not allowed. The german "MÜSSEN keine..." is a very bad wording by the BDEW... -> https://www.edi-energy.de/index.php?id=38&tx_bdew_bdew%5Buid%5D=2091&tx_bdew_bdew%5Baction%5D=download&tx_bdew_bdew%5Bcontroller%5D=Dokument&cHash=c3338aa8cb55e5946a1b0d1dbfdc2e0a ( -> 2.3.7)
The text was updated successfully, but these errors were encountered:
Not possible to send BDEW path switch messages because a payload is a…
d4bab8b
…lways required phax#180
would #181 be enough as a fix for this (not tested)?
Sorry, something went wrong.
Yes, #181 basically fixes the issue - thanks. Question: is there a BDEW parameter, when the payload is mandatory? If so, that could be checked in https://github.com/phax/phase4/blob/master/phase4-bdew-client/src/main/java/com/helger/phase4/bdew/Phase4BDEWSender.java#L200
I think that the payload is mandatory for all services except the patch switch services (both request and confirmation).
Added check for #180
376b901
Now the check is done and complete
phax
No branches or pull requests
Currently it is not possible to send a path switch message withoud payload.
According to the BDEW AS4 profile a payload is not allowed. The german "MÜSSEN keine..." is a very bad wording by the BDEW...
-> https://www.edi-energy.de/index.php?id=38&tx_bdew_bdew%5Buid%5D=2091&tx_bdew_bdew%5Baction%5D=download&tx_bdew_bdew%5Bcontroller%5D=Dokument&cHash=c3338aa8cb55e5946a1b0d1dbfdc2e0a ( -> 2.3.7)
The text was updated successfully, but these errors were encountered: