• WS-Addressing + decoupled responses + http conduit timeout

    Hi guys!   I trying to use WS-Addressing with decoupled responses and made an example using the http-conduit. The problem I have is that the response is sent several minutes (30 minutes) after the initial call, ...
    Profile Photo
    last modified by gllambi
  • JBossWS-CXF and EAP 6.1.0

    We are exploring the migration from using plain CXF on JBoss 7.1 (as cxf servlets) to using the built in JBossWS-CXF on JBoss EAP 6.1.0.   A few questions:   Our existing plain CXF web services currently us...
    Profile Photo
    last modified by bapats
  • JBoss 7.2 exception The https URL hostname does not match the Common Name (CN) on the server certificate.

    I am seeing this exception when a ws client is trying to connect to a https service.   Caused by: java.io.IOException: The https URL hostname does not match the Common Name (CN) on the server certificate.  ...
    Profile Photo
    last modified by crumbs
  • How to update Apache CXF in JBoss AS 6.1.0-Final

    How can I update the Apache CXF libraries of JBoss?  I have a java stand-alone client that works fine with v2.7.8 so I would like to update the libraries in JBoss.  I tested the java client with v2.3.1 (I un...
    Profile Photo
    last modified by ramboid
  • Authenticating with WS-Security Username Token / Password Digest against Jboss Container

    Hi We are planning to develop a Webservice with User Name Token + password Digest WS Security policy enabled. We will be using Jboss EAP 6.1 as our Application server.I have got some sample Web Services up and runni...
    Profile Photo
    last modified by junymathew
  • How to autowire spring beans in JBoss 7.1.1 with CXF?

    We are trying to implement a Web Services using jbossws-cxf-4.1.1.Final with spring 3.0.7.RELEASE on a JBoss AS 7.1.1. We installed the CXF and Spring modules on the server using the ant task provided in the distribut...
    Profile Photo
    last modified by pvivacqua
  • What is the Jaxws InvokerJSE for? Is it really necessary?

    Hi, We are deploying a server Web Service with WSS. We installed both Apache CXF libraries and Spring support as modules in JBoss AS 7.1.1 using the ant build provided in the jbossws-cxf-4.1.1.Final package. When c...
    Profile Photo
    created by pvivacqua
  • CXF 2.5 & JBoss question

    Is there any way to uninstall or not use the JBossWS-CXF that comes default with JBoss 7.1.0, and use the stock CXF instead? We want to use the STS capabilities in CXF 2.5.x which is not yet in JBossWS-CXF.   ...
    Profile Photo
    last modified by bapats
  • Sending Custom Response for CXF webservice

    Hi,   How to send custom SoapFault message to the client? I am currently getting this kind of response when i throw SoapFault.   <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"&g...
    Profile Photo
    last modified by kishor_pawar89
  • Why aren´t CXF dependencies being imported into my project?

    We are starting a web service project using jboss AS 7.1.1. and jbossws-cxf-4.1.1.Final. We started with a sample project found at http://www.mastertheboss.com/jboss-web-services/installing-apache-cxf-on-jboss-as. ...
    Profile Photo
    last modified by pvivacqua
  • Verbose web services error logging

    Hello,   I've developed some webservices on JBoss 7.0.2.Final using the standard stack. Up until now I didn't have any exceptions / faults defined other than really unexpected exceptions such as the database not...
    Profile Photo
    created by aleeuwen
  • CXF: WS-Eventing Java API

    This is just a (possible outdated) draft design for WS-Eventing implementation that was done as my (Jan Martiska) diploma thesis. The implementation was merged into CXF and should be part of the 3.0.0 release.  ...
    Profile Photo
    last modified by jmartisk
  • Does WS-Security require wsdl mods?

    Hi there, I have a web service that needs to be WS-Security enabled. Since I need to implement the wsdl as given to us, I'd prefer to leave it alone. The wsdl which was given to me doesn't have any WS-Security tags. ...
    Profile Photo
    last modified by mcaserta
  • Cannot test @WebContext(transportGuarantee = "CONFIDENTIAL")

    Im having a web service with @WebContext(authMethod = "BASIC", transportGuarantee = "CONFIDENTIAL", secureWSDLAccess = true), but get the stacktrace below when I'm invoking this web service in a JUnit test class. When...
    Profile Photo
    last modified by juergen.zimmermann
  • large attachments - IllegalStateException cannot create a session after the response has been committed

    My server is JBossWS-CXF-stack version 3.4.1 I have two services, for uploading and downloading files with attachments in WS. I test them with soapUI(4.5.2 and 4.6.0) On upload everything is ok, even for a file wit...
    Profile Photo
    last modified by nikolovmiroslav
  • CXF publish on Jboss 5.1.0.GA

    Hi All,   I'm having some problems with CXF on Jboss. CXF version: 2.3.1 Jboss version: 5.1.0.GA   There are two servers: one on windows, second on linux, as far as I can see, they are configured the sam...
    Profile Photo
    created by romeoua
  • Registering interceptors with annotation do not work.

    Hi.   I am using a Jboss EAP 6.0 and am trying to get interceptors to work, but am struggling.   The EAP I am using is not modified, except for an jdbc library and a security realm setting.   I have ...
    Profile Photo
    last modified by wolowizard
  • Is there a way to set a JaxWS connection timeout which works for CXF and Native

    I have been playing with using an RPC MEP to drive transaction completion in the XTS client code. Previously the implementation employed two one way messages, a Commit from the client to the completion services follow...
    Profile Photo
    last modified by adinn
  • how to develop a asynchronous cxf rest service? need suggestions and examples help me please

    hi i am developing the services using CXF, both soap and Rest, but in rest how to develop a asynchronous service.please help me out of this.
    Profile Photo
    created by vrkmurali
  • WebFault are always marked as UNCHECKED_APPLICATION_FAULT

    My web service (JBoss-as-7.1.2, jbossws 4.0.2.GA) throws exceptions that are correctly annoted and the result is ok. Except that every time an exception is thrown, there is one stacktrace printed to the console that s...
    Profile Photo
    last modified by ggingras