2 Replies Latest reply on Jul 8, 2013 2:44 AM by willem.jiang

    Unable to Access inbound URI in CXF

    tganesh5

      Hi,

       

      We have exposed a web-service using CXF like

       

      <cxf:cxfEndpoint id="crMaster"

      address="http://10.141.9.180:8181/facade/CRMasterService"

      endpointName="s:CRMasterServicePort"

      serviceName="s:CRMasterService"

      wsdlURL="etc/sample.wsdl"

      xmlns:s="http://crmaster.facade.ws.example.com/" >

       

       

      We have deployed in a machine with ip (10.141.9.180). If we send request from SoapUI from 10.141.9.180 we are able to process request. If we try sending the request from other machines in the same network,the request is not coming to FUSE. We have opened the port 10.141.9.180:8181 from all users. Do we need to do any configuration in fuse server for accepting request from other machines in intranet.

       

       

      Thanks,

      Thejaswi

        • 1. Re: Unable to Access inbound URI in CXF
          ffang

          Hi,

           

          My gut feeling is that you have fireware or network configuration which prevent other machine to access 10.141.9.180.

           

          You can try to start other server on 10.141.9.180(like tomcat), to see if you can access it from other machine

           

          Freeman

          • 2. Re: Unable to Access inbound URI in CXF
            willem.jiang

            How did you deploy the Camel route?

            If you are deploy it into JBoss Fuse,  and you are using the pax-web, you need to use the relative URI instead the full path, just like address="/facade/CRMasterService".