• 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:

non-SOAP axis2 web service

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can someone point me to any documentation or examples on how to create a non-SOAP axis2 web service? I have gotten a SOAP web service working, but need some help with just an HTTP one. Hoping some examples with WSDL, STUB and test client.

I tried just converting my SOAP one but I'm having problems. Like the setters I had in my SOAP web service are no longer there in my new HTTP one. Any help would be great.
 
Ranch Hand
Posts: 491
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Use GOOGLE,
creating jax-ws web service with Glassfish
creating jax-ws web service with Jboss
creating jax-ws web service using Eclipse

etc...

Or multiple choices:
https://coderanch.com/how-to/java/WebServicesFaq
http://wiki.apache.org/ws/StackComparison

Good luck.
 
Bartender
Posts: 7645
178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why would you want to use Axis if you don't plan to use SOAP? Use the right tool for the job - a JAX-RS library like Jersey would be much easier to use for a RESTful web service.
 
I promise I will be the best, most loyal friend ever! All for this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic