getting fatal error in php, while getting response, error is below
error ->
Fatal error: Uncaught SoapFault exception: [env:Server] An unexpected error occurred. in C:\xampp2\htdocs\prjs\soap\check.php:36
my code ->
try {
$paramsForSetFields = array('accountId'=>$aid, 'password'=>$pass, 'verificationId'=>$verifid, 'sourceId'=>'nswregodvs', 'verificationToken'=>'', 'inputFields'=>array());
$setFieldsResponse = $client->setFields($paramsForSetFields); } catch (SoapFault $e) { echo $e; }
echo "<pre>";
print_r( $client->setFields($paramsForSetFields) );
echo "</pre>";
Could you explain what this has to do with Confluence?
$client = new SoapClient('https://au.vixverify.com/Registrations-Registrations/DynamicFormsServiceV3?wsdl');
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.