Skip to content

Instantly share code, notes, and snippets.

@ircykk
Created February 26, 2018 12:14
Show Gist options
  • Save ircykk/71e072fd139ff361643696c7661e254d to your computer and use it in GitHub Desktop.
Save ircykk/71e072fd139ff361643696c7661e254d to your computer and use it in GitHub Desktop.
Allegro SOAP test
<?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