2 Replies Latest reply on Dec 20, 2007 5:33 PM by paoletto

    wsdl binding address

    paoletto

      i have 2 interfaces on my machine, one , loopback, is 127.0.0.1, and the other is eth0 , 192.168.1.10.

      how can i choose which one to bind to wsdl exposed?

      i have this on http://localhost:8080/jbossws/services :

      Registered Service Endpoints
      ServiceEndpointID jboss.ws:context=JmsService,endpoint=JmsFrontendBean
      ServiceEndpointAddress http://127.0.0.1:8080/JmsService/JmsFrontendBean?wsdl
      


      how can i bind it to 192.168.1.10? i mean, the 127.0.0.1 address is also inside the wsdl, so it's not enough i use the correct address to download it, i also have to change it by hand