• Camel - How to transform and wrap body in SOAP Envelope?

    Hi,   I have a simple use case here, I'm trying to read a file and route the incoming payload to an external SOAP Web Service. Once i read the file and transform it from XML to POJO (specific to external web se...
    Profile Photo
    created by imsrk
  • Jboss 4.2 start issue

    We have Jboss Server 4.2 having 21 application deployed in which some uses Hibernate and some are using Struts 1. We have load balancing and have two jboss server for production. When we make change and deploy applic...
    Profile Photo
    last modified by surpreetsinghd
  • Jersey 2.19 - JBoss EAP 6.2 - JBWEB000260: No servlet class has been specified for servlet

    I'm trying to deploy a simple restful service in JBoss EAP 6.2 with Jersey 2.19.   Subclass of Application class:   package com.jersey.mywebapp; import javax.ws.rs.ApplicationPath; import javax.ws.rs.cor...
    Profile Photo
    last modified by ragavendran_kb
  • Defaulting the password in WS request in Jboss in service request...

    I have a requirement to default the password when jboss receive the request before validating it. Is there any way to default the password in a service request?
    Profile Photo
    last modified by sumitxav
  • How to upgrade CXF 3.3.1 in JBoss 6.0.0 final

    Dear Sir,   I am using JBOSS 6.0.0 final , i have the need to upgrade CXF to 3.3.1 in my war.   As this jboss uses its default CXF how can i upgrade ?   Please Suggest how can I overwrite default CXF...
    Profile Photo
    created by shaz_scorp
  • Setting soap address location for JBoss based EJB webservice

    I want to control the "soap:address location" of JBoss EAP 5.1 deployed WSDL through application - an EJB based webservice.   My WSDL (hard file) looks like this   <wsdl:service name="ServiceName"> &...
    Profile Photo
    last modified by mm2390
  • Mapping multiple servlet under single war to use different https bind port

    Hi,   Wondering is it possible to map multiple servlet present under single web application to point to different bind ports? For instance, a web application's web.xml        <servle...
    Profile Photo
    last modified by sach2014
  • Jasper server installation with jboss5.1

    Hi All,   I'm trying to install Jaspereport server with Jboss 5.1 as app server. After the installation, when i try to start the jboss server, i get the following error. Please do the needful.   18:44:47,...
    Profile Photo
    last modified by sreeksha_jboss9
  • SOAP Interceptor

    Hi All, I am trying to intercept soap request. I have followed the instruction of @handler annotation but request never pass throught the Handler class. Anybody, having any idea... here is the code. in the start of ...
    Profile Photo
    last modified by zeeshan.javeed
  • Failed to find wsdl in run-time.

    Dear ladies and Gentlement, I used Netbeans 8.0.2 artifacts created a EAR project with backend ejb/war web services and client ejb/war modules. After compiled and deployed successfully, when trying to invoke a web s...
    Profile Photo
    created by samwun9988
  • How to append header in soap Request using JAX-RS

    Web Service   @WebService(targetNamespace = "http://Airspan.Netspan.WebServices", name = "InventorySoap") @XmlSeeAlso({ObjectFactory.class}) public interface InventorySoap {     /**  ...
    Profile Photo
    last modified by ankitpatwa92
  • ConcurrentModificationException within FeatureSet

    Hi,   we are using JBoss WS Native 3.4.1.GA on JBoss AS 6.0.   Sometimes we get follow error:   Caused by: java.util.ConcurrentModificationException     at java.util.HashMap$HashItera...
    Profile Photo
    created by fambad
  • Trying to install JBossWS 5.0 results in error

    Hi   I'm trying to install JBossWS 5.0 on Wildfly 8.2 but the tests results in an error in the UDP test.   I download jbossws-cxf-5.0.0.Final.zip, unzip and run mvn -Pwildfly820 -Dserver.home=/srv/wildfly/...
    Profile Photo
    last modified by bjornbak
  • My WebService Client always gets "Connection refused" Exception

    Hello everybody,   I'm facing the "Connection refused" execption when I try to use my JAX-WS based webservice on my JBoss AS 7.1.1. The Service itself seem to work properly, because the wsdl is generated and a...
    Profile Photo
    last modified by virtuellesnugat
  • Help:Cannot obtain endpoint meta data!

    jboss4.2.2+jdk6 @WebService(name="BookWS",targetNamespace="http://net.cjc.ws",serviceName="BookWSService") @SOAPBinding(style= SOAPBinding.Style.RPC) @Stateless public class BookWS { @EJB private AuthorManager am; ...
    Profile Photo
    last modified by caijc
  • java.lang.IllegalStateException: Cannot obtain endpoint meta

    Hi All, I am very new to JBoss web services and am trying to create a sample web service application using JBoss WS. Here is what i have done so far: 1) Created a POJO for the web service. Its source code is as foll...
    Profile Photo
    last modified by resh123
  • Adding a value to acceptedC14nAlgorithms in org.apache.cxf.sts.SignatureProperties

    I am implementing a secure token service (STS), which uses certificates to authenticate the caller.   A third party application uses "http://www.w3.org/TR/2001/REC-xml-c14n-20010315" as a Canonicalization Method...
    Profile Photo
    created by m.r.
  • JAXWS + spring + quartz integrated appplication deployment failed on jboss-as-7.2.0.Final

    Hi All, I have integrated the quartz to do some back end job. If i deploy the same in standalone it is working with out any fail. The same war file deployed on the domain it is failing to deploy and getting the below...
    Profile Photo
    created by dskumarg
  • Configuring @WebServiceRef on EJB via XML in AS7

    Hi,   I have some EJBs that call WebServices. In JBoss AS5, I had something like that:   {code}@Stateless public class MyServiceBean implements MyService {        @WebServiceRef(...
    Profile Photo
    last modified by xdury
  • wsconsume - wsdlLocation

    I have a question after reading this page: wsconsume - JBoss Web Services - Project Documentation Editor   "The wsdlLocation is used when creating the Service to be used by clients and will be added to the @WebS...
    Profile Photo
    last modified by ldonahue