|
-
March 26th, 2008, 09:36 AM
#7
Re: Setting up url to make webservice public for third party
Hopefully last question,
To set up the customer webservice i started again from scratch,
witch means created a new website and declared all methods
from the customer WSDL into the service class, then added
a new project and linked it with a web reference to the website,
When i run my application, i see a notification icon
"ASP.NET Development Server" http://localhost:3307/pushWS
When i type in browser "http://localhost:3307/pushWS/Service.asmx"
then i see all the needed methods,
so far so good, now i want to change the url to my ip adres,
(witch is connected to our public adres)
so i change the url in "app.config" and "Settings.settings" to:
http://IP:PORT/service.asmx (tested with or without PORT)
When i now run my application i get still the
"http://localhost:3307/pushWS/Service.asmx" url,
what can the reason be for this?
Is theire something i forgot?, or because i'm in debug mode?,...
Grtz
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|