RE: First Web Service

2005-07-06 Thread Jim Azeltine
I bought a copy of "Building Web Services with Java" ISBN 0-672-32641-8. It has excellent sections on SOAP and XML/XSD in addition to a whole section "Implementing Web Services with Apache Axis"."Miller, Janet" <[EMAIL PROTECTED]> wrote: I couldn't find an English version by searching the internet.

AW: First Web Service

2005-07-06 Thread Ferruh Zamangoer
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

RE: First Web Service

2005-07-06 Thread Patrick Quinn
I think there is only a German version. Some others on the list though that might be useful: http://wiki.apache.org/ws/AxisBooks -Original Message- From: Miller, Janet [mailto:[EMAIL PROTECTED] Sent: 06 July 2005 16:24 To: axis-user@ws.apache.org Subject: RE: First Web Service I

RE: First Web Service

2005-07-06 Thread Miller, Janet
-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 av

AW: First Web Service

2005-07-06 Thread Wolters, Oliver
ht- 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 f

RE: First Web Service

2005-07-05 Thread Miller, Janet
the method and TZCService is the name of the Web Service.   Thanks for your help,   Jan -Original Message-From: Miller, Janet Sent: Tuesday, July 05, 2005 7:03 PMTo: 'axis-user@ws.apache.org'Subject: RE: First Web Service I deployed the TZCServiceSoapSkeleton and i

RE: First Web Service

2005-07-05 Thread Miller, Janet
Please respond toaxis-user To cc Subject First Web

Re: First Web Service

2005-07-05 Thread Paul I Fodor
Please respond to axis-user To cc Subject 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 sk

First Web Service

2005-07-05 Thread Miller, Janet
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 retu

RE: Client error trying to create first Web Service

2005-07-05 Thread Miller, Janet
Client error trying to create first Web Service I just created my very first web service.  I did this by retrieving wsdlfor a web service that is currently being developed by another companyand running wsdl2java to generate the client

Re: Client error trying to create first Web Service

2005-07-05 Thread Paul I Fodor
t; ); See if for this method you allow this call in the deployment file. Paul Fodor. "Miller, Janet" <[EMAIL PROTECTED]> 07/05/2005 05:08 PM Please respond to axis-user To cc Subject Client error trying to create first Web Service I just created my very

Client error trying to create first Web Service

2005-07-05 Thread Miller, Janet
I just created my very first web service. I did this by retrieving wsdl for a web service that is currently being developed by another company and running wsdl2java to generate the client and server stub and skeleton code. I added some simple implementation into my service Impl class to just