• Basic Authentication with SOAPProxy or SOAPClient  or HTTPRouter

    Hello I am new to JBoss ESB, I've been trying to consume a web service with three Apis, first with HttpRouter, then with SoapClient and finally SOAPProxy and in all these cases the response was the same.   Error ...
    Profile Photo
    last modified by jark1982
  • Maven dependencies for JBoss WS-CXF project

    Hi, I'm new to JBoss WS-CXF and am looking to find what dependencies and versions, for Maven, I need to build a client and server side app. I'm running against JBoss-soa-p which I understand has JBoss WS-CXF 3.1.2 b...
    Profile Photo
    last modified by jboss_dev_16
  • Jboss - 5.1.0.GA jax-ws client time out problem

    I have write jax-ws web service client. I want to set jax-ws connectiontimeout. I try to set time out there methods   1. ((BindingProvider) soap).getRequestContext().put("com.sun.xml.internal.ws.connect.timeout...
    Profile Photo
    created by zurikacitadze
  • Policy not supported problem

    Hello everyone.   I'm facing a strange problem while developing a web service client secured with WS Security Username Token Profile 1.0. I've created a maven project and developed client out of wsdl file. The ...
    Profile Photo
    last modified by marcin.motyka
  • Cannot find ServiceFactory implementation Problem

    Hello All,   I have created one web service and hosted it in JBoss. Now i want to use that web service in another class using following code.   -------------------------------------------------------------...
    Profile Photo
    last modified by dipak.nit
  • What is the best practice for WS security

    Hi My war file contains UI application and web services. I want to add some secutiry in webserices.  I want to access the webservices only by https , not http. But the same time i want to access my UI applica...
    Profile Photo
    last modified by annamadhusudhanan1
  • Never list Web service using http://localhost:8080/jbossws/services

    Hello All,   As when i tried to access list of webservice using "http://localhost:8080/jbossws/services" it will never come back, it is always searching.   I don't know what is happening.   Any Help...
    Profile Photo
    last modified by dipak.nit
  • JBossWS - Mavenization

    Since 3.0.2 (Native, CXF, Metro) JBossWS has been completely mavenized since the 3.0.2 release. Download Maven Set Up Maven Environment Options Create or Update Maven Settings (JBoss Nexus Maven Repositor...
    Profile Photo
    last modified by asoldano
  • JBossWS - Building From Source

    This page documents the Maven based build that we use since jbossws-3.0.2. See the Mavenization page for details regarding configuring you Maven environment. The Ant based build of previous versions, is documented her...
    Profile Photo
    last modified by asoldano
  • Custom tomcat manager with jbossws 3

    hi there!   I am turing on tomcat-memcached-manager for some needs and i have one problem. With .war application there is ok, i can set it with xml descriptor, but where can i do that with jbossws? I have some s...
    Profile Photo
    created by megaqujik
  • 3.4.0 from source tests fail

    after doing a clean check out of native 3.4.0 tag and running the tests, i get the following output. maven 2.2.1 apache ant 1.8.1     Failed tests:   testExplicitSecureService1(org.jboss.test.ws.jaxw...
    Profile Photo
    created by spyhunter99
  • Does jbossws-native-core 3.x support soap1.2

    Hi, everyone   Recently, I have a project using jbossws-native-core 3.x to switch soap from 1.1 to 1.2 Thus, I am wondering if this jar support soap1.2   Thanks
    Profile Photo
    created by vash_ace
  • Building from source native 3.1.2 SP11

    I'm using 5.1.2. EAP and I'm trying to apply a patch which requires rebuilding from source (redhat never posted the fix).   Unfortunately, it fails and it's looking like it's a maven repo issue. Can anyone provi...
    Profile Photo
    last modified by spyhunter99
  • Custom 401 Error on Webservices (JBoss)

    Hi,   I have a jboss webservice like this:   @Stateless @SecurityDomain("SecurityDomain") @RolesAllowed("RolesAllowed") @WebContext(urlPattern = "/*", authMethod = "BASIC", secureWSDLAccess = true) @Endpoi...
    Profile Photo
    last modified by _marquez2012_
  • RESTEasy ResourceQuery (Class Written vs Components.xml)

    Hi I have been strugling to set up a webservice using Seam 2.1.1, and so far what I have accomplished was to set up a service responding on a ResourceQuery registred inside components.xml:     <resteasy:r...
    Profile Photo
    created by wilsondesenv
  • Seam 2.1.1 + RestEasy + JBoss AS 5.0.1

    Hello, I have been for 2 days researching and trying to make a sort of HelloWorld using Seam 2.1.1 + RestEasy + JBoss AS 5.0.1.   After some jar changes and inclusions and web.xml configuration I could manage th...
    Profile Photo
    created by wilsondesenv
  • Parallel invocations of JaxWS services and getPort

    The JBossTS/XTS multi-threaded test is failing with the trunk XTS and trunk AS. I investigated the problem and found that it relates to the use of client proxies in parallel. I think there is a big issue here which ne...
    Profile Photo
    last modified by adinn
  • java.lang.illegalStateException : No active application context

    Hi   I am building a web service using jboss 4.2.2.   I have the following web method @WebMethod public int processRequest() { EntityManager entMan = (EntityManager) Component.getInstance("entityMan...
    Profile Photo
    created by navighag
  • JBoss 5.1: Complex objects are not being convert to XML payload

    Hi all,   I am deploying a webservice to jboss 5.1.0 and the object model (input to the webmethod) is a complex object, while the scalar properties are being converted to XML payload correctly,  the complex...
    Profile Photo
    last modified by tdnhome
  • Call a jBossWS results in  java.lang.NoClassDefFoundError: Could not initialize class $Proxy2341

    I used wsconsume to generate a proxy class to web-service enabled beans.  In trying to test that it works, using a test-cradle JSP I get the following error:   13:52:15,039 ERROR [[jsp]] Servlet.service()...
    Profile Photo
    last modified by stdaparks