8 Replies Latest reply on Apr 27, 2017 12:19 PM by gkgajendra

    WildFly 10 issue with WSDL:import location=localhost

    gkgajendra

      Hello All,

       

      Currently I’m using JBoss 7.1.1 Final version along with Java 7 for my application,

      Per my managers request we are planning upgrade Java7 to Java 8 which in turn need to upgrade JBoss with latest version which is WildFly10.0.0. Did all migration work but there is an issue which cursing us to proceed further.

       

      Issue Details:

      • Build ear file and deployed successfully into wildFly server but an issue occurred in the generated wsdl file as

      <wsdl:import location="http://localhost:8230/mwp-web/service/rules?wsdl=MwpBusiness.wsdl" namespace="http://mwp.blz.hway.com/"></wsdl:import>

      • Whereas same ear deployed into JBoss 7.1.1 and its working fine by setting my server name instead of localhost.

      <wsdl:import location="http://myserverName:8230/mwp-web/service/rules?wsdl=MwpBusiness.wsdl" namespace="http://mwp.blz.hway.com/"></wsdl:import>

      If I want to generate a soap ui project to do validation using my wildFly wsdl, soap sending a response as “localhost:8230 not found and unable to create a soap ui project”. Can someone from your team help me on this issue, based on our POC results we are planning to propose this to our end clients. Both wsdl attached for reference. Let me know if you need any more details on this issue from my side.

       

      Thank you in advance, awaiting for your reply.

       

      Thanks,

      Gajendra Kumar Gutti