parsing WSDL
Hi to all. Is there a way, maybe using 4suite, to read a wsdl file and find for every method all the input/output params and their type? -- http://mail.python.org/mailman/listinfo/python-list
regular expression for javadoc style comment
Hi all, i need to use a regular expression to match javadoc style comments in a file, something like /** * Constructs a new Call instance. * * @param object the object the Function shall be executed on * @param func the Function that shall be executed