4 Replies Latest reply on Sep 30, 2010 7:18 AM by larasith

    Problem with address parameter of cxfEndpoint tag

    larasith

      Hi, i've a webservice exported with cxf:

       

      <cxf:cxfEndpoint id="nocsEndpoint" address="http://localhost:9003/NOC" serviceClass="com.abengoa.sim.nocs.ws.NocServiceWS" />

       

       

      And when i try to access usig the following URL it work fine:

       

      http://localhost:9003/TASKS?wsdl

       

       

      But when i try to access through:

       

      http://172.28.70.109:9003/TASKS?wsdl

       

      Don't work.

       

       

      I try with that to and nothing:

       

      <cxf:cxfEndpoint id="nocsEndpoint" address="http://0.0.0.0:9003/NOC" serviceClass="com.abengoa.sim.nocs.ws.NocServiceWS" />

       

      and

       

      <cxf:cxfEndpoint id="nocsEndpoint" address="http://172.28.70.109:9003/NOC" serviceClass="com.abengoa.sim.nocs.ws.NocServiceWS" />

       

      where 172.28.70.109 is my ip.

       

      Can anyone help me?

       

      Thanks