سلام این اطلاعات نمونه php هست توی فایل ضمیمه
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<?php
// turn off the WSDL cache
ini_set("soap.wsdl_cache_enabled", "0");
try {
$user = "Here UserName";
$pass = "Here PassWord";
$client = new...