pythonapisoapwsdlzeep

SOAP, How to get data from secound service


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. enter image description here


Solution

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