我尝试使用他们在gethub上提供的这些示例从mindbody API中检索信息: https://github.com/mindbody/API-Examples/tree/master/php
具体来说,我正在尝试运行演示代码getClassDescriptions.php
我拥有正确的凭据并解决了这些错误,但现在我们在发送请求时收到此错误:
Error Message :
Server was unable to read request. ---> There is an error in XML document (2, 1232). ---> The string '' is not a valid AllXsd value.
如何在该XML文档中追踪该字符串?我不知道您是否希望在此处查看我用来发送请求的代码。如果是这样,我可以在这里发布。谢谢你的帮助!我试图解决这个问题已经有三天了!
答案 0 :(得分:0)
为soap客户端使用“track”选项,然后尝试/ catch阻止您的呼叫。在此块中显示$ client-> __ getLastRequest()或$ client-> __ getLastResponse()。