Hi,
I have a cxfbc consumer that takes a SOAP message and saves to a file. I am runing it from my laptop and I can only access the service using localhost as the server. My service URL is: http://localhost:8092/PersonService/ I would like to access the service using a non localhost address(preferably my computer name or IP address) that is accessible from other computers in the network. I tried to use "0.0.0.0" syntax in my WSDL but it's not working. My WSDL service section: My xbean consumer section: cxfbc:consumer wsdl="classpath:person.wsdl" targetService="sp:file42" /> Any help on this would be highly appreciated. Regards, Jyoti Sahoo(Jay) -- View this message in context: http://old.nabble.com/CXFBC%3ACONSUMER----WSDL-Address-location-other-than-localhost-tp28597409p28597409.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
