Jayapradha
6 years agoNew Contributor
Calling webservice with soap request(Soap request digitally signed with x.509)
Hi,
I digitally signed the soap request with x.509 certificate and sending this soap request with soapUI program to call the webservice(https://filetransfer.nordea.com/services/CorporateFileService).
After sending, I am getting below error . Could you please suggest me.
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Body>
<env:Fault>
<faultcode>env:Client</faultcode>
<faultstring>Unsupported or unrecognized Signature signer format in the message. (from client)</faultstring>
</env:Fault>
</env:Body>
</env:Envelope>
Please let me know , I need to do any soapui configuration to send the soap request.
My soap request format attached .
Thanks,
Jaya