You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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?