SOAP,如何从第二个服务获取数据

huangapple go评论74阅读模式
英文:

SOAP, How to get data from secound service

问题

我试图使用SOAP从API获取数据。一切都运作正常,但该API有两个服务。第一个用于测试,它正常运行。但数据在第二个服务中被隐藏了。我使用zeep。
SOAP,如何从第二个服务获取数据

英文:

Im try to take data from API with SOAP.
Everything works, but i have 2 Services on that API.
First one is for test, and it works. But data its 'hiden' on secound.
How can i get there?
I use zeep.
SOAP,如何从第二个服务获取数据

答案1

得分: 0

You need to add 'service_name='TergProductsDataService' to connect to the second service.

英文:

If someone need answer:
You need to add 'service_name='TergProductsDataService' to connect to the second service.

huangapple
  • 本文由 发表于 2023年2月10日 03:40:13
  • 转载请务必保留本文链接:https://go.coder-hub.com/75403646.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定