问题描述
你好,
代码:105
  ;错误代码:InvalidCredentials
消息:身份验证失败。提供的凭据无效或帐户处于非活动状态
以下是我的SOAP响应。  有时候有效,有时无法正常工作。两天之前一切正常。
<?xml version =" 1.0" encoding =" UTF-8"?>
< SOAP-ENV:Envelope xmlns :SOAP-ENV = QUOT; HTTP://schemas.xmlsoap.org/soap/envelope/"的xmlns:NS1 = QUOT; HTTPS://bingads.microsoft.com/CampaignManagement/v9" xmlns:xsi =" http://www.w3.org/2001/XMLSchema-instance">
< SOAP-ENV:标题>
< ns1:CustomerAccountId> XXXXX< / ns1:CustomerAccountId>
< ns1:CustomerId />
< ns1:DeveloperToken> XXXXXXX< / ns1:DeveloperToken>
< ns1:UserName> XXXXXXX< ; / ns1:用户名>
< ns1:密码> XXXXXXXX< / ns1:密码>
< ns1:AuthenticationToken />
< ; / SOAP-ENV:标题>
< SOAP-ENV:正文>
< ns1:UpdateCampaignsRequest>
< ns1:AccountId& gt; XXXXXXX< / ns1:AccountId>
< ns1:广告系列>
< ns1:Campaign>
< ns1:BudgetType xsi: nil =" true" />
< ns1:ConversionTrackingEnabled xsi:nil =" true" />
< ns1:DailyBudget xsi:nil =" true" />
< ns1:DaylightSaving xsi:nil =" true" />
< ns1:说明xsi:nil =" true" />
< ns1:ForwardCompatibilityMap xsi: nil =" true" />
< ns1:Id> XXXXXXX< / ns1:Id>
< ns1:MonthlyBudget xsi:nil =" true" />
< ns1:名称xsi:nil =" true" />
< ns1 :状态>有效< / ns1:状态>
< ns1:TimeZone xsi:nil =" true" />
< / ns1:广告系列>
< / ns1:广告系列>
< / ns1:UpdateCampaignsRequest>
< / SOAP-ENV:Body>
< / SOAP-ENV:Envelope>
请提出任何建议!
问候,
Gopal Rathod
谢谢Gopal Rathod
Hello,
Code: 105
Error Code: InvalidCredentials
Message:Authentication failed. Either supplied credentials are invalid or the account is inactive
Below is my SOAP response. some times is working and some of times it not working. everything is working fine before two days.
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://bingads.microsoft.com/CampaignManagement/v9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Header>
<ns1:CustomerAccountId>XXXXX</ns1:CustomerAccountId>
<ns1:CustomerId/>
<ns1:DeveloperToken>XXXXXXX</ns1:DeveloperToken>
<ns1:UserName>XXXXXXX</ns1:UserName>
<ns1:Password>XXXXXXXX</ns1:Password>
<ns1:AuthenticationToken/>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<ns1:UpdateCampaignsRequest>
<ns1:AccountId>XXXXXXX</ns1:AccountId>
<ns1:Campaigns>
<ns1:Campaign>
<ns1:BudgetType xsi:nil="true"/>
<ns1:ConversionTrackingEnabled xsi:nil="true"/>
<ns1:DailyBudget xsi:nil="true"/>
<ns1:DaylightSaving xsi:nil="true"/>
<ns1:Description xsi:nil="true"/>
<ns1:ForwardCompatibilityMap xsi:nil="true"/>
<ns1:Id>XXXXXXX</ns1:Id>
<ns1:MonthlyBudget xsi:nil="true"/>
<ns1:Name xsi:nil="true"/>
<ns1:Status>Active</ns1:Status>
<ns1:TimeZone xsi:nil="true"/>
</ns1:Campaign>
</ns1:Campaigns>
</ns1:UpdateCampaignsRequest>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Please any suggestion!
Regards,
Gopal Rathod
Thank You Gopal Rathod
这篇关于代码:105,错误代码:InvalidCredentials的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!