Archives for "June, 2008"

Posted by ronnie on 16th June 2008

Finding the right user to test your software

Over the years of development on my product, I have been working with different batches of tester. And I have noticed some good time, as well as some bad time with some of them. I noticed a “trend” that lead to my different emotions.
I feel fruitful and respected when I work with tester who is [...]

Posted by ronnie on 2nd June 2008

Case sensitivity in namespace prefix affects XML Signature Operation

We were diagnosing an exception thrown in XML signature validation.

<Cannot check signature – Current Node: [#document: null]>

After digging around, we noticed that the XML in process is referencing an element with the name space value in different letter case.
The name space is declared as follows,

<SOAP-ENV:Envelope xmlns:SOAP-ENV=" … >

But in the transform, we reference the element [...]