I put that WSDL in there as I generated the addressbook2 client using a WSDL stub generator (our own old WSDL Toolkit if I recall). I agree we should take it out from there as Apache SOAP doesn't do any WSDL stuff!
Sanjiva. ----- Original Message ----- From: "Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 11, 2002 4:03 AM Subject: Re: Problems with (De)Serializers w/ Code > > What is the deal with WSDL? I noticed that the AddressBook2 sample has a > > .wsdl file in the sample directory, but nothing seems to really reference > > it. How do you lock an object or service to a WSDL file? Does apache soap > > not really support .wsdl (and axis does?) > > Frankly, I do not know what the WSDL file is doing there (nor do I know whether > it is accurate!). Apache SOAP does not consumer or generate WSDL. Axis does > both. However, the WSDL generator in Axis can generate WSDL for classes you use > as Apache SOAP services (well, it worked for me when I tried it once), which is > great if you need to support clients that expect WSDL. > > Scott Nichol >