Log in to follow, share, and participate in this community.
Thread XML RPC ServiceFactoryImpl
XML RPC ServiceFactoryImplhi all, i have a question regarding implementation of javax.xml.rpc.ServiceFactory by default it uses class org.jboss.ws.core.jaxrpc.client.ServiceFactoryImpl. I have checked Wildfly 10 and JBoss EAP 7 module...
Thread Web Service Client fail with prefix not bound
Web Service Client fail with prefix not boundHi all, I need to access to a Web Service and the third party give the WSDL to generate the client code. I'm using Eclipse in my Project and to generate the Client Code I did this (I don't know if is the best...
CXF faultlistener in WildflyHi, I have need to specify the custom implementation of CXF `FaultListener` in the webservice. The CXF provides following option to do that. public class MyFaultListener implements org.apache.cxf.loggin...
Mystery Endpoint JBoss 7 finalI'm attempting to deploy a top-down/wsdl-first service, using the "Generate Java Bean Skeleton" wizard. The generated artifacts look ok, compile and seem to deploy ok. I see the deployed EAR in the server,...
Thread CXF JAR conflict Exception: "WELD-000071: Managed bean with a parameterized bean class must be @Dependent: class org.apache.cxf.jaxrs.provider.JAXBElementProvider"
CXF JAR conflict Exception: "WELD-000071: Managed bean with a parameterized bean class must be @Dependent: class org.apache.cxf.jaxrs.provider.JAXBElementProvider"
Thread Web service - error in com.sun.xml.ws.api.server
Web service - error in com.sun.xml.ws.api.serverHi All, I have build a web service provider using com.sun.xml.ws.api.server.AsyncProvider and JBoss EAP 7.0.0 (Java 8) However, I am encounter the following error when I try to send SOAP Message ...
Thread NPE in a cxf client because address == null, why?
NPE in a cxf client because address == null, why?Hi, On deploying a JbossWS client on wildfly (10.1.0.Final) using the cxf client (5.1.5.Final ), I consistently get a NullPointerException on calling a WS method as in: Interceptor for {xxx} has thrown except...
Thread Request does not contain Security header, but it's a fault. exception , i follow https://docs.jboss.org/author/display/JBWS/WS-Security tutorial
Thread : mapped-name is required for cxf of deployment auto-update-ws.war
: mapped-name is required for cxf of deployment auto-update-ws.war I am not sure where exactly sure where to start, here but I have a web service war file built using Apache CXF. This war file runs great in apache tomcat container, so I have some level of confiden...
Thread Using JBossWS with Apache CXF-Client and HTTPS
Using JBossWS with Apache CXF-Client and HTTPSDear friends of JBoss, I have some servlets in JBoss (EAP 7 WITH CXF), which call a SOAP-Webservice over HTTPS. I've therfore generated JAX-WS-classes based on WSDL-file using wsimport tool. These classes do n...
Thread Another "Using XMLBeans binding for JAX-WS web services" Problem
Another "Using XMLBeans binding for JAX-WS web services" ProblemHi All! I've been struggling with this for two days now and I'm closer - but still getting an exception and I was hoping someone could possibly help be troubleshoot or overcome it! This old discussion is m...
Apache Camel Cxf failed endpointI want to use a call to a wsdl with only "wsdlURL" in CXF EndPoint. <?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
xmlns:camel="http://camel.apache...
Jboss EAP 6.4.4 Class Loading problemHello, I try to deploy a web application on jboss 6.4.4. The ear file contains Jaxb jars. When invoking a web service there is a problem with xml binding : ClassCastException: attemptin...
Thread webserive with soap over jms doesn't support java ee injection
webserive with soap over jms doesn't support java ee injectionHi Developers, using the soap over jms pattern on a wildfly server (version 10) can't inject a java ejb3 instance. I'll tried to inject the ejb with some appoches of inject an resource annotations but none of them ...
How to secure Jax-wsHello everyone i want to achieve security for our ws this way: 1. We want to use Username token profile. 2. We want to achieve this by using PolicySets 3. Client must provide username(unique emailadress) and ...
JBossWS CXF DataHandler Inputstream emptyHi, Anyone had any issues integrating JBossWS CXF + MTOM + DataHandler with their web service? I enabled MTOM in my web service implementation and my CXF client to receive/send files using DataHandlers i...
SOAP over JMS with JTAI am trying to use jbossws-cxf to implement reliable soap over jms service implementor with websphere MQ adapter running in XATransaction mode. When declaring endpoint implementor like ejb @Stateless i have fo...