• 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

Apache CXF web service

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Guys

I need a favor regarding some functionality.
I'm making a webservice using Apache CXF, I have done also client side code for using created webservice.
Now I want shows all listed web services operations in jsp page, in server side code, using spring controller.
listed service should have some information like below:
1: Service Overview
2: SID information
3: WSDL API
4: WSDL Definition

thanks


 
Ranch Hand
Posts: 499
Spring AngularJS Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
angad jha,

Are you writing a SOAP service?

And Can you give me the advantages of combining Spring with Apache CFX?
 
angad jha
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No, I'm using RESTFul webservice
JAX-RS implementation
 
Partheban Udayakumar
Ranch Hand
Posts: 499
Spring AngularJS Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
angad jha,

I am not familiar with Webservices, I am just beginning with it. But I am confused, why would need WSDL in REST?
 
angad jha
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry for Confusion, let me explain.
actually I'm making admin page in server code , So I want value like above formate, it's not compulsory for value with WSDL.
I need only available webservices,
do you have any suggestion for getting all Available RESTful services:
on jsp page,
 
Partheban Udayakumar
Ranch Hand
Posts: 499
Spring AngularJS Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

angad jha wrote:
do you have any suggestion for getting all Available RESTful services:
on jsp page,



Sorry I am lost here. I am not getting what exactly you are trying to convey here?

PS: I see you are using Spring, so try writing your REST service with Spring REST. Spring REST wont be difficult to learn.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic