Need Help to get setFields in GreenId from vixverify

Ali Yousaf May 21, 2021

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>";

2 comments

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 22, 2021

Could you explain what this has to do with Confluence?

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events