• 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

consume a web service in Eclipse 3.2 /Jdk1.4/Tomcat 5.0.19

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a tomcat based web application running on JDK1.4.13 in tomcat 5.0.19 and there is a requirement that I would need to consume a web service. I downloaded Axis2 and tried to read the examples to develop a client to consume a web service.
My questions are
1. Do I need to upgrade my java to 1.5 ?
2. Can someone give me a simple example of a client class that I can learn from? To build the client class from scratch?

Thanks,
Elias
 
Ranch Hand
Posts: 2187
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Apache Axis2 installation guide has documentation that specifies its compatibility with versions of the JDK.

In regards to creating client application, the Apache Axis2 User's Guide has a specific section on creating clients.
 
reply
    Bookmark Topic Watch Topic
  • New Topic