使用 SOAP 的 Flex Magento 连接

发布于 2024-12-18 03:55:54 字数 488 浏览 1 评论 0原文

我正在尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文