Created
February 26, 2018 12:14
-
-
Save ircykk/71e072fd139ff361643696c7661e254d to your computer and use it in GitHub Desktop.
Allegro SOAP test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
try { | |
$soapClient = new SoapClient('https://webapi.allegro.pl/service.php?wsdl'); | |
} catch(Exception $e) { | |
echo $e->getMessage(); | |
} | |
echo 'OK'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment