Now you should proceed with write your web service and deploy it with wsdd file. (You can use AdminClient for that.). go to http://ws.apache.org/axis/ and go to user guide. You may start from the middle e.g. Publishing Web Services with Axis may be. Go through it. you will know every thing. Srianth
--------------- Lanka Software Foundation (http://www.opensource.lk) Promoting Open-Source Development in Sri Lanka. --------------- On Tue, 2003-06-24 at 04:28, Wendy Smoak wrote: > Okay, I'm pretty comfortable with creating a Java class and dropping a > .jws file into Axis. I can look at the ?wsdl URL and it's more or > less comprehensible. > > What's the next thing to learn? Eventuallly, I need to accept SOAP > requests with rather a lot of parameters (right now I'm just testing > with HTTP GET or POST) and I want to do the kind of services where > Axis will take all of the parameters and set properties in a single > object that is in my method signature. And I need to respond with XML > in the body of the response, not a single String or int value as the > .jws files allow. > > But I think there must be a step in between what I've learned so far, > and my eventual goal. Anyone care to suggest a term or two for Google > and give me a shove in the right direction? > > -- > Wendy Smoak > Applications Systems Analyst, Sr. > Public Affairs, Information Resources Management > Arizona State University, Tempe AZ >
