Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. public function __construct(){
  2. // CreateSoapClient and assign to class
  3. $this->createClient('https://testservice.postnl.com/CIF_SB/BarcodeWebService/1_1/?wsdl');
  4. }
  5.  
  6. public function createClient($url){
  7. //Create Client
  8. $this->client = new SoapClient($url);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement