问题描述
我正在使用dotnet(c#)开发Windows应用程序,因为我正在使用bing ads api。
I am developing the windows application using dotnet(c#) in that i am using bing ads api.
当我在我的应用程序中添加bing帐户时,我收到以下错误。
When I am adding the bing account in my application I am getting the error below.
"无效的客户数据。检查SOAP故障详细信息以获取更多信息。"
" Invalid client data. Check the SOAP fault details for more information."
我的问题与昨天的问题略有不同也可以在我的应用程序中添加帐户。但今天目标无法添加帐户显示上述错误。我没有在我的代码中更改任何内容,但即使我无法在我的应用程序中连接绑定帐户。
My Problem is slight different the yesterday also Am able to add account in my application. But today aim not able add account it's showing the above error. I hadn't change anything in my code but even though i am not able to connect bind account in my application.
我尝试了所有方法,但我没有得到解决方案。 我拥有开发人员令牌,访问权限,客户ID和所有内容等所有凭据。
I tried in all ways but am not getting solution. I have all the credentials like developer token, accesstoken, client id and everything.
请任何人帮我解决此问题。
Please can any one help me out this issue.
谢谢提前。
推荐答案
我建议你 捕获
SOAP请求和响应,例如,使用第三方工具,如Fiddler。然后我们可以看到返回了什么错误代码/消息。
I suggest that you capture the SOAP request and response e.g., using a 3rd party tool such as Fiddler. Then we can see what error code / message is returned.
祝你好运,
Best regards,
Eric
Eric
这篇关于FaultException:无效的客户端数据。有关更多信息,请查看SOAP故障详细信息。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!