• mapped-name is required for org.apache.cxf.binding.AbstractBaseBindingFactory/bus of deployment

    I am using JBoss AS 5.1 with Java 1.6.22 and get the following error when I try to deploy my dynamic web project through Eclipse. I am using Apache CXF v2.7.18 and have auto generated .java files through "Generate Jav...
    Profile Photo
    created by moic
  • [Wildfly 8.2.0] Securing webservices

    Hi, I'm trying to secure webservices with a custom policy.   I have no errors when starting Wildfly but the policy is not included in the WSDL. We have an EAR structure project. The interface is in another JAR...
    Profile Photo
    last modified by romain.brochot
  • Cannot create a secure XMLInputFactory (JBoss 5.1 AS)

    I am trying to generate a "Java Bean Skeleton" from a wsdl file using Apache CXF 2.7. I was following this tutorial: kaustuv's blog: Web Services example using CXF & JBOSS but have encountered an error on my end w...
    Profile Photo
    created by moic
  • Issue with Webservice project with Apache CXF deployed into Jboss EAP 6

    I have WebService Endpoint Project(Service Project) built on Apache CXF and which is working fine when I tested with Tomcat and VMware Fabric Server(comes with Spring STS IDE). I could able run WSDLs up and running. B...
    Profile Photo
    last modified by mail2kondeti
  • Reg commands for JBOSS Fuse

    Hi Team, I am new to Fuse. Could you please let me know if there are any resource for commands which we are using in JBOSS Fuse. or any jboss fuse tutorilas where I an get all the commands which are very frequently us...
    Profile Photo
    last modified by vikas38118
  • Migrating a WS frm Jboss 4.2.2 to Jboss 7.1

    Tryign to nigrate an existing WS from Jboss 4.4.2 to Jbss 7.1 Final and gettign a lot of issues. My code is below.     @WebService (name="OasService", serviceName="OasServiceService", targetNamespa...
    Profile Photo
    last modified by vatsanm
  • How to Disable Chunked encoding in jboss 6.1 eap?

    15:16:47,679 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/fims].[default]] (http-/127.0.0.1:8080-1) JBWEB000236: Servlet.service() for servlet default threw exception: org.apache.cxf.bind...
    Profile Photo
    last modified by harikran
  • Apache CXF LoggingFeature - LoggingInInterceptor issue.

    I have problem when trying to intercept the requests and responses before printing the log. I would like to intercept the request message before being print in the log, to handle some values and masking them because a...
    Profile Photo
    last modified by wjsem
  • Blank Field 'Unmarshalling Error' while invoking webservice

    We are migrating our existing webservices from websphere to JBOSS EAP 6.3. Services used to work fine in websphere but after migration to JBOSS EAP 6.3 we are facing lot of issues wro Unmarshalling. If client tries to...
    Profile Photo
    last modified by mkv
  • cxf multipart requests are "400 Bad Request".

    Hi, I am investigating the cause of errors in the server.log when running a benchmark.   On the client side I tried two app servers runtimes. EAP 6.4.0.GA and Wildfly 9.0.1.Final. On the server side I tried EAP...
    Profile Photo
    last modified by whitingjr
  • android ksoap2 and jboss eap 6.2  webservice call problems

    Hi to all, i developed a simple webservice with jboss developer studio and try to call it from a simple android app with ksoap library the problem is that if i call the webservice from a sinmple web app with axis t...
    Profile Photo
    last modified by da_andrea
  • Apache-CXF client failing to bind runtime on JBOSS EAP 6.3

    Hi all,   I have a war deployed on the Jboss EAP 6.3 that has a client jar generated using the "org.jboss.ws.cxf:jbossws-cxf-client" maven plugin. The war is made portable removing any apache-cxf stuff and relat...
    Profile Photo
    created by jeetu
  • cxf webservice client deploy on JBoss and kerberos authentication

    I have a cxf webservice client deploy on JBoss 7.1 . The client need to do kerberos authentication with the remote web service (use a keytab file).My application and the remote web service share the same Active direct...
    Profile Photo
    created by yoav-golan
  • Moving to JBossWS-CXF in AS 6 Final

    Kuntal Mondal wrote on https://issues.jboss.org/browse/JBAS-8779 :   Alessio - thanks a lot for responding to this issue. I am not using  anything very specific to  JBossWS-Metro and will be happy to u...
    Profile Photo
    last modified by asoldano
  • What do I need to host web services?

    I want to try out JBoss. Currently I have CXF based web services running off off Tomcat.  To get a leg-in to JBoss Fuse, what exactly do I need to download?  I am confused between EAP and Web Server?  T...
    Profile Photo
    created by pidge66
  • double slashes in webservices address

    hi.   i am using jboss5.1.GA (jdk-6) and jbossws-cxf-3.4.0. i created a web service named  TestWS;   and i added to web.xml as; <servlet> <display-name>TestWS</display-name> <...
    Profile Photo
    last modified by xdat26
  • [cxf 2.3.3 vs 2.7.10] Different parameter naming in payload using DynamicClient

    Hello community, in reference to [http://cxf.547215.n5.nabble.com/cxf-2-3-3-vs-2-7-10-Different-parameter-naming-in-payload-using-DynamicClient-td5753385.…]   ---   Hello, I updated cxf from 2.3....
    Profile Photo
    created by dennis.bayer
  • How to correctly change javax.xml.ws.spi.Provider?

    Hi, everyone!   Recently I started to learn Switchyard 2.0 (on Wildfly 8.1) and I needed to configure JAX-WS client (Proxy, SSL, SOAP Interceptors etc.). I found that since version 2.0 of Switchyard I can use cx...
    Profile Photo
    last modified by jokser
  • Basic authentication for cxf client in camel route using conduit in blueprint

    Hi, I am using blueprint for camel routing.  My camel routing is to transform a rest call to another rest call with some payload xml formatting. While passing on to rsClient i want to send credentials for basic ...
  • How to register two ports (plain text, SSL) on the same URL with different protocols?

    Hi all,   (My setup is jbossws-cxf, no spring, no blueprint, just EE or POJO's).   Is it possible to register a non-SSL ("normal") and SSL-configured port on the same URL with different protocols? For exam...
    Profile Photo
    last modified by marco.rietveld