Hello,
I'm still pretty new with JBoss and web services. I came accross this problem couple days ago, but I haven't found a solution for it yet, nor have any idea what went wrong. Please help me to get through this problem.
I want to deploy a Soap over JMS service with Jboss AS 6 (and jdk1.6.0_27), but I want to use my own WSDL. I've addded the wsdlLocation annotations to my implementation java file. Packed it in a War file , which includes the WSDL, put it in the \deploy dir and started up JBOSS.
There was no error or any exceptions. It shows this in the console, so I assumed that the service is deployed. is this correct?
....
11:42:52,265 INFO [TomcatDeployment] deploy, ctxPath=/
11:42:52,624 INFO [TomcatDeployment] deploy, ctxPath=/SoapOverJms
11:42:52,812 INFO [service] Removing bootstrap log handlers
11:42:53,109 INFO [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-172.26.147.156-8080
11:42:53,156 INFO [org.apache.coyote.ajp.AjpProtocol] Starting Coyote AJP/1.3 on ajp-172.26.147.156-8009
11:42:53,156 INFO [org.jboss.bootstrap.impl.base.server.AbstractServer] JBossAS [6.0.0.Final Neo] Started in 4m:7s:21ms
But when I went to view the list of deployed services , i did not see that service listed.
Any suggestions? or any ideas about this?
Thank you