• 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 Help in Implementing Web services(Bottom Up) in Jax-WS

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
Please help me in implementing Web services in Java using JAX-WS.
I have a simple WSDL with one parameter which is integer.
If its is even true shd be return otherwise false.

How to start, i am

Help with an example/demo will be highly helpful.

Thanks in Advance

Regards
 
Ranch Hand
Posts: 558
2
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hemant Kumar Kawadlar wrote:Hi All,
Please help me in implementing Web services in Java using JAX-WS.
I have a simple WSDL with one parameter which is integer.
If its is even true shd be return otherwise false.

How to start, i am

Help with an example/demo will be highly helpful.

Thanks in Advance

Regards



Hi Hemant,

How far did you travel, in accomplishing this? In a nutshell, in contract first approach, you can use wsimport tool that ships with Metro implementation of JAX-WS or (you can use axis2 wsdl2java even), which results in portable artifacts. In your case, you will get an interface which you need to implement. There are several examples if you had googled. You will find another post in this forum, with the same question.

All the best.

 
Hemant Kumar Kawadlar
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Kumar..
I cannot access the attachement here.
If possible, can you attach it here.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic