This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Changing the soap:address locationpeterj Dec 16, 2008 6:00 PM (in response to clarkvalentine)Try this. First, run the app server using -b 0.0.0.0 so that it does not bind to localhost. Second, when running wsconsume, pass the host's name or IP address, example: 
 wsconsume http://somehostname:8080/path/to/the.wsdl
- 
        2. Re: Changing the soap:address locationclarkvalentine Dec 16, 2008 8:17 PM (in response to clarkvalentine)Peter - 
 I will definitely try that.
 Do you know of a way to do that in NetBeans, by chance? I can certainly do it at the command line, but my project team are all using netBeans. Perhaps I should post that question over on the NetBeans forums...
 Thanks!
 - Clark
- 
        3. Re: Changing the soap:address locationpeterj Dec 17, 2008 10:59 AM (in response to clarkvalentine)No, I do not know how to do that in NetBeans. I use Eclipse, but only as a glorified text editor. When it comes to things like this (or compiling, packaging, or deploying) I revert to the command line (or Ant or Maven) so that I can keep my sanity. 
 
    