• Issue after replacing Apache axis web services with Jboss[wsconsume]

    HI   I am currently using axis web services, now i have to create services using Jboss. i have created stub also,   pakage-info.java ObjectFactory.java examplePort.java example.java-----service class-...
    Profile Photo
    created by aakeef.akki
  • WSDLGetInterceptor block WebService call

    Hello,   I'm continously getting locked http-threads in WSDLGetInterceptor.java:127 when having "some" load. See attached thread dump.   JBoss AS 7.1.1 CXF 4.1.0.FINAL (ant script used for replacement e...
    Profile Photo
    last modified by tsukasa
  • Apache CXF integration documentation, Spring, etc.

    Considering the number of questions here lately on using Apache CXF with Spring descriptor on JBoss AS, it's quite clear that many users are actually missing the reason why we have a JBossWS-CXF integration. So I've ...
    Profile Photo
    created by asoldano
  • error in intializing json natural configuration with jboss 7.1.1 (jbossws-cxf-4.1.1)

    Hi All, I am trying to access REST webservices for which json is also a type of input. I am using jaxb annotations on the pojo classes for webservices. While posting request following error is thrown.   15:20:0...
    Profile Photo
    created by ekpravasi
  • Unresolved conflict on resource environment reference named: cxf

    I am using Apache CXF 2.7.1 for my WebService implementation and Using JBoss AS 6.0-final from Eclipse. I also have got Spring 3.0.5 for my project. I have tested with my project and could able to run with Tomcat 7.x...
    Profile Photo
    last modified by mail2kondeti
  • Unresolved conflict on resource environment reference named: cxf

    Hi I created a WAR application based on Spring 3.0.5 and CXF 2.4.1. When I deploy to JBOSS 6.0, it thrown the following exception:     01:31:32,084 ERROR [AbstractKernelController] Error installing to Pos...
    Profile Photo
    last modified by samwun9988
  • 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
  • Escape Characters Being Unescaped in UTF-8 to ISO-8859-1 conversion

    In short, some XML special characters are being unescaped when some CFX code alters the encoding from UTF-8 to ISO-8859-1 in the process of returning a Soap response. We need to maintain a UTF-8 encoding.   We&...
    Profile Photo
    last modified by kattaw
  • soap1.1 and soap1.2 support with jboss and cxf

    Hi all,   We have implemented webservices using apacheCXF with jboss5.1.0.GA. Web services are based on soap1.1 version. Now my requirement is i want to implement the same webservices with soap1.2 version. I wan...
    Profile Photo
    created by rajesh_nadiminti
  • Cxf installation on JBossAS 7.1

    Hi all, I'm trying to use the bundled CXF installation with JBOSS AS 7.1 When I try to deploy my web service application, it goes through errors because the cxf-beans.xsd was loaded from network instead as a classpa...
    Profile Photo
    last modified by mbsakho
  • CXF issue in JBoss 6

    Hi All,   i am using cxf and Jboss 6 with spring web flow and jsf when i deploy my application it shows following issue       15:23:53,924 WARN  [org.jboss.detailed.classloader.ClassLoaderM...
    Profile Photo
    last modified by manishkp84
  • Problem with policy reference in AS 6

    We're currently using a webservice client with apache-cxf-2.2.9 on AS 5.1. apache-cxf is bundled in lib directory of an ear.   Now we want to migrate to AS6 (or at least jboss-cxf-3.4.0 on AS 5.1). But trying ...
    Profile Photo
    last modified by koebbingd
  • datasource like adress rewriting for webservice client (inside a ejb3 session bean)

    Dear Sirs,   i am trying to develop an EAI application, that has to access several (outbound) webservices. Due tue the application requirements we want to run the web-services client request inside a transact...
    Profile Photo
    last modified by thegroove
  • How do I resolve Java.net.BindException issue

    My company is planing to develop 3th web service application, which will be based on Apache CXF and Jboss, I am really beginner to this area so I learn from online, I follow a tutrial Web Services Hello World Example ...
    Profile Photo
    last modified by jammycc
  • Apache CXF support for XJC

    Hi,   I was using Metro for my application but later when i migrated to JBoss 7 AS (which has completely dropped its support for Metro), so i had to switch to Apache CXF (the one which comes as a default webserv...
    Profile Photo
    last modified by nasir.imtiaz
  • Soap Over JMS: Operation Invocation

    Hi, I am using JBoss 5.1.0 alongwith HornetQ 2.1.1 as my JMS provider. I am trying to build a Soap over JMS service, using CXF 2.7.0, in a wsdl first approach. I wrote a WSDL, as described here: http://cxf.apache.or...
    Profile Photo
    last modified by cacao
  • CXF with Local transport

    Does jbossws-cxf support the local transport in CXF? If so, can someone show me how to configure it?   Version:   JBOSSWS-CXF 3.4.0
    Profile Photo
    last modified by dlaprade
  • SAML2 WSS4J Policy Handler Issue (org.w3c.dom.DOMException: WRONG_DOCUMENT_ERR)

    JBoss AS 7.1.1.Final JBoss Web Services - Stack CXF Server 4.1.0.Final picketlink-as7-2.1.5.Final   Hi   In a web service client I'd like to use the SAML2 assertion from the current subject and set it i...
    Profile Photo
    last modified by andreas_triebel