• 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

Https connection with CXF

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I'm new to web services, CXF, WSDl's

I'm creating a Java command line app that is supposed to test a web service already in place. I have the WSDL and I generated the JAVA code using wsdl2java provided by CXF.
Now I need to establish an https connection with the service and I have the url, the keystore and the trustore but I really have no idea on how to go about this.
I have found the information online varies a lot, and to be confusing. Can someone point me out to a recent easy to understand tutorial?

This is what I'm trying so far to at least get an http connection going but even this is not working for me


Exception in thread "main" org.apache.cxf.service.factory.ServiceConstructionException: Failed to create service.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic