Yes this book is very helpful :=). -----Ursprüngliche Nachricht----- Von: Miller, Janet [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 6. Juli 2005 17:24 An: axis-user@ws.apache.org Betreff: RE: First Web Service
I couldn't find an English version by searching the internet. If anyone knows of an English version or any other books on Axis, please let me know. Thanks, Jan -----Original Message----- From: Wolters, Oliver [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 06, 2005 9:53 AM To: axis-user@ws.apache.org Subject: AW: First Web Service 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: axis-user@ws.apache.org 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