• error in com.sun.xml.ws.server.sei.EndpointMethodHandler invoke

    Getting below exception when invoking a web services, but my service works fine and i dont think this error is due to my service.Can anyone help me on this ? I debuged the app and made sure the class which is in green...
    Profile Photo
    created by rajzzh
  • Not able to deploy Jaxws webservices - Incompletely deployed packages

    In web.xml, i have the following,                           <listener >     <listener-class> com.sun.xml.ws.transport.http.serv...
    Profile Photo
    last modified by rajzzh
  • Recent changes on CXF integration

    Folks, due to the requirements for https://jira.jboss.org/jira/browse/JBWS-2971 , I had to review a bit the current cxf stack integration. Basically, we used to depend on CXFServlet triggering the Bus creation and h...
    Profile Photo
    last modified by asoldano
  • Installing JBossWS Native on JBAS 5.1.0

    This is my use case part of my automated build :   a) I take a JBossAS 5.1.0.GA zip. Unzip it. b) I need to install JBossWS native onto it.   Currently, what I see is that I need to download this JBossWS ...
    Profile Photo
    last modified by anil.saldhana
  • WS-Policy, SOAP 1.2 and the Standard client config

    Hi,   I'm using JBossWS 3.1.1.GA, and I've discovered a possible problem when mixing the support for WS-Policy, WS-Security and a web service with SOAP1.2 binding.   The problem is that by default, if no s...
    Profile Photo
    last modified by barakka
  • 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