java - make my SOAP web service consumed in local network -



java - make my SOAP web service consumed in local network -

i'm using netbeans 7.0 , create soap webservice , create java applet consume webservice , works fine after had signed applet....all works fine in localhost, when tried consume web service through local network nil happened , webservice failed consume..i'm sure miss thing , must configure web service wsdl run in local network don't know steps , how that.

i tried effort alter addresses in jax-ws-catalog local network address

<?xml version="1.0" encoding="utf-8" standalone="no"?>

in 192.168.1.8 local network address , 8080 port, don't if i'm acting right way , hope can done in wizard through netbeans can consume webservice through local network, glad if 1 can give me steps or useful links or threads discuss issue

thanks,

which interface web service listening on.

enter "netstat -a" command , see listening on port 8080.

if interface not 192.168.1.8 or 0.0.0.0 127.0.0.1 need start webservice on interface other local interface listened for.

java web-services netbeans wsdl tomcat

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -