CodeMusings Logo CodeMusings

Soap

2023-03-24 · 3 years ago

I'm currently creating a service that needs to talk to a SOAP service. I still need to wait for credentials, certificates (mTLS) in order to get things going.

It seems that everything needs to be signed as well, which can cause some issues as PHP soap clients are not very flexible when it comes to request signing. So let's see how that goes once I got connectivity...

Nobody amused yet.