python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
method has @XmlElementMapping on it, but it doesn't return a sub-type of JAXBElement
I am trying to deploy my web service on JBOSS EAP 7.2.
But at the deployment stage I get an error. Doesn't my ObjectFactory class return a JAXBElement in the createCertificateTypeSerialNumber method?
...
Денис Завражнов
Votes: 0
Answers: 0
Why is camel-cxf throwing Could not find portType ServiceConstructionException?
I have a camel route which is trying to login via an informatica web service using apache-cxf.
This is how the route looks :
String WS_URL = "cxf://http://infIntegration?serviceClass=com.inf....
The Dark Knight
Votes: 0
Answers: 1