What might be PHP SOAP Error for this code?
Hello All,
$wsdl = "http://demo.mchek.com/mChekPaymentGateway/services/mChekPaymentGateway?wsdl";
$id = "16577";
$cliente = new SoapClient($wsdl);
$vem = $cliente->__call('checkStatus',array($id));
print $vem;
?>
Fatal error: Uncaught SoapFault exception: [soap:Client] Not enough message parts were received for the operation. in C:Program FilesEasyPHP 2.0b1wwwexamplessoaptest4.php:5 Stack trace: #0 C:Program FilesEasyPHP 2.0b1wwwexamplessoaptest4.php(5): SoapClient->__call('checkStatus', Array) #1 {main} thrown in C:Program FilesEasyPHP 2.0b1wwwexamplessoaptest4.php on line 5
Can any body solve this error plz?
Questions by veena.upadhya
Showing Answers 1 - 1 of 1 Answers
Related Answered Questions
Related Open Questions
What might be PHP SOAP Error for this code?
$wsdl = "http://demo.mchek.com/mChekPaymentGateway/services/mChekPaymentGateway?wsdl";
$id = "16577";
$cliente = new SoapClient($wsdl);
$vem = $cliente->__call('checkStatus',array($id));
print $vem;
?>
Fatal error: Uncaught SoapFault exception: [soap:Client] Not enough message parts were received for the operation. in C:Program FilesEasyPHP 2.0b1wwwexamplessoaptest4.php:5 Stack trace: #0 C:Program FilesEasyPHP 2.0b1wwwexamplessoaptest4.php(5): SoapClient->__call('checkStatus', Array) #1 {main} thrown in C:Program FilesEasyPHP 2.0b1wwwexamplessoaptest4.php on line 5
Can any body solve this error plz?
Profile Answers by veena.upadhya Questions by veena.upadhya
Questions by veena.upadhya
Related Answered Questions
Related Open Questions