PDA

View Full Version : مشکل با soap



baran17862
دوشنبه 05 تیر 1391, 17:34 عصر
سلام
لطفا کمک کنید
این کد را نگاه کنید



<?php
require_once('lib/nusoap.php');
$client = new nuSoap_Client( 'http://www.fddit.ir/webservice/service.asmx');
$para = array(
domain => '',
messageBodies => 'test',
recipientNumbers => '09188666666',
senderNumber => '30002896',
encodings => '',
udhs => '',
messageclasses => '',
priorites => '',
checkingMessageIds => '',
Username => 'saht',
Password => '123123'
);
$res = $client -> Sendup( $para );
?>


ولی بعد اجرا این ارور را میده

Fatal error: Call to undefined method nusoap_client::SendUP() in /homepublic_html/0000/sss.php on line 17

در صورتی که متد SendUP وجود داره