We are using Bing Ads API for advertising our products through the campaign ads. We have accessing the function name getCampaign() referring bing ads document. Inside the getcampaign function calling the method soapCall, the code given below,
$bingAdsSoapClient = $this->bingAPIClient->__soapCall ( $actionGetCampaignsByAccountId, array( $actionGetCampaignsByAccountId. 'Request' => $parametersForBingAdsAPIAccountId ), null, $this->bingAPIInputHeaders, $outputHeaders );
When we execute the code it returns $bingAdsSoapClient value it comes empty, and we have the campaigns in our account but its displaying empty campaign values.
Thanks