• Exception_Exception generated class with wsconsume

    Hi  folks,     I`m generating the stubs with wsconsume plugin for maven to use in JBoss 7 (tutorial and doc), but when all classes are created, the exception classes don`t extend Exception (for example...
    Profile Photo
    created by gabriel.ozeas
  • Rest WS - services list

    Hi All!   I'm newbe in RESTful. I've some experience in Tomcat + Axis2 but no with REST. My question is: When I want to see the list of services in a web services, I can see the WSDL, but when I use REST? How I ...
    Profile Photo
    created by logandtr
  • calling Web Service Method Through wsdl

    I have a web application which calls the web service methods through wsdl. The wsdl url is successfully browsed through web browser but get following exception while calling webservice through web application deployed...
    Profile Photo
    created by suniel
  • ClassCastException using CXF 2.7.0 JAX-RS Client in JBoss AS7

    I have trouble with CXF 2.7.0 in a JBoss AS7 environment. There is a classpath conflict with the RESTEasy Response class: Caused by: java.lang.ClassCastException: org.jboss.resteasy.core.ServerResponse cannot be cas...
    Profile Photo
    last modified by mathewvino
  • Problem with Async calls when using "Spring based in-container Bus creation"

    Hi,   This post is in continuation with previous one (see https://community.jboss.org/message/802369#802369).   In this context, an in-container JAX-WS client, leveraging a Spring-base configuration (cxf.x...
  • where i get this org.jboss.resteasy.security.smime.EnvelopedOutput type in jboss,is their  any liberary?

    in which liberary or jar org.jboss.resteasy.security.smime.EnvelopedOutput class contains in jboss i am using jboss 6 i am not getting it from jboss6, is there any external jar ? if any please tell me   please h...
    Profile Photo
    created by amit02.sharma12
  • Is it possible to configure JAX-WS services with an external descriptor?

    Hi, I had to manage a situation similar to https://community.jboss.org/thread/146575 where a JBoss instance publishes a JaxWs service (annotated with @WebService) on plain http:// on an internal network, and an ext...
    Profile Photo
    last modified by carlo.bonamico
  • Resteasy encryption using jboss

    i have made one web service now i want to encrypt that json data using  rest easy encryption at server side   in this i generate the certificate by Java keytool command-line interface.   @Path("/All")...
    Profile Photo
    created by amit02.sharma12
  • How to turn swaref XSD offline JBoss WS Native 3.0.4.GA

    I'm running a Webservice on JBoss Ws Native 3.0.4.GA (under JBoss AS 4.2.3.GA) that uses swaref to work along with soap attachments.   Today my wsdl imports (as shown below) the schema from a remote location, bu...
    Profile Photo
    last modified by eduardo.mello.cantu
  • Bad Performance WebService JBoss 7.1.1

    Hi all, I've the same WebService deployed in JBoss 5.1.0GA e JBoss 7.1.1Final. In the first case it takes 0.3 seconds while in the latter 1.1 seconds... someone could help me,thanks?
    Profile Photo
    created by iaio81
  • Performance Issues with ?wsdl

    Jboss 5.1.0GA, JbossWS native 3.4.0 also present in Jboss 5.1.2 eap with JbossWS native 3.1.2sp13   I've been noticing that each time something requests the wsdl from my web service endpoint, there is a huge sp...
    Profile Photo
    last modified by spyhunter99
  • Request timeout - JAXWS

    Hi, I am trying to set the connect timeout and request time out on a webservice request..     public static ProfitWebService getProfitService(final String url) throws MalformedURLException {   ...
    Profile Photo
    last modified by klind
  • How to use @JsonEncoding.

    Hi.   My environment: - JBoss 5.x - JBoss native ws 3.1.2 GA   I don't understand how to use @JsonEncoding.   I have the web service class with annotations:   @Stateless @WebService(serviceN...
    Profile Photo
    created by skrasovsky
  • Invocation of a Web service using invokeAsync calls invoke method

    Hi,   I have an issue with my client in JBoss calling a web service defined in Adobe Life cycle. I want to call the invokeAsync method from my client and I'm using the following code to call the invokeAsync meth...
    Profile Photo
    created by edinsamuel
  • Is polymorphic JAX-WS operation parameter possible to implement?

    Hi, I'm developing a web service and I need it to accept a polymorphic parameter. For example, imagine an operation named processRequests(List<Request> requests) which may accept a "Request" and a "CustomReques...
    Profile Photo
    last modified by gmlopezdev
  • ClassCastException: com.sun.xml.bind.v2.runtime.JAXBContextImpl

    we are using jboss 4.2.3   one of our applications got following classcastexception     Caused by: java.lang.ClassCastException: com.sun.xml.bind.v2.runtime.JAXBContextImpl cannot be cast to com.sun....
    Profile Photo
    last modified by ajanz
  • My ws-security setting doesn't work.

    My WS-security reference site is https://docs.jboss.org/author/display/JBWS/WS-Security.   I coded interface and bean like below :   @WebService public interface IHelloPort { @WebMethod @WebResult pub...
    Profile Photo
    created by aupres
  • Reference SAML assertion in Signature block

    Using JBoss 7.2 from GitHub:   Re: JBoss 7.2 Warning:No assertion builder for type {http://schemas.xmlsoap.org/ws/2005/07/securitypolicy}ProtectTokens registered     So I switched back to the non-po...
    Profile Photo
    created by crumbs
  • how to dynamically change URL where client is connecting to?

    Hi *, I have generated wsdl file of service I want to call. The service is fixed but I don't know where this service will be located. Is there an option how to generate client classes that I can use runtime URL para...
    Profile Photo
    last modified by sodik
  • Using apache cxf.xml with a jax-ws client

    Hi forum,   I'm taking the chance to put here an entry refering to my previous post made on the more general 'Jboss AS 7' community (cxf.xml and spring and jbossws-cxf-4.1.1.Final) Since the topic is really rel...
    Profile Photo
    last modified by daniel.cote.qc.ca