Vasileios Tsakalis

Results 9 comments of Vasileios Tsakalis

@fusionconsulting Yes i found, in my case previously i used this code within a controller method, what i've done is that i placed this code directly in web routes function...

@devateminent Check this out! Let's suppose you have a method called `myFun()` inside your controller. ``` // Inside file MySampleController.php // The method myFun() to use SoapWrapper public function myFun()...

@devateminent You're welcome mate! Maybe i can help you! Can you provide more information about how to call services from the provided domains.livedns.co.il soap, like a manual. I'm telling this...

@devateminent Check this ;) ``` public function myFun() { $soapWrapper = new \Artisaninweb\SoapWrapper\SoapWrapper; $client = $soapWrapper->add('Domain', function ($service) { $service ->wsdl('https://domains.livedns.co.il/API/DomainsAPI.asmx?WSDL') ->trace(true); }); $params = [ 'DomainName' => 'greetingsfromgreece.com' //...

@kastony Kalispera patrioti. Send me your code to find a solution

@kastony Καλησπέρα και πάλι. Λοιπόν, ακολούθησε τα παρακάτω. Εφόσον χρησιμοποιείς controller 1) Τοποθέτησε τη χρήση του instance κάτω από το namspace και πρίν την έναρξη της κλάσης. `

@kastony Παρακαλώ φίλε μου. Ενδεχομένως οι γραμμές να μην είναι απαραίτητες πλέον λόγω ότι το πακέτο έχει καινούργια έκδοση, εγώ χρησιμοποιώ μια παλαιότερη από το 2018. Σωστά αναφέρεις το σφάλμα...