> > I used ns_xmlrpc with a xmlrpc layer that had been handed down and finally > reworked by Dave Bauer and myself. > > Oh the pain! > > It made me truly envy the C# folks and their WSDL interpreter/class proxy > generator. > > Jerry
The apache axis project also has something similar called wsdl2javaand java2wsdl for generating stubs from the WSDL and for generating a WSDL from java code. Dan
