I have seen some C14N method in the wse-php lib.
Did anyone use it? ... Can you provide some example, please?
The whole <soap:Body> element needs to be canonicalized in my use-case. There is a lot of attributes in those data elements. But, luckily:
There are no namespaces in it, except in the root element, I mean directly the soap:Body ...... as you can see, it has "soap:".
Thank You.
Filip