• org.apache.cxf.ws.policy.PolicyException: Cannot encrypt data

    This is my sample WS-Security project.   ===== IHelloWorld Interface @WebService ( targetNamespace = "http://www.aaa.com/jbossws/ws-extensions/wssecurity" ) @PolicySets({"WS-Addressing","WS-SP-EX223_WSS11_Anony...
    Profile Photo
    last modified by aupres
  • JBossWS wsconsume Maven plugin FAIL

    Hi,   I followed instructions here https://docs.jboss.org/author/display/JBWS/wsconsume But it seems there are dependency issues whenever i use the version of the plugin specified in the tutorial. Which versio...
    Profile Photo
    last modified by slbanal
  • Crazy performance issue with JBossWS

    Hi all   I have a bottom-up JAX-WS web service deployed in JBoss. I was running some performance tests at different volumes and I ran into this issue: exactly one hour after the first request, the performance dr...
    Profile Photo
    last modified by jbonham100
  • There to find jboss webservices samples with maven ?

    Hi, just downloaded the latest jboss webservices release , build and tests are all done with ant. Is there jboss webservices tests or samples with maven for current release ?   Regards, Niko
    Profile Photo
    last modified by nmay
  • Web-service is always deployed with ssl endpoint on WildFly how to avoid it ?

    Hi, I update my wildfly installatoin to the latest jbossws-cxf-4.2.0.Final  webservice release.   I deploy the simple username token webservice with end point address specified like this   <servi...
    Profile Photo
    created by nmay
  • How to avoid parsing DTD in Soap Request

    Web service has an XML expansion vulnerability by parsing DTD in the input soap message. Does anyone have a solution for turning off DTD loading/parsing for JAX-WS Web Services implemented using @WebService? JBoss AS ...
    Profile Photo
    created by jliubay
  • Client call to Service behind SSO

    The situation is an application deployed on JBoss 5.1.0.GA(running JDK6) needs to make a call to a webservice that is deployed behind and SSO layer.  I've managed to get the SSL configuration accomlished and the ...
    Profile Photo
    last modified by drdevlin
  • WS access behind SSO

    So the situation is an application deployed on JBoss 5.1.0.GA (running on JDK6) needs to make a call to a WebService that is deployed behind an SSO layer.  Not so big a deal(I thought).  I managed to get the...
    Profile Photo
    last modified by drdevlin
  • Where should I set up standard-jaxws-endpoint-config.xml in JBoss 6?

    I am a newer for JBoss WS. I have a question related to the file standard-jaxws-endpoint-config.xml in JBoss6. In JBoss 5, we use this file to define the JAX-WS HTTP Handlers for all JAX-WS HTTP Web Services. Since it...
    Profile Photo
    created by jennytian
  • WS-security and username token auth. with jbossas 6.0

    I'm trying to secure a webservice throw username token authentication. I've found this tutorial http://community.jboss.org/message/338347#338347 and other similar sources but I have a problem with the endpoint config...
    Profile Photo
    last modified by apolci
  • JBoss AS 7.1.1 - SOAPFaultException constructor argument javax.xml.soap.Detail with Throwable instance

    I'm in the process of migrating a web service (JAX-RPC) running in Weblogic to JBoss AS 7.1.1, the web service throws a exception like this,               ...
    Profile Photo
    created by syau
  • WS-Policy sets

    Just saw the post on the WS-Policy sets in the next major release and it is a great idea.  I'm writing some JBoss web service training for my company and we are actually suggesting to people that they go with Apa...
    Profile Photo
    last modified by stuart_wildcat
  • javax.xml.ws.WebServiceException: Cannot create proxy

    Hi Friends,   Am facing an exception while invoking  webservice. Please help me to resolve this.   Server - JBoss 4.2, I have two nodes created in the server that is nodeA and nodeB.   nodeA ...
    Profile Photo
    created by syed.azharsultan
  • Migrating secured WS from JBoss 5.1 to 7.1.1

    Hi,   I've been migrating one of our projects from JBoss 5.1 to 7.1.1, all was done without too much problems but I'm stuck on the security configuration for a Web Service (which does not have WS-Security Policy...
    Profile Photo
    last modified by xdury
  • how to migrate jboss-wsse-server.xml setting of jboss 5 to jboss 7.1?

    As you know, ws-security in jboss 5 was implemented with jboss-wsse-server.xml like below :   === jboss-wsse-server.xml ====== <jboss-ws-security xmlns="http://www.jboss.com/ws-security/config"  xmlns:x...
    Profile Photo
    last modified by aupres
  • JBoss Configuration to setup SOAP Request timeout

    Hi, I am looking to config timeout value for SOAP request at the JBoss application server level.  Looks like the change can be made at WS client code level, however, I am trying to avoid making code change and ma...
    Profile Photo
    created by spatel30
  • custom WS namespace prefix?

    Hi, Is there a way to specify a custom namespace prefix for a web service?   I'm currently developing under jboss AS7.1.3   I've read that creating a package-info.java with the following content should do...
    Profile Photo
    last modified by gmlopezdev
  • wsconsume, how to access HTTP Basic secured WSDL

    Hi,   I have to implement a webservice client for ou JEE application which accesses a webservice on a SAP system. The webservice's WSDL is secured with HTTP Basic authentication. Unfortunately I couldn't find o...
    Profile Photo
    last modified by j_ri
  • org.apache.cxf.phase.PhaseInterceptorChain NullPointerException

    Hi, I'm currently developing a web service under jboss AS7.1.3 and need to move the web service location from /myApp/MyService to /myApp/services/MyService.   I've found out that this could be achieved by confi...
    Profile Photo
    last modified by gmlopezdev
  • what will be the output of resteasy encryption..

    Hi Everyone, i am doing resteasy encryption using s/mime.after encrypting i get this output of json: output: {"genericType":null, "type":"..", "certificate": {"name":"x509", "signature":"PrJ+.........so on" "b...
    Profile Photo
    created by amit02.sharma12