1
vote
Validate an incoming SOAP request to the WSDL in PHP
Typically one doesn't validate against the WSDL. If the WSDL is designed properly there should be an underlying xml schema (XSD) to validate the body of the request against. Your XML parser shoul …
