• 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

JAX-RPC, JAXM, Apache Axis

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

In my project, I am at a point of developing Web Service clients to invoke two different web services. One takes a custom object as method parameter (returns a custom object) and another takes a string argument (returns a string).

Now, I looked at various technologies to design my client viz Apache Axis, JAXM, JAX-RPC, WebLogic's Web service's supporting features etc.

But I am confused looking at each of them. Can someone please let me know what are the tradeoffs to consider while making this decision? and what technology you think best suites my need?

Thanks in advance.
Kiran
reply
    Bookmark Topic Watch Topic
  • New Topic