Hi Friends,
I faced this problem in my asp.net project with web service. This problem will occur when you are working with web services using ASP.Net. You need to check you app.config file and check the your web service path provided in this app.config file. Just change this path with your existing web service path. You can view your web service path just by right clicking on the web service project and by clicking “View In Browser” option. Just copy path and replace it with the existing wrong path.
You can insert your comments and suggestions.
Regards,
Vijay Modi
Hi Vijay
I am Parimal Patel
I am facing problem when i am trying to access web service i add following in my app.config file
and i am able to directly viewiving this url but from my application when i try to execute that request
oWebService.SearchRequest(xDoc)
i get
Eror as below
“The request failed with HTTP status 503: Service Unavailable.”
Would you please help me out
Thanks
Parimal Patel
By: Parimal on November 2, 2007
at 5:04 am
Hi Parimal,
Once more please follow the steps mentioned in this article. I am sure you will get answer.
Regards,
Vijay Modi
By: Vijay Modi on November 3, 2007
at 9:41 am
Hi ,
I got this error when i m trying to add the service as web reference.Can u pls tell me the steps to follow.
By: Kiran on August 26, 2008
at 9:25 am
Hi Kiran,
Please check your config (web.config / App.Config) file. There the web reference path will be wrong. Update this web reference path and test your application.
Regards,
Vijay Modi
By: Vijay Modi on August 26, 2008
at 11:40 am
I’m seeing this same error when trying to discover through the Add Web Reference screen, I put the URL, which if I paste it into the browser, it shows me the WSDL XML document.
By: James on September 2, 2008
at 11:09 pm
I am facing the same error message but scenario is a little bit different. I am trying to run the Reporting services through SQL Server Management Studio. Even i tried to configure the Reporting Services but seeing that web service identity is not running. I think that could be the reason for this.
But when i try to execute this i need to mention about the ASP.NET account which is not accepting any character even after selecting the Report Server and Report Manager. Please suggest.
By: Rajiv Ranjan Giri on November 10, 2008
at 6:35 am
Hi vijay ,
how are you ,
your answers helped me a lot
thanks
Vasu parvatareddy ( prakasam dist)
By: vasu from ongole/chinnaganjam on November 12, 2008
at 2:42 pm
Hi,
I’m new to mobile development and need to integrate Paypal to my web mobile application. Please provide me the entire flow and code to continue and also help me to know from where do i get SetMobileCheckout API and DoMobileCheckoutPayment API. Urgent.
By: Khushi on December 1, 2008
at 12:26 pm
James,
Did you find a solution for your issue. Please share if you did. I am seeing the same issue as you.
Thanks
By: Paul on March 11, 2009
at 6:06 pm
Please provide the solution if anyone got….
i am facing the same problem…i checked the web.config as well, the weburl is same as used in code, but still it is not working,
thanks
By: ksingh on June 26, 2009
at 6:05 am