Forum Discussion

hquijano's avatar
15 years ago

wcf digest verification problem

hi, i got a wcf service setting with soap11, ws10 and MutualCertificate, when testing the ms trace viewer shows this message:  Digest verification failed for Reference 'xxxx', the reference's id match with the Body section of the request.

Using a wcf client all works fine.

The structure of the requests (soapUI and wcf client) match ok.

Does anybody know any way to fix this?

Thanx in advance.

2 Replies

  • Flozilla's avatar
    Flozilla
    New Contributor

    Hi,

     

    I had the same problem.

    In my case the solution was to set the attribute "Strip whitespaces" to "true" in the SoapUI request message.

     

    Otherwise the digest values in SoapUI are probably calculated different than in WCF.

     

    Kind regards

    Florian

  • Flozilla's avatar
    Flozilla
    New Contributor

    Hi,

     

    I had the same problem.

    In my case the solution was to set the attribute "Strip whitespaces" to "true" in the SoapUI request message.

     

    Otherwise the digest values in SoapUI are probably calculated different than in WCF.

     

    Kind regards

    Florian