-
Notifications
You must be signed in to change notification settings - Fork 93
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
request validation against xsd #116
Comments
No, there is no runtime validation against a xsd. The code generator generates C++ classes based on the xsd, but additional checks in the xsd (such as minimum/maximum values, mandatory fields etc.) are not performed at runtime, currently. Are you're interested in helping to implement this, or in subcontracting the corresponding development? |
Thanks for the offer. I'll think it through in the near future |
Hello. We're interested to implement this. Please write me an email to sudakov_ivan@mail.ru with subcontracting conditions |
Hello. We're interested to implement this. |
Hello Mikhail, do you mean you are going to work on a patch, or that you would like to subcontract KDAB for it? Thanks, |
We are going to work on a patch.
От: "David Faure" <notifications@github.com>
Кому: "KDAB/KDSoap" <KDSoap@noreply.github.com>
Копия: "Михаил Борисович Трофимов" <trofimov.mihail@nicetu.spb.ru>, "Comment" <comment@noreply.github.com>
Отправленные: Четверг, 4 Апрель 2019 г 12:38:07
Тема: Re: [KDAB/KDSoap] request validation against xsd (#116)
Hello Mikhail,
do you mean you are going to work on a patch, or that you would like to subcontract KDAB for it?
Thanks,
David.
—
You are receiving this because you commented.
Reply to this email directly, [ #116 (comment) | view it on GitHub ] , or [ https://github.com/notifications/unsubscribe-auth/AuOcIQ2i8ayPiYsgEb4nmgxFz2ns0Lfzks5vdcf_gaJpZM4RkJek | mute the thread ] .
With respect,
Trofimov Mikhail,
Head of department
public company "Research & Engineering Center of St. Petreburg Electro-Technical University»
|
Excellent news, thanks. I'll be happy to review it. |
So sorry, but we have no time to implement this. So, if someone can do this, you're welcome! |
Has KDSoap such a feature? I mean, does it make received request validation automatically against xsd? Or may be I have to call some validation method by hand
The text was updated successfully, but these errors were encountered: