Skip to content

Instantly share code, notes, and snippets.

@virbo
Last active May 19, 2016 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save virbo/59f2989e504b1aac46c52869f8f9b054 to your computer and use it in GitHub Desktop.
Save virbo/59f2989e504b1aac46c52869f8f9b054 to your computer and use it in GitHub Desktop.
const WSDL_USER = 'username feeder';
const WSDL_PASS = 'password feeder';
public function actionList()
{
$wsdl = new Soapmodel();
$token = $wsdl->token(self::WSDL_USER,self::WSDL_PASS);
return $this->render('listtable',[
'temp' => $wsdl->listtable($token),
]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment