Hello Everyone,
I have created a simple web service with a method that adds 2 numbers
I have referenced (add web reference) this web service into a vb.net windows app.
Next I created a proxy object (dim proxyObj as new localhost.service1).
Problem:
Whenever I run this app on the development machine everthing checks out. (All methods in the webservice work great!). However, when I try to run this app outside of the development computer nothing works, the minute the application tries to utilize the webservice I receive an error.
Does anyone have a solution for this problem, this sounds like a commn issue.
Thanks
Pink
I have created a simple web service with a method that adds 2 numbers
I have referenced (add web reference) this web service into a vb.net windows app.
Next I created a proxy object (dim proxyObj as new localhost.service1).
Problem:
Whenever I run this app on the development machine everthing checks out. (All methods in the webservice work great!). However, when I try to run this app outside of the development computer nothing works, the minute the application tries to utilize the webservice I receive an error.
Does anyone have a solution for this problem, this sounds like a commn issue.
Thanks
Pink