• SOAP address rewrite for wsdl-uri-scheme=https for nested XML schema documents (XSD) referenced by the WSDL behind reverse proxy

    We have Wildfly 10 configured behind NGINX as a reverse proxy for handling the SSL requirements of the web service. Wildfly serves everything as plain HTTP and NGINX handles the HTTPS side of the request.   We h...
    Profile Photo
    last modified by nicoschl
  • how can i change maven central repository url

    my local server can not access the maven central repository(Central Repository: ) ,so i meet the below issue when i upload a artifact to KIE workbench ,and how can i change the maven central repository url   SEV...
    Profile Photo
    created by andy-li
  • This week we have started to see multiple applications on our JBOSS Platform where users are not able to log into the applications and there are stale connections in our Microsoft SQL Server Databases.

    Re-deploying the applications through JBOSS seems to temporarily help but I don't think we should have to regularly re-deploy applications in order to for our user base to be able to access the application.  Has ...
    Profile Photo
    last modified by charnabean
  • JBossWS 5.2 migration notes

    <WIP>
    Profile Photo
    last modified by asoldano
  • Migration Jboss 4.2.3 to Jboss 5.1  - ejb3-deployers-jboss-beans.xml

    Hello,   I'm trying to migrate my ejbs from Jboss 4.2.3 to Jboss 5.1.   For example for this ejb (CorrelationJobs.java that implements the interface CorrelationJobsMbean.java) I have: --------------------...
    Profile Photo
    created by foscano
  • A required header representing a Message Addressing Property is not present, Problem header:{http://www.w3.org/2005/08/addressing}RelatesTo

    Hi , Guys , I am migrating a standalone SOAP web Service Client to Jboss 5.x ,here the error , com.sun.xml.ws.addressing.model.MissingAddressingHeaderException: Missing WS-Addressing header: "{http://www.w3.org/2005/...
    Profile Photo
    last modified by sinu935
  • ConcurrentModificationException from getting features

    Hi guys I need a little help here. We have a J2EE application running on JBoss AS 7.1.1  with JBossWS Native Stack 4.0.2.GA(due to backward compatibility problems). The application connects to an apache cxf web...
    Profile Photo
    last modified by zlytomek
  • Default for Nillable and MinOccurs differs between JBoss 7 and Wildfly 10

    Hi!   We use JBoss 7 and Wildfly 10 to publish the same web services with WSDL files generated by the server (=Bottom Up). We noticed a slight difference between the generated WSDL files concerning the handling...
    Profile Photo
    last modified by tiburon
  • Need help to configure webservices by disabling JBossWs

    I am migrating my application from weblogic to WildFly10. I have application specific webservice working in weblogic. Same i am trying to make use of in WildFly. However i am facing issues while deploying application....
    Profile Photo
    last modified by rishikesh.dalvi
  • Jboss EAP 7 Webservice issue "Could not unwrap Operation", Incorrect SOAP request is generated

    Hi,   I am migrating our Jboss 5 webservices to Jboss EAP 7. While invoking the service, we are seeing issues where the generated SOAP request has merged two tags resulting in Error response.   First I see...
    Profile Photo
    last modified by avinashmoram
  • Getting Failed to create JAXBContext exception

    2017-04-05 07:38:03,747 INFO  [STDOUT] #text 2017-04-05 07:38:03,747 INFO  [STDOUT] loping 2017-04-05 07:38:03,754 ERROR [org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS] SOAP request exception javax.xml.ws....
    Profile Photo
    last modified by sajesh158
  • Jboss header issue

    I am migrating a web service from WAS7 to JBOSS EAP 6.4. But while tesing in Parasoft, I always gets a header in the response.   <soap:Envelope   xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"&...
    Profile Photo
    last modified by asthatulsi
  • JBoss Web Services client code throws Error.

    Hello, I am using Eclipse 4.4 Luna and WildFly 9.0.0-Alpha and try to deploy JBoss Web services. My reference site is   [JBWS-3748] Wildfly 8 ws-security client throws exception - JBoss Issue Tracker   In ...
    Profile Photo
    last modified by aupres
  • What is the advantage of JDK WS RI over JbossWS?

    When it comes to develop webservices , JDK 6 provides tools like wsgen (bottom-up), wsimport (top-down) development . Jboss also has similar tools like wsprovide and wsconsume. What is the advantage in Jboss tools? is...
    Profile Photo
    created by vismay2011
  • JAX-WS WS-Security POJO Web App Client Configuration

    I am having trouble getting WS Security configured for a web app based client.  Basically, I need to know what are the configuration files/annotations, and where they need to be placed?   I have a WSDL with...
    Profile Photo
    last modified by greg29
  • How to use 2 way SSL/TLS with Wildfly 10.1.0.Final and JBossWS 5.1.5.Final

    We, at an Energy Grid Operator in the Netherlands, have an application running in Wildfly, which is calling a web service from another party through SSL (TLS) with usage of server and client certificates (2 way SSL). ...
    Profile Photo
    last modified by rsteeghs
  • Where is org.jboss.ws.api.annotation.WebContext?

    Can anyone tell me were I can find org.jboss.ws.api.annotation.WebContext for my project?  What jar?  Thanks.
    Profile Photo
    last modified by jsexton
  • Target Endpoint Not Set Error

    Hello,   I am trying to access a soap service via code and it gives me an error saying - Target end point not set when invoking the remote method from the stub.   Can you please tell what it means and how ...
    Profile Photo
    last modified by sranjeeta20
  • Caused by: org.apache.wss4j.common.ext.WSSecurityException: An error was discovered processing the <wsse:Security> header

    This is my WS-Security configuration with SoapUI   1. Server Keystore - contains server's private key + server's public key + Client's public key            ...
    Profile Photo
    last modified by aupres
  • Design Notes For WISE

    Overview Wise is a Java framework for invoking deployed webservices through a GUI interface.  The user does not need to write an invocation application to access a webservice.   Background To call a webservi...
    Profile Photo
    last modified by rsearls