使用 SOAP 的 Flex Magento 连接
我正在尝试使用 SOAP API 将 Flex 与 Magento 连接。但我遇到了一个错误:
faultCode:EncodingError.
faultString: Array of input arguments did not contain a required parameter at position 1.
我像这样请求magento的登录功能:
xmlRequest = <'login'><'username'>username'<'/username'><'apiKey'>apiKey<'/apiKey'><'/login'>";
What is the right way to call login function of magento usingsoap from FLex?
我怎样才能摆脱上述错误?
I am trying to connect Flex with Magento using SOAP API. but i am stuck with an error:
faultCode:EncodingError.
faultString: Array of input arguments did not contain a required parameter at position 1.
I am requesting login function of magento like this:
xmlRequest = <'login'><'username'>username'<'/username'><'apiKey'>apiKey<'/apiKey'><'/login'>";
What is the correct way to call login function of magento using soap from FLex?
How can i get rid of the above error?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论