• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Web Services newbie

 
Ranch Hand
Posts: 137
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I have a few questions about webservices. I am trying to learn WebServices but I am not really sure where to start. I have 2 books "Building Web Services with Java" and "Real World Web Services". I tend to lean towards hands-on education.

Additionally, a short term goal is to become a Sun Certified Developer for Java Web Services.


1) What is the preferred method for web services? JMS, Soap, etc.. Is it registering your WSDL in some UDDI registry and then creating AXIS soap clients to do method calls.

2) What is the mostly widely used soap web services toolkit? Apache AXIS? IBM Soap? etc

3) Does anyone know of a tutorial for WSAD 5.1.x that brings you through creating a web service?

4) What version of SOAP does Apache AXIS 1.0 use?

Regards
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You already got two great books in your hand, just get started with them.


>Additionally, a short term goal is to become a Sun Certified Developer >for Java Web Services.

Good luck. We have a separate for it...check here https://coderanch.com/forums/f-80/java-Web-Services-SCDJWS

>1) What is the preferred method for web services? JMS, Soap, etc.. Is >it registering your WSDL in some UDDI registry and then creating AXIS >soap clients to do method calls.

Depends, SOAP is widely used for most business cases. You are right,by the way registering a WSDL in UDDI is oneway of publishing webservices to users. wsdl can also be published directly on a website and let users know it.

>2) What is the mostly widely used soap web services toolkit? Apache >AXIS? IBM Soap? etc

For learners Axis is good. there is no IBM Soap...do you mean IBM WSAD ?

>3) Does anyone know of a tutorial for WSAD 5.1.x that brings you through >creating a web service?

Yes...check the ibm developerworks website, they got every pieces to get started.

Cheers
Balaji
 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I found this a helpful article.

http://www.onjava.com/pub/a/onjava/2002/06/05/axis.html

Hope this helps.
 
Ranch Hand
Posts: 577
Tomcat Server Notepad Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here is the nice link for getting through Axis

http://javaboutique.internet.com/tutorials/Axis/
 
I miss the old days when I would think up a sinister scheme for world domination and you would show a little emotional support. So just look at this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic