I am going to write a simple SOAP web service in Perl.
It accepts two integers and one string in input and produces binary data (png file) to output (a QR code generator).
Can I produce it’s WSDL description from the package source?
I am going to write a simple SOAP web service in Perl. It accepts
Share
Never tried it but Pod::WSDL looks useful.