I have a rather complicated (authentication, logs, ...) SOAP server (standard PHP extension). Everything works fine, but I want to know if there is any tool for creating / creating a WSDL file? All the changes that I do manually, and there are two problems:
I have to test the reasons for the same SOAP server on localhost - I need the same WSDL file, and only the difference in url addresses that point to localhost. I copy and paste lines from one (local) file to another (production) file, and this is a good way to make a mistake.
- new function When I want to add a function to WSDL, it takes me a long time to understand wsdl again because it has more than 1000 lines.
I am new to SOAP as well as WSDL - I am looking for a good (and free) WSDL editor or tool to transfer a WSDL file.
source share