Hi, I've got a couple of questions about using WSDL with Axis.
1. I notice that in example 6 of the userguide, after using the WSDL2Java tool, the following files are generated: 1 - WidgetPriceSoapBindingImpl.java 2 - WidgetPrice.java 3 - WidgetPriceService.java 4 - WidgetPriceServiceLocator.java 5 - WidgetPriceSoapBindingSkeleton.java 6 - WidgetPriceSoapBindingStub.java 7 - deploy.wsdd 8 - undeply.wsdd I understand that some of these are meant to be on the client and some of them are supposed to be on the server. - My question is, why is it that you need to have certain Java files on the client side? - Don't you just need a single file on the client that invokes the service? - Which files listed above need to be on the server and which ones need to be on the client? - What exactly is each file for? 2. Also, suppose a client wishes to access a service on a server (both running on Axis), would it be possible for the client to access the service if it *only* knows the URL of the WSDL file on the server providing the service? Thanks, Supriyo __________________________________________________ Do You Yahoo!? Win a DV camera, join our "30 Seconds of Fame" contest http://sg.movies.yahoo.com
