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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • codeboy
    Senior Member
    • May 2018
    • 112

    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");
  • item
    Active Community Member
    • Mar 2017
    • 1489

    #2
    maybe try so :

    $client = \SoapClient("https://tckimlik.nvi.gov.tr/Service/KPSPublic.asmx?WSDL");
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

    Comment

    Working...