英文:
SOAP, How to get data from secound service
问题
我试图使用SOAP从API获取数据。一切都运作正常,但该API有两个服务。第一个用于测试,它正常运行。但数据在第二个服务中被隐藏了。我使用zeep。
英文:
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.
答案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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论