Magento 肥皂请求

发布于 2024-10-13 00:08:26 字数 345 浏览 1 评论 0原文

我需要一些帮助。

我想通过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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我爱人 2024-10-20 00:08:26

只是为了结束这个问题:

这是一个关于 magentosoap 的普遍问题。我问,有没有人有
一些代码给我,而不是纠正我的代码。无论如何,我已经弄清楚了
我自己,如何使用soap v2更新产品。我必须填写xml
字段“productIdentifierType”,值为“sku”或“id”。

Just to close this question:

It was a general question about magento soap. I asked, if anyone has
some code for me, not to correct my code. Anyway, I have figured out
my self, how to update a product with soap v2. I have to fill the xml
field 'productIdentifierType' with the value 'sku' or 'id'.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文