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