So I am getting the SoapFault exception: [VersionMismatch] Wrong Version
from my SOAPClient request in PHP. Here is where it gets interesting however:
- I captured the request both before and after it was sent and put both into SoapUI to test them and it returns perfectly. Thus ruling out namespace issues referred to here (I think).
- I checked the Soap Version and sent it through as a parameter. (It is 1.1 but I tried both anyway) as suggested here.
- I checked OpenSSL is installed (it is https wsdl)
I'm out of ideas and open to suggestions as to where one might look next.
Basically the request is working on SoapUI and what appears to be the exact same request is giving the SoapFault exception: [VersionMismatch] Wrong Version
error via PHP SOAPClient. (Note I can connect to other Webservices).
Thanks