Announcement

Collapse
No announcement yet.

Espo\\Modules\\Customer\\Hooks\\Customer\\SoapClient' not found at

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Espo\\Modules\\Customer\\Hooks\\Customer\\SoapClient' not found at

    Hello there,
    I want to use the PHP SoapClient function, but espocrm doesn't allow it. Could you help ?

    My Code;
    Code:
    $client = new SoapClient("https://tckimlik.nvi.gov.tr/Service/KPSPublic.asmx?WSDL");

  • #2
    maybe try so :

    $client = \SoapClient("https://tckimlik.nvi.gov.tr/Service/KPSPublic.asmx?WSDL");

    Comment

    Working...
    X