Thread Configuring @WebServiceRef on EJB via XML in AS7
Configuring @WebServiceRef on EJB via XML in AS7Hi, I have some EJBs that call WebServices. In JBoss AS5, I had something like that: {code}@Stateless public class MyServiceBean implements MyService { @WebServiceRef(...
wsconsume - wsdlLocationI 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...
maximum query size for getHi 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...
JBossWS - AS 7 FAQJBossWS - AS 7 FAQ This page is about the JBossWS integration with JBoss Application Server 7, which comes with a completely new architecture based on modules. Since 4.0.0 Which modules belong to JBossWS? Am I suppos...
HTTP authentification from BackingBeanHi 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...
Generated double-slash in webservice URLCurrently 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...
Thread Expose ejb3 as web service and use WS-Security for auth and authr
Expose ejb3 as web service and use WS-Security for auth and authrObjective: 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...
Thread Problem on EAP 6.1/JBoss AS 7.2 from AS 7.1.1
Problem on EAP 6.1/JBoss AS 7.2 from AS 7.1.1Hi 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...
Issue with dotNet client and CredentialsHello 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 ...
enable outbound 2-way SSL connectionHi, 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...
Receiving Compressed WebService RequestsHi, 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...
Need to know, Dependencies of Exported EARHi , 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...
Thread [jsf2, ajax and RichFaces] Validate the data before updating the table
[jsf2, ajax and RichFaces] Validate the data before updating the tableHello, 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...
JBossWS - InstallationInstallation on JBoss depends on your selected target container. In order to install JBossWS-CXF (JBossWS with Apache CXF integration) or JBossWS-Native, download it and follow these steps: Copy ant.properties.examp...
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...