Skip to content

Commit

Permalink
update to v 11.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
qitia committed Oct 15, 2018
1 parent 1fd7cfd commit 25a7ab4
Show file tree
Hide file tree
Showing 76 changed files with 787 additions and 249 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Bing Ads Java SDK includes and depends on the microsoft.bingads Maven artifa
<dependency>
<groupId>com.microsoft.bingads</groupId>
<artifactId>microsoft.bingads</artifactId>
<version>11.12.6.1</version>
<version>11.12.7</version>
</dependency>
```
If you are not using a Maven project, you must include the correct version of each dependency. You can review the complete list of Bing Ads Java SDK dependencies at the [Maven Repository](http://mvnrepository.com/artifact/com.microsoft.bingads/microsoft.bingads/).
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.bingads</groupId>
<version>11.12.6.1</version>
<version>11.12.7</version>
<name>Bing Ads Java SDK</name>
<description>The Bing Ads Java SDK is a library improving developer experience when working with the Bing Ads services by providing high-level access to features such as Bulk API, OAuth Authorization and SOAP API.</description>
<url>https://github.com/BingAds/BingAds-Java-SDK</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Generated source version: 2.1
*
*/
@WebServiceClient(name = "AdInsightService", targetNamespace = "Microsoft.Advertiser.AdInsight.Api.Service.V11", wsdlLocation = "https://adinsight.api.sandbox.bingads.microsoft.com/Api/Advertiser/AdInsight/v11/AdInsightService.svc?wsdl")
@WebServiceClient(name = "AdInsightService", targetNamespace = "Microsoft.Advertiser.AdInsight.Api.Service.V11", wsdlLocation = "https://adinsight.api.bingads.microsoft.com/Api/Advertiser/AdInsight/v11/AdInsightService.svc?wsdl")
public class AdInsightService
extends Service
{
Expand All @@ -30,7 +30,7 @@ public class AdInsightService
URL url = null;
WebServiceException e = null;
try {
url = new URL("https://adinsight.api.sandbox.bingads.microsoft.com/Api/Advertiser/AdInsight/v11/AdInsightService.svc?wsdl");
url = new URL("https://adinsight.api.bingads.microsoft.com/Api/Advertiser/AdInsight/v11/AdInsightService.svc?wsdl");
} catch (MalformedURLException ex) {
e = new WebServiceException(ex);
}
Expand Down
4 changes: 2 additions & 2 deletions proxies/com/microsoft/bingads/v11/bulk/BulkService.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Generated source version: 2.1
*
*/
@WebServiceClient(name = "BulkService", targetNamespace = "https://bingads.microsoft.com/CampaignManagement/v11", wsdlLocation = "https://bulk.api.sandbox.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v11/BulkService.svc?wsdl")
@WebServiceClient(name = "BulkService", targetNamespace = "https://bingads.microsoft.com/CampaignManagement/v11", wsdlLocation = "https://bulk.api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v11/BulkService.svc?wsdl")
public class BulkService
extends Service
{
Expand All @@ -30,7 +30,7 @@ public class BulkService
URL url = null;
WebServiceException e = null;
try {
url = new URL("https://bulk.api.sandbox.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v11/BulkService.svc?wsdl");
url = new URL("https://bulk.api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v11/BulkService.svc?wsdl");
} catch (MalformedURLException ex) {
e = new WebServiceException(ex);
}
Expand Down
10 changes: 5 additions & 5 deletions proxies/com/microsoft/bingads/v11/bulk/IBulkService.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ public Future<?> downloadCampaignsByAccountIdsAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v11.bulk.DownloadCampaignsByAccountIdsResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "DownloadCampaignsByAccountIds", action = "DownloadCampaignsByAccountIds")
@WebResult(name = "DownloadCampaignsByAccountIdsResponse", targetNamespace = "https://bingads.microsoft.com/CampaignManagement/v11", partName = "parameters")
Expand Down Expand Up @@ -97,8 +97,8 @@ public Future<?> downloadCampaignsByCampaignIdsAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v11.bulk.DownloadCampaignsByCampaignIdsResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "DownloadCampaignsByCampaignIds", action = "DownloadCampaignsByCampaignIds")
@WebResult(name = "DownloadCampaignsByCampaignIdsResponse", targetNamespace = "https://bingads.microsoft.com/CampaignManagement/v11", partName = "parameters")
Expand Down Expand Up @@ -138,8 +138,8 @@ public Future<?> getBulkDownloadStatusAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v11.bulk.GetBulkDownloadStatusResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetBulkDownloadStatus", action = "GetBulkDownloadStatus")
@WebResult(name = "GetBulkDownloadStatusResponse", targetNamespace = "https://bingads.microsoft.com/CampaignManagement/v11", partName = "parameters")
Expand Down Expand Up @@ -179,8 +179,8 @@ public Future<?> getBulkUploadUrlAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v11.bulk.GetBulkUploadUrlResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetBulkUploadUrl", action = "GetBulkUploadUrl")
@WebResult(name = "GetBulkUploadUrlResponse", targetNamespace = "https://bingads.microsoft.com/CampaignManagement/v11", partName = "parameters")
Expand Down Expand Up @@ -220,8 +220,8 @@ public Future<?> getBulkUploadStatusAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v11.bulk.GetBulkUploadStatusResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetBulkUploadStatus", action = "GetBulkUploadStatus")
@WebResult(name = "GetBulkUploadStatusResponse", targetNamespace = "https://bingads.microsoft.com/CampaignManagement/v11", partName = "parameters")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Generated source version: 2.1
*
*/
@WebServiceClient(name = "CustomerBillingService", targetNamespace = "https://bingads.microsoft.com/Billing/v11", wsdlLocation = "https://clientcenter.api.sandbox.bingads.microsoft.com/Api/Billing/v11/CustomerBillingService.svc?wsdl")
@WebServiceClient(name = "CustomerBillingService", targetNamespace = "https://bingads.microsoft.com/Billing/v11", wsdlLocation = "https://clientcenter.api.bingads.microsoft.com/Api/Billing/v11/CustomerBillingService.svc?wsdl")
public class CustomerBillingService
extends Service
{
Expand All @@ -30,7 +30,7 @@ public class CustomerBillingService
URL url = null;
WebServiceException e = null;
try {
url = new URL("https://clientcenter.api.sandbox.bingads.microsoft.com/Api/Billing/v11/CustomerBillingService.svc?wsdl");
url = new URL("https://clientcenter.api.bingads.microsoft.com/Api/Billing/v11/CustomerBillingService.svc?wsdl");
} catch (MalformedURLException ex) {
e = new WebServiceException(ex);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ public Future<?> getBillingDocumentsInfoAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v11.customerbilling.GetBillingDocumentsInfoResponse
* @throws ApiBatchFault_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFault_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiBatchFault_Exception
*/
@WebMethod(operationName = "GetBillingDocumentsInfo", action = "GetBillingDocumentsInfo")
@WebResult(name = "GetBillingDocumentsInfoResponse", targetNamespace = "https://bingads.microsoft.com/Billing/v11", partName = "parameters")
Expand Down Expand Up @@ -98,9 +98,9 @@ public Future<?> getBillingDocumentsAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v11.customerbilling.GetBillingDocumentsResponse
* @throws ApiBatchFault_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFault_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiBatchFault_Exception
*/
@WebMethod(operationName = "GetBillingDocuments", action = "GetBillingDocuments")
@WebResult(name = "GetBillingDocumentsResponse", targetNamespace = "https://bingads.microsoft.com/Billing/v11", partName = "parameters")
Expand Down Expand Up @@ -140,9 +140,9 @@ public Future<?> getDisplayInvoicesAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v11.customerbilling.GetDisplayInvoicesResponse
* @throws ApiBatchFault_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFault_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiBatchFault_Exception
*/
@WebMethod(operationName = "GetDisplayInvoices", action = "GetDisplayInvoices")
@WebResult(name = "GetDisplayInvoicesResponse", targetNamespace = "https://bingads.microsoft.com/Billing/v11", partName = "parameters")
Expand Down Expand Up @@ -182,8 +182,8 @@ public Future<?> addInsertionOrderAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v11.customerbilling.AddInsertionOrderResponse
* @throws AdApiFaultDetail_Exception
* @throws ApiFault_Exception
* @throws AdApiFaultDetail_Exception
*/
@WebMethod(operationName = "AddInsertionOrder", action = "AddInsertionOrder")
@WebResult(name = "AddInsertionOrderResponse", targetNamespace = "https://bingads.microsoft.com/Billing/v11", partName = "parameters")
Expand Down Expand Up @@ -223,8 +223,8 @@ public Future<?> updateInsertionOrderAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v11.customerbilling.UpdateInsertionOrderResponse
* @throws AdApiFaultDetail_Exception
* @throws ApiFault_Exception
* @throws AdApiFaultDetail_Exception
*/
@WebMethod(operationName = "UpdateInsertionOrder", action = "UpdateInsertionOrder")
@WebResult(name = "UpdateInsertionOrderResponse", targetNamespace = "https://bingads.microsoft.com/Billing/v11", partName = "parameters")
Expand Down Expand Up @@ -264,8 +264,8 @@ public Future<?> getInsertionOrdersByAccountAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v11.customerbilling.GetInsertionOrdersByAccountResponse
* @throws AdApiFaultDetail_Exception
* @throws ApiFault_Exception
* @throws AdApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetInsertionOrdersByAccount", action = "GetInsertionOrdersByAccount")
@WebResult(name = "GetInsertionOrdersByAccountResponse", targetNamespace = "https://bingads.microsoft.com/Billing/v11", partName = "parameters")
Expand Down Expand Up @@ -305,8 +305,8 @@ public Future<?> searchInsertionOrdersAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v11.customerbilling.SearchInsertionOrdersResponse
* @throws AdApiFaultDetail_Exception
* @throws ApiFault_Exception
* @throws AdApiFaultDetail_Exception
*/
@WebMethod(operationName = "SearchInsertionOrders", action = "SearchInsertionOrders")
@WebResult(name = "SearchInsertionOrdersResponse", targetNamespace = "https://bingads.microsoft.com/Billing/v11", partName = "parameters")
Expand Down Expand Up @@ -346,9 +346,9 @@ public Future<?> getKOHIOInvoicesAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v11.customerbilling.GetKOHIOInvoicesResponse
* @throws ApiBatchFault_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFault_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiBatchFault_Exception
*/
@WebMethod(operationName = "GetKOHIOInvoices", action = "GetKOHIOInvoices")
@WebResult(name = "GetKOHIOInvoicesResponse", targetNamespace = "https://bingads.microsoft.com/Billing/v11", partName = "parameters")
Expand Down Expand Up @@ -388,8 +388,8 @@ public Future<?> getAccountMonthlySpendAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v11.customerbilling.GetAccountMonthlySpendResponse
* @throws AdApiFaultDetail_Exception
* @throws ApiFault_Exception
* @throws AdApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetAccountMonthlySpend", action = "GetAccountMonthlySpend")
@WebResult(name = "GetAccountMonthlySpendResponse", targetNamespace = "https://bingads.microsoft.com/Billing/v11", partName = "parameters")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Generated source version: 2.1
*
*/
@WebServiceClient(name = "CustomerManagementService", targetNamespace = "https://bingads.microsoft.com/Customer/v11", wsdlLocation = "https://clientcenter.api.sandbox.bingads.microsoft.com/Api/CustomerManagement/v11/CustomerManagementService.svc?wsdl")
@WebServiceClient(name = "CustomerManagementService", targetNamespace = "https://bingads.microsoft.com/Customer/v11", wsdlLocation = "https://clientcenter.api.bingads.microsoft.com/Api/CustomerManagement/v11/CustomerManagementService.svc?wsdl")
public class CustomerManagementService
extends Service
{
Expand All @@ -30,7 +30,7 @@ public class CustomerManagementService
URL url = null;
WebServiceException e = null;
try {
url = new URL("https://clientcenter.api.sandbox.bingads.microsoft.com/Api/CustomerManagement/v11/CustomerManagementService.svc?wsdl");
url = new URL("https://clientcenter.api.bingads.microsoft.com/Api/CustomerManagement/v11/CustomerManagementService.svc?wsdl");
} catch (MalformedURLException ex) {
e = new WebServiceException(ex);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Generated source version: 2.1
*
*/
@WebServiceClient(name = "ReportingService", targetNamespace = "https://bingads.microsoft.com/Reporting/v11", wsdlLocation = "https://reporting.api.sandbox.bingads.microsoft.com/Api/Advertiser/Reporting/v11/ReportingService.svc?wsdl")
@WebServiceClient(name = "ReportingService", targetNamespace = "https://bingads.microsoft.com/Reporting/v11", wsdlLocation = "https://reporting.api.bingads.microsoft.com/Api/Advertiser/Reporting/v11/ReportingService.svc?wsdl")
public class ReportingService
extends Service
{
Expand All @@ -30,7 +30,7 @@ public class ReportingService
URL url = null;
WebServiceException e = null;
try {
url = new URL("https://reporting.api.sandbox.bingads.microsoft.com/Api/Advertiser/Reporting/v11/ReportingService.svc?wsdl");
url = new URL("https://reporting.api.bingads.microsoft.com/Api/Advertiser/Reporting/v11/ReportingService.svc?wsdl");
} catch (MalformedURLException ex) {
e = new WebServiceException(ex);
}
Expand Down
4 changes: 2 additions & 2 deletions proxies/com/microsoft/bingads/v12/bulk/BulkService.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Generated source version: 2.1
*
*/
@WebServiceClient(name = "BulkService", targetNamespace = "https://bingads.microsoft.com/CampaignManagement/v12", wsdlLocation = "https://bulk.api.sandbox.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v12/BulkService.svc?wsdl")
@WebServiceClient(name = "BulkService", targetNamespace = "https://bingads.microsoft.com/CampaignManagement/v12", wsdlLocation = "https://bulk.api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v12/BulkService.svc?wsdl")
public class BulkService
extends Service
{
Expand All @@ -30,7 +30,7 @@ public class BulkService
URL url = null;
WebServiceException e = null;
try {
url = new URL("https://bulk.api.sandbox.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v12/BulkService.svc?wsdl");
url = new URL("https://bulk.api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v12/BulkService.svc?wsdl");
} catch (MalformedURLException ex) {
e = new WebServiceException(ex);
}
Expand Down
5 changes: 4 additions & 1 deletion proxies/com/microsoft/bingads/v12/bulk/DownloadEntity.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
* &lt;enumeration value="SimilarRemarketingLists"/>
* &lt;enumeration value="AdGroupSimilarRemarketingListAssociations"/>
* &lt;enumeration value="AdGroupNegativeSimilarRemarketingListAssociations"/>
* &lt;enumeration value="Experiments"/>
* &lt;/restriction>
* &lt;/simpleType>
* </pre>
Expand Down Expand Up @@ -292,7 +293,9 @@ public enum DownloadEntity {
@XmlEnumValue("AdGroupSimilarRemarketingListAssociations")
AD_GROUP_SIMILAR_REMARKETING_LIST_ASSOCIATIONS("AdGroupSimilarRemarketingListAssociations"),
@XmlEnumValue("AdGroupNegativeSimilarRemarketingListAssociations")
AD_GROUP_NEGATIVE_SIMILAR_REMARKETING_LIST_ASSOCIATIONS("AdGroupNegativeSimilarRemarketingListAssociations");
AD_GROUP_NEGATIVE_SIMILAR_REMARKETING_LIST_ASSOCIATIONS("AdGroupNegativeSimilarRemarketingListAssociations"),
@XmlEnumValue("Experiments")
EXPERIMENTS("Experiments");
private final String value;

DownloadEntity(String v) {
Expand Down
6 changes: 3 additions & 3 deletions proxies/com/microsoft/bingads/v12/bulk/IBulkService.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ public Future<?> downloadCampaignsByAccountIdsAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.bulk.DownloadCampaignsByAccountIdsResponse
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
*/
@WebMethod(operationName = "DownloadCampaignsByAccountIds", action = "DownloadCampaignsByAccountIds")
@WebResult(name = "DownloadCampaignsByAccountIdsResponse", targetNamespace = "https://bingads.microsoft.com/CampaignManagement/v12", partName = "parameters")
Expand Down Expand Up @@ -138,8 +138,8 @@ public Future<?> getBulkDownloadStatusAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.bulk.GetBulkDownloadStatusResponse
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetBulkDownloadStatus", action = "GetBulkDownloadStatus")
@WebResult(name = "GetBulkDownloadStatusResponse", targetNamespace = "https://bingads.microsoft.com/CampaignManagement/v12", partName = "parameters")
Expand Down Expand Up @@ -179,8 +179,8 @@ public Future<?> getBulkUploadUrlAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.bulk.GetBulkUploadUrlResponse
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetBulkUploadUrl", action = "GetBulkUploadUrl")
@WebResult(name = "GetBulkUploadUrlResponse", targetNamespace = "https://bingads.microsoft.com/CampaignManagement/v12", partName = "parameters")
Expand Down
Loading

0 comments on commit 25a7ab4

Please sign in to comment.