You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a wsdl that uses enveloped signature
The signature is inserted into element, but wsdl description already contains signature. So the class that is kreated with tool that converts wsdl to cpp allready contains signature. How can i have object without one element, and after put that element back.
First i need element without signature, canonicalize it and calculate hash value, insert hash value into signed info, canonicalize signed info and sign it, append signature value and certificate back into my element.
How can i achieve this in kdsoap?
The text was updated successfully, but these errors were encountered:
OK, thanks for the pointer. I think this is the same as #17 then (in summary "every KDSOAP type should have some serializeFromXml(const QString&) and QString deserializeToXml()"). If you had such methods, you could then perform the signing you mention, right?
I have a wsdl that uses enveloped signature
The signature is inserted into element, but wsdl description already contains signature. So the class that is kreated with tool that converts wsdl to cpp allready contains signature. How can i have object without one element, and after put that element back.
First i need element without signature, canonicalize it and calculate hash value, insert hash value into signed info, canonicalize signed info and sign it, append signature value and certificate back into my element.
How can i achieve this in kdsoap?
The text was updated successfully, but these errors were encountered: