• 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

Exposing existing service layer classes as web services

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am developing the small login application using Spring MVC, Spring Security, Hibernate.

It has two service classes Aimpl.java & Bimpl.java. One of them(Aimpl.java) depends on Spring security.

Now I want to expose the service classes as web services.

So using Axis2 code gen wizard I created two wsdl files.

What should I do next.

I haven't used web services before. So Can anybody please advise me to move forward with this thing.

Thanks
Barry.
 
reply
    Bookmark Topic Watch Topic
  • New Topic