Calling webservice with soap request(Soap request digitally signed with x.509)
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you trying to import the below path into the soap Project?
https://filetransfer.nordea.com/services/CorporateFileService
If yes, then click on soap project and name the project and in the path paste below url and your project will be imported.
https://filetransfer.nordea.com/services/CorporateFileService?wsdl
You would be able to see all the request related to this project in soap ui.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for your immediate response. I am able to create the project.
When I am sending the request, getting below error.
Unsupported or unrecognized
Signature signer format in the message. (from clientPlease find the attchement for the my soapUi error.
Thanks
Jaya
