SOAP, How to get data from secound service

Question:

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

Asked By: Adam Fatyga

||

Answers:

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

Answered By: Adam Fatyga
Categories: questions Tags: , , , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.