To deploy your project on another computer, compile it and copy the war file to the desired application server. I use Tomcat, you just need to copy the war to the webapp folder, you should have something like a glass fish.
About clients: What do you use to create a client? I assume the metro, since this is the default value in netbeans. Create a new java project; Add a new Web service client; Create it from the url: something like http: //example.com.someService? Wsdl . When changing ip, you change the machine this client will interact with.
source share