raw80raw
3 years agoNew Contributor
Step by step overview of signing SOAP XML requests
Hi,
I am currently trying to implement SOAP request in PHP. This request is signed with certificate. I received SoapUI project containing the request to a service I try to connect to. Everything works perfectly in SoapUI but I struggle to end up with the same signature values in PHP code. Is there a step by step overview in SoapUI that would show body of request after each step of signing? For example: body before signing, body after cannonicalization, body with hashed and encoded signature value and so on? That would help me understand how the request is being signed under the hood and help me spot the mistake I make on my end.