Problem with parsing JAX-WS Endpoint Configuration xml file

Latest response

My service deployment failed because of parsing error of the webservice configuration file.

Here is the output from the console.

Did anyone had similar problem and what is the solution?

10:42:08,654 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-8) MSC000001: Failed to start service jboss.deployment.unit."test.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."test.war".PARSE: WFLYSRV0153: Failed to process phase PARSE of deployment "test.war"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:154)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.IllegalStateException: JBWS021001: Unexpected element parsing urn:jboss:jbossws-jaxws-config: jaxws-config
at org.jboss.wsf.spi.metadata.config.ConfigMetaDataParser.parse(ConfigMetaDataParser.java:135)
at org.jboss.wsf.spi.metadata.config.ConfigMetaDataParser.parse(ConfigMetaDataParser.java:99)
at org.jboss.wsf.spi.metadata.config.ConfigMetaDataParser.parse(ConfigMetaDataParser.java:82)
at org.jboss.ws.common.configuration.AbstractCommonConfigResolver.resolveEndpointConfig(AbstractCommonConfigResolver.java:93)
at org.jboss.as.webservices.deployers.WSIntegrationProcessorJAXWS_HANDLER.processAnnotation(WSIntegrationProcessorJAXWS_HANDLER.java:95)
at org.jboss.as.webservices.deployers.AbstractIntegrationProcessorJAXWS.deploy(AbstractIntegrationProcessorJAXWS.java:74)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:147)
... 5 more

10:42:08,664 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "test.war")]) - failure description: {
"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"test.war\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"test.war\".PARSE: WFLYSRV0153: Failed to process phase PARSE of deployment \"test.war\"
Caused by: java.lang.IllegalStateException: JBWS021001: Unexpected element parsing urn:jboss:jbossws-jaxws-config: jaxws-config"},
"WFLYCTL0412: Required services that are not installed:" => ["jboss.deployment.unit.\"test.war\".PARSE"],
"WFLYCTL0180: Services with missing/unavailable dependencies" => undefined

Responses