web services - How to find out the server URL that isn't local? -
i'm developing 2 applications, 1 acts client , other runs on non local application server , intend on them talk each other on web.
at moment i'm struggling writing web service allow communication. request url doesn't seem right when i'm trying contact application running on server.
i have access the application server running application under domain name have. run ipconfig /all in command prompt see local info is. primary dns suffix , host name think may constructing server url incorrectly.
at moment looks http://{hostname}.{primary dns suffix}:{httpport}/
for illustration http://servername.domainname.com:8080/
when run web service i'm getting 404 not found response server
web-services http httpwebrequest
No comments:
Post a Comment