wsdlpull is an efficient C++ Web services library that includes a standards compliant WSDL parser API, a Schema parser and validator, an XML parser and serializer, and an API and command line tool for dynamically inspecting and invoking WSDL Web services.
wsdlpull is an efficient C++ Web services library that includes a standards compliant WSDL parser API, a Schema parser and validator, an XML parser and serializer, and an API and command line tool for dynamically inspecting and invoking WSDL Web services.
To install wsdlpull, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install wsdlpull
To see what files were installed by wsdlpull, run:
port contents wsdlpull
To later upgrade wsdlpull, run:
sudo port selfupdate && sudo port upgrade wsdlpull
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.