Skip to content

Commit d6222df

Browse files
author
Mariusz Soltys
committed
removed test wsdl url
1 parent 3bd473a commit d6222df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* @var $wsdl string URL to QAS WSDL file, i.e. "http://somehost.com/proweb.wsdl"
1919
*/
20-
$wsdl = "http://vsvr-dev897.euser.eroot.eadidom.com:2026/proweb.wsdl";
20+
$wsdl = "";
2121

2222
$qas = new QAS($wsdl);
2323
$utils = new Utils();

0 commit comments

Comments
 (0)