• 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
  • 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
  • Genereate WSDL does contain information of static fields

    Hi I am building a web service using jboss 4.2.2. I have a web method which accepts an object of type Contact. Contact class further has a member variable of type ContactTypeEnum(see explanation below) private jav...
    Profile Photo
    last modified by navighag
  • JbossWS Native, which class implements @WebServiceClient?

    I'm building a jaxws client that needs to run in axis, cxf, metro and jbossws native using SSL with client certificate authentication. The problem I've just discovered is all of the soap stacks uses a different API fo...
    Profile Photo
    created by spyhunter99
  • HTTP Client Certificate authentication for JbossWS Native client

    I have a situation in which my web service client (running in a jsp) needs to be able to dynamically change authentication parameters for accessing a partical service based off of some administrative settings. (I need...
    Profile Photo
    last modified by spyhunter99
  • Can I modify the HandlerChain at deploy time?

    I am improving the usability of JBoss XTS by providing annotation support. I have one class level annotation that when applied to a JAX-WS service implementation, indicates to the middleware to carry out a few pieces ...
    Profile Photo
    last modified by paul.robinson
  • Building from source native 3.4.1 sp1

    I'm attempting to build from source jbossws native 3.4.1 sp1 for jboss6 final.   First of all, I had a lot of issues downloading the source from the svn server. It would download for maybe 30secs at a time then ...
    Profile Photo
    last modified by spyhunter99