David Faure

Results 59 comments of David Faure

I don't understand the request, which kinds of "signature" is this about? I don't see any feature in KDSoap which is about "signatures".

OK, thanks for the pointer. I think this is the same as https://github.com/KDAB/KDSoap/issues/17 then (in summary "every KDSOAP type should have some serializeFromXml(const QString&) and QString deserializeToXml()"). If you had...

Wow I seem to have completely missed that last comment, in almost two years... Email overload. I like the idea of specifying which operations to generate, for the case of...

Yes it would certainly make sense to rebase/redo the patch on top of the libkode repository.

Yes. The localType is the C++ type to be used.

I'll keep this open, because, although the bug is fixed, we still need to make a unittest out of this WSDL file, to ensure no regressions in the future. Are...

Interesting problem. We fixed a similar issue in the past like "Fix infinite recursion when type A contains a member A with minoccurs=0", by storing that member as a shared...

This would require that the generated C++ method is able to return multiple values... which means either a class/struct, or a std::tuple. Feel free to implement it, I'll review the...

Is the issue still there? Which one is the special character creating the problem? Can we have more details, e.g. the relevant extract from the XML being sent/received?

``` Unable to open file query-messagetypes.xsd Unable to open file core-types.xsd Unable to open file reflect-messagetypes.xsd Unable to open file vim-messagetypes.xsd ``` Can you provide the XSD files as well?...