Showing 1 to 4 of 4 results for ''

Go to Advance Search

  • 2 {{ upvoteCount | shortNum }}

    Making SOAP API calls to MaxBounty using php.

    Nintendo in Programming

    This is my first time messing with SOAP. PHP Code: $params = array( 'user' => 'username@gmail.com', 'password' => 'password', 'keyStr' => $keyStr, 'subId' => $subId); $return_string = $client->call('getKey','getTodaySubIDStats','getYesterdaySubIDStats','getMonthToDateSubIDStats','getLastMonthSubIDStats', $params);  The $return_string = $client->call('getKey','getTodaySubIDStats','getYesterdayS ubIDStats','getMonthToDateSubIDStats','getLastMont hSubIDStats', $params); spits out Fatal error: Uncaught SoapFault exception: ... [read more]