• Envelope XML structure with multiply NS definitions of same namespace

    Good day, All!   I've noticed, that WS defines namespace for each tag or attribute, when namespace is out of service namespace. Like this: <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"...
    Profile Photo
    last modified by chernser
  • NumberFormatException: empty String

    I'm using JBoss 4.2.3.GA   I have implemented and deployed a WS, the request, the response and the exception is below.   My question is how can I define a parameter of type double or int for the web servic...
    Profile Photo
    last modified by hadimallah
  • CXF jms integration

    After looked at Alessio's work about cxf descriptor deployment and lazy bus load removal , I'd like to discuss with you about my thoughts about jms integration. Here is what in my mind so far .As we talked before , we...
    Profile Photo
    last modified by jim.ma
  • Operation in WSDL not backed up by a service implementation

    Hi All,   I am trying an approach where I have some operations in the WSDL, but there is no backing implementation. My requirement is that the implementation will be built based on some parameters during runtime...
    Profile Photo
    created by sameerpokarna2
  • Maven plugin for JBossWS JAX-WS tools

    I've spent a couple of days on https://jira.jboss.org/jira/browse/JBWS-2650, ie. on providing a maven plugin for our jaxws tool frontends (wsconsume, wsprovide). The org.jboss.ws.plugins:maven-jaxws-tools-plugin plug...
    Profile Photo
    last modified by asoldano
  • Reviewing jbossws installation

    As you might have noticed, some things are changing recently in the way JBossWS is installed in the AS. The jbossws-common, jbossws-framework and jbossws-spi have been moved out of the deployer dir to common/lib The...
    Profile Photo
    last modified by asoldano
  • Providing JAX-RPC functionalities with CXF and Metro stacks

    As you all know, Apache CXF and Glassfish Metro do not include JAX-RPC functionalities. While this is not a major issue considering users should be moving to JAXWS for many reasons, Java EE 6 still include jaxrpc and ...
    Profile Photo
    last modified by asoldano
  • WS-* and SOAP Stack Spec Versions?

    Hi -   Can someone please point me to an up to date referece that shows the specific versions of each WS-* and SOAP related specification that JBoss AS 5.0 supports?  I can't seem to find anything specific ...
    Profile Photo
    last modified by javatots
  • Problem decrypting the encryptedKey at server side

    Hi, Just a bit of background about my environment and problem: I am using JBoss 4.2.3 and JBoss metro for my web services. I am trying to test my web service with security using SOAtest6.2. I also have a servlet base...
    Profile Photo
    last modified by divyesh82
  • JBossWS Deployers Architecture

      "Bill Burke" wrote: I have to write a deployer for RESTEasy (JAX-RS) and it will be very similar to WS deployer. My question is, how does JBossWeb know to ignore a JAXWS class and let WS handle things? How do y...
    Profile Photo
    last modified by ropalka
  • WebServices client not working - Cannot obtain wsdl service

    Hi all, I don't know to do call at the web service frim Struts application. ActionForm package contrat; import javax.servlet.http.HttpServletRequest; import org.apache.struts.action.ActionErrors; import org.apac...
    Profile Photo
    created by miafiste
  • Create new deployer to deploy java first jms transport webse

    If we deploy a java first jms transport webservice in cxf stack (http://anonsvn.jboss.org/repos/jbossws/stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/jmstransport/), we also...
    Profile Photo
    last modified by jim.ma
  • The ignoreParseErro issue

    I am looking at the ignoreParseError issue : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231557#4231557. Looks like simply set the ignoreParseError to false can not resolve it. There are two cas...
    Profile Photo
    created by jim.ma
  • New dev: Problem building stack-native

    Hi, I've just successfully built JBossWS-CXF trunk and now need to build JBossWS-Native trunk. With exactly the same environment (WinXP-32 system, Sun JDK 1.6.0_16, Maven 2.2.1) I get an error while building the SAAJ...
    Profile Photo
    last modified by karypid
  • jms transport support in jbossws-cxf

    So far the native uses MDB to enable the jms transport. Do we also need to provide such test case or example in cxf stack ? CXF already implemented a jmsTransport to directly send and receive soap message from JMS : ...
    Profile Photo
    last modified by jim.ma
  • Keep alive doesn't doesn't work for closed TCP/IP connection

    My usecase: I'm using JBossWS Netty client (via JAX-WS proxy API) with keep-alive feature enabled (this is the default). When remote http server goes down and up again all lately used cached connections on client sid...
    Profile Photo
    last modified by ropalka
  • JBossSTS SOAP protocol handler

    Hi, we are currently working on adding SAML Token support to JBossESB: (http://www.jboss.org/index.html?module=bb&op=viewtopic&t=161206). After posting to the JBoss Identity forum: (http://www.jboss.org/inde...
    Profile Photo
    last modified by beve
  • Dispatch and ConfigProvider

      // create the dispatch, setting the client security configuration file. Dispatch<Object> dispatch = service.createDispatch(portName, jbc, Mode.PAYLOAD); ((ConfigProvider) dispatch).setSecurityConfig(se...
    Profile Photo
    last modified by anil.saldhana
  • JBossWS Deployers Integration

    This is a first brain dump regarding the following issues (feel free to comment/discuss): JBWS-2332 JBWS-2333 JBWS-2338 JBWS-2370 JBWS-2382
    Profile Photo
    last modified by ropalka
  • Removing JACC Permissions Hack

    This is related to: JBAS-5935 I'm trying to remove JACC permissions hack in JBossWS AS integration code base and I have two issues with that: ad1) When I'll comment out WSJACCPermissionsDeploymentAspect DA from jbos...
    Profile Photo
    last modified by ropalka