Hi all,
I was wondering if there is a (java?) API parsing a WSDL and returning a structure of the WSDL as well as a description of the schema.
I know a tool like wsimport can generate the stubs for a java client but I would also like to create the graphical interfaces (java swing, html...) for sending and receiving some simple requests to/from the server.
any suggestion ?