• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Need tutorial, or wizard, which works.

 
Ranch Hand
Posts: 1067
2
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anyone know of a web services tutorial which works? It seems like every time I try and use a web service tutorial it is out of date and I am not able to figure out how to complete it.
For that matter, does anyone know of a wizard which works? For example I use MyEclipse, and the wizard which they have to help you set up a web service never gets me to the point where I have a web service.
 
Ranch Hand
Posts: 88
Spring Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can look into axis 2. Here is very easy tutorial: Axis Tutorial Roseindia
 
Greenhorn
Posts: 15
Oracle VI Editor Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Shashank Ag wrote:You can look into axis 2. ....



axis seems to be JAX-RPC; maybe JAX-WS is more up-to-date.

so, for beginners (like me) another question is which environment regarding development of webservices is appropriate.
eg. which spec (jax-rpc vs jax-ws) to use
eg. which runtime (glassfish 2.1, 3.x ?, only tomcat ?, axis, metro standalone ?)
eg. which IDE (eclipse, netbeans) - (which edition ? eclipse for SOA developers ?, which Plug-ins ?)

and finally with all these components its the question which wizards to use or which deployment method
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

...www.roseindia.net...


I strongly advise to ignore this site. It's full of awful, erroneous code and bad practices.
 
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
Hi William,
If you are using MyEclipse, web services are made within a couple of minutes. Although, I recommend you to go through proper tutorials, if you want to see immediate results, then you can still rely on MyEclipse. Let me know at what point you are stuck, so I can try helping you out.
 
William Barnes
Ranch Hand
Posts: 1067
2
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the suggestions. The MyEclipse tutorial is out of date, and I am working with support on their forums to try and get that to work. I will also check out the other links provided.
 
Naren Chivukula
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

The MyEclipse tutorial is out of date


If you are referring XFire, then it is deprecated. But, JAX-WS web service tutorial still holds good even with MyEclipse version as high as 8.5.
http://www.myeclipseide.com/documentation/quickstarts/webservices_jaxws/
 
William Barnes
Ranch Hand
Posts: 1067
2
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am running v8.6, maybe that is the problem. I have posted onto the Documentation forum at that site.
 
If you look closely at this tiny ad, you will see five bicycles and a naked woman:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic