Hi all,
I am trying to make create a reference in c#.I need that my body soap message to be digitally signed.I have generated the signature , digest value...and created a valid request tested with soap ui. But from code i can only create a reference like this:
<Reference URI " #Body"> and my soap body having this format : <soapenv:Body id ="Body">
The big problem is that the ws which i am calling is asking for a different format body:
<soapenv:Body wsu:Id="id-2" Go to the complete details ...