Details
-
Type:
Task
-
Status: Done (View Workflow)
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: netcurl-6.0.15
-
Component/s: MODULE_CURL, MODULE_SOAP
-
Labels:None
-
Sprint:netcurl-6.0.15
Description
https://bugs.php.net/bug.php?id=38703
When using bad login data with SOAP we expect an "Unauthorized" error to be thrown. SoapClient does not seem to properly support this, so to not break the netcurl library we could use a setFlag property, to enable a temporary errorhandler for WARNING-errors. If the initial soapclient has an error caused by Unauthorized-errors, this will throw back the proper error instead of a dead-string "Can not load"-error message.
Attachments
Issue Links
- relates to
-
NETCURL-73 On SOAP errors based on the "Unauthorized"-bug, break after first exception by default
-
- Done
-