Forum Discussion

kashiash's avatar
kashiash
New Contributor
6 years ago

signinig using ws-security problem

I have a test project in soap ui and eqivalent application in c# to comunicate with web service.

I find a problem with signing part of my soap message: the digestvalue created by soapui is different then digestvalue created in c# application. I cant find what is reason to this differences.

Is any way to see what exactly is signed in SoapUI ?

1 Reply

  • kashiash's avatar
    kashiash
    New Contributor

    I find a problem:

    SoapUI doesn't trim whitespaces while calculating signature hash using EXC-C14N.  As solution we can  manually remove them from body element.