Hi Janet,
what was really helpfull for me when starting with AXIS was a book that
explains web services and AXIS "in deep". Unfortunatly I only have the german
title for you but maybe somebody on this list knows if an english version is
available and how it's called:
Java Magazin
"Java Web Services mit AXIS"
Authors: Dapeng Wang, Thomas Bayer, Thilo Frotscher, Marc Teufel
From: Software & Support Verlag, Frankfurt"
ISBN: 3-935042-57-4
That book saved me from a lot of trouble!
Oliver
-----Ursprüngliche Nachricht-----
Von: Miller, Janet [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 6. Juli 2005 00:07
An: [email protected]
Betreff: First Web Service
I have a basic question about creating a web service. I'm creating my very
first one
and I'm starting with wsdl that was generated from an outside source. I used
wsdl2java to
generate the client stub and skeleton code. It generated a
TZCServiceSoapImpl.java file.
I modified that file to return a simple string from each of the methods so that
I could
test a simple web service. I then deployed the TZCServiceSoapImpl file. Is
that what I
was supposed to deploy? If so, I don't see how the TZCServiceSoapSkeleton is
used. I
don't see anything that calls it. Did I do the correct steps? It's not
working.
Jan