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

Webservice deploy problem

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everybody!
I am having troubles deploying my webservice (code snippets below). I tried the contract-first approach and wrote my wsdl. Then I let CXF generate sources through maven. Then I went through the config files and tried to understand how it all works together and why it doesn't. Because when I publish the project on Tomcat through eclipse the Tomcat starts normally, but has only very little output (I have a feeling the webservice is not recognized properly) and neither through http://localhost:8080/Webservice/services/Webservice?wsdl nor through the tool seapUI i get a connection to the service. How can I debug the deployment process and see where it goes wrong. Or can someone here see in my files what is crooked?
Do you need any details from the java classes? If so which ones?

Thanks for the help!
Ole

wsdl


beans.xml


web.xml


content of the war file:
file.war
|-META-INF
|---MANIFEST
|---maven
|----- ...
|-WEB-INF
|---classes
|-----...
|---lib
|-----...
|---beans.xml
|---web.xml
|-wsdl
|---MassPrintingInternalInterface.wsdl
|---MassPrintingExternalInterface.wsdl
 
Ole Hornischer
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I figured it out by now. Various small things, amongst which I checked the wrong address in my browser
 
To get a wish, you need a genie. To get a genie, you need a lamp. To get a lamp, you need a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic