Websevice : The request failed with HTTP status 404: Not Found
-
Hi, I have developed a webservice which comprises a sinlge web method. This web method is used for document conversion. The return type of the web method is bytes. The web service is consumed in my web application and everything works fine. But when my colleague is trying to consume the same web service in my system to his web application an error is being thrown. My colleague added the web service to his application using the VS IDE. When accessing the web method after creating an object for the web service the following error is shown: System.Net.WebException: The request failed with HTTP status 404: Not Found. I tried to access the webservice by provinding the URL in IE then it works fine, so what are we missing? Do we have to do any addtional steps when consuming a webservice which is not in the same machine or same domain? Any help is greatly appreciated,
gauthee