• WS-Transfer Implementation details

    Link to specification http://www.w3.org/TR/2011/REC-ws-transfer-20111213/ Link to implementation on GitHub https://github.com/dudaerich/cxf/tree/master/rt/ws/transfer (work in progress) Contribution to Apache CXF is...
    Profile Photo
    last modified by dudae
  • WS-Fragment Uncertainties in the Specification

    Introduction  Currently I am working on diploma thesis, in which I have implemented WS-Transfer extension WS-Transfer Implementation details. The specification defines four types of possible messages, which can ...
    Profile Photo
    last modified by dudae
  • 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
  • Toy project showing how to inject spring beans with Jboss' CXF web webservice and an issue with spring used as a module

    This document gives you a sample project pattern that you can adapt to your needs to build a JEE application with the following characteristics: - Targets Jboss7.1.1.Final - Uses spring (3.2.2.RELEASE) either packag...
    Profile Photo
    last modified by marcgagnonpincourt
  • JAXWS tools Maven plugin sample

    Here is an example of usage of the JBossWS JAXWS Tools Maven plugin; in particular we'll be using the wsconsume tool, which generates sources for a given wsdl endpoint.   You start by building a basic maven base...
    Profile Photo
    last modified by asoldano
  • JBossWS - Stack CXF User Guide

    The documentation below is meant for JBossWS 3.x series. Please refer http://www.jboss.org/jbossws/docs for links to other versions.     This page covers features available in JBossWS CXF stack only. Please...
    Profile Photo
    last modified by asoldano
  • AS6, JBoss WS CXF, and MTOM

    The scenario: I want a SOAP web service GetStringService that will return a big XML string with MTOM.   I want to make sure the encoding stays the same from start to finish, because the XML document is really s...
    Profile Photo
    last modified by ndipiazza
  • WS-Trust with JBossWS-CXF on JBoss AS 7.1

    Here is an intro to testing that's currently in progress on the Apache CXF WS-trust functionalities usable on JBoss AS 7 through JBossWS-CXF integration.   Apache CXF comes with WS-Trust 1.4 support. Starting fr...
    Profile Photo
    last modified by asoldano
  • JBossWS - CXF WS-ReliableMessaging tutorial

    Since 3.1.0 (CXF) Apache CXF comes with support for WS-RM 1.0. In this sample we will show how to create client and endpoint communicating each other using WS-RM 1.0. The sample uses WS-Policy specification to confi...
    Profile Photo
    last modified by asoldano
  • JBossWS - CXF WS-Addressing tutorial

    Since 3.1.0 (CXF) Apache CXF comes with support for WS-Addressing 1.0. In this sample we will show how to create client and endpoint communicating each other using this feature. Creating WS-Addressing based service...
    Profile Photo
    last modified by asoldano