• maximum query size for get

    Hi   This page specifies the attributes for wildfly including max-post-size (The maximum size of a post that will be accepted).  Does anyone know if this limit also applies to get requests?  These stac...
    Profile Photo
    created by mearde
  • HTTP authentification from BackingBean

    Hi guys,   I try to do an authenticaed  http ws-request  from a CDI bean.  For that I posted this thread Webservice Authentifaction from jsf app. Beacause I thought there is  problem with t...
    Profile Photo
    last modified by suikast42
  • Generated double-slash in webservice URL

    Currently I am doingmigration of our project from jboss 4 to jboss 6 final. One of the problems isgenerated extra slash in a path to the web services endpoint. We are using POJO web services. Some configuration: In...
    Profile Photo
    last modified by akulikov
  • Expose ejb3 as web service and use WS-Security for auth and authr

    Objective:   We have exposed an ejb3 stateless session bean as a soap webservice. We need to authenticate using WS-Security (JAXWS). We have our home grown authentication soap service which takes in the usern...
    Profile Photo
    last modified by ppunekar
  • Problem on EAP 6.1/JBoss AS 7.2 from AS 7.1.1

    Hi all   I'm testing my app locally, where we've been using AS 7.1.1 for a while.  The idea is to beable to drop this in as a replacement for our AS 7.1.1 runtime, since we're eventually going to target EAP...
    Profile Photo
    last modified by meetoblivion
  • Issue with dotNet client and Credentials

    Hello all, I have tried the JSR-181 EJB Endpoint example at http://labs.jboss.com/portal/jbossws/user-guide/en/html/endpoints.html with .Net as a client. Following the example, everything works great. Now when I try ...
    Profile Photo
    last modified by noclueu2
  • enable outbound 2-way SSL connection

    Hi,   I have web service client running on JBoss, and it invokes JAX-WS web service call to external party. The connect is 2-ways SSL. Does any one know how to make it happen? via configuration? or coding? Pleas...
    Profile Photo
    last modified by zhongchunjie
  • Receiving Compressed WebService Requests

    Hi, I have built a simple JAX-WS WebService (on JBoss 4.2.3.GA) which is supposed to receive a rather large data structure from clients. In order to speed up the transmission I would like the clients of my service to...
    Profile Photo
    last modified by hannes.koller
  • Need to know, Dependencies of Exported EAR

    Hi ,   I have created dynamic web project with following things: Dynamic Web Project>> Target Runtime : jboss-eap-Runtime Dynamic Web Module Version : 2.5 Configuration : <custom> EAR membership...
    Profile Photo
    last modified by weknowth59
  • wsprovide.sh support address arguement and ant task WSProvideTask does not

    Command Line wsprovide.sh -o generated -w -c /home/jlatsko/Workspaces/JimsSpace/addressParser/build/classes/:/home/jlatsko/temp/core.root.dir/dist/coreUtils.jar -a http://localhost/addressParser/AddressParserService ...
    Profile Photo
    last modified by slats2003
  • [jsf2, ajax and RichFaces] Validate the data before updating the table

    Hello, I have a problem with JSF2, and RichFaces ajax, Popup I have two, one in which I display a table with data and another that appears when I want to insert a new data by clicking on a button ... but I have a prob...
    Profile Photo
    created by icebreaker91
  • Do I need to install JBossWS-CXF for using CXF (or native stacks supports part of it)?

    Hi,   I have been reading the JBossWS User Guide (link in [1]) and I have a question about the different stacks.   By default all jboss versions have the Native Stack, but for example, If I want to use CXF (...
    Profile Photo
    created by rsoleto
  • Kerberos example?

    Can anybody point me to WS-Security based kerberos authentication example on a sample web service or provide tips to write one? I could only find one with metro https://metro.java.net/nonav/1.2/guide/Example_Applicati...
    Profile Photo
    created by rareddy
  • Failed executing POST - ClientAbortException: java.io.IOException: Socket read failed

    I am running JBoss 7.1.1.Final behind Apache 2.2 with mod_cluster-1.2.0.Final. I have a RESTEasy web service that is accessed over HTTPS from the same user session via repeated successive GET and POST requests to the ...
    Profile Photo
    last modified by montia
  • Exception in thread "main" javax.xml.ws.WebServiceException: java.lang.SecurityException: WS-Security error: The signature or decryption was invalid

    I am using OHIP(Ontario Health insurance Plan) web service to download files.I am able to download small files below 41 KB,But for large files i can download,but not decrypted and was getting exception like this. ...
    Profile Photo
    created by prabhusamad
  • How @WebServiceRef injection works with multiple @WebEndpoint

    Hi,   I know this is a edge case but we are experiencing "random" behavior when using multiple @WebEndpoint (with the same class). WebService client :   @WebServiceClient public class TestEndpointService ...
    Profile Photo
    last modified by grossetieg
  • Jboss 5.1.0 GA start error

    Hi,   I have installed Jboss 5.1.0 GA and trying to start the application server using startjboss.bat ...  when the below line is executed,   net start "MBJBAS51SVC"   the error "The service na...
    Profile Photo
    last modified by kkb
  • WebService Client Fails on open jdk

    hi all,     I am trying to get my webservice up and running on my redhad machine. But getting below error. Java version on machine is : [root@extcomp ~]# java -version java version "1.7.0_09-icedtea" Op...
    Profile Photo
    last modified by olgun.kaya
  • Cannot publish wsdl

    Hello   I'm a starter developer and I am actually trying to migrate a web application from Jonas-5.2.2 to JBoss-AS-7.2.0.     During deployment of a war file, I'm getting this error :     ...
    Profile Photo
    created by voulzy
  • Resteasy request body - How to get (client)

    Hi there!   Im fighting against a simple requirement:   I need to log the resteasy request body made from the client to the server.   Im doing something like this:   Integration31Service test ...
    Profile Photo
    created by fuinhaazul