Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Need Help to get setFields in GreenId from vixverify

Ali Yousaf
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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 answers

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 22, 2021

Could you explain what this has to do with Confluence?

0 votes
Ali Yousaf
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 21, 2021

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events