BingAds / BingAds-PHP-SDK

Other
56 stars 45 forks source link

InternalServiceFault Can we get extra details? #202

Open lezhnev74 opened 4 weeks ago

lezhnev74 commented 4 weeks ago

Some SOAP calls return non-informative InternalServiceFault with this description: The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the \u003CserviceDebug\u003E configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs..

Is it possible with this PHP SDK to enable that extra information returned to us?