Magento 肥皂请求
我需要一些帮助。
我想通过soap 在magento 中创建一个产品。 在 wsdl 的版本 2 中,创建产品工作正常,但更新相同的产品不起作用,我不知道为什么。 我可以发送请求catalogProducInfo并获得正确的信息。 然后,我通过请求 CatalogProductUpdate 发送完全相同的产品 ID,答案是“产品不存在”。
所以我想尝试wsdl Version 1,但我不知道如何使用webservice。
我必须使用 xml 和 xsl 转换,而不是 java 或 php。
谁能给我一个完整的 xml 请求来为 wsdl 版本 1 创建产品?
多谢。 问候 LStrike
I need some help.
I want to create a product in magento via soap.
In Version 2 of the wsdl creating a product works fine, but updating the same prodict does not work, I don't know why.
I can send the request catalogProducInfo and I get the correct information.
Then I send the exact same product id with the request catalogProductUpdate and the answer is 'product not exist'.
So I want to try the wsdl Version 1, but I don't know how to use the webservice.
I have to use xml and xsl-transformation, no java or php.
Can anyone give me a complete xml-request for creating a product for the wsdl version 1?
Thanks a lot.
Greetings LStrike
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只是为了结束这个问题:
Just to close this question: