I am getting http 503 error on Win 2003 server machine when calling a
web service.
If i call the same web service form an XP machine using the same
application it works as expected.
System.Net.WebException: The request failed with HTTP status 503:
Service Unavailable.
at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean
asyncCall)
at
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
Anyone got any ideas why the calls differ on 2003.
I am logged onto the machines using the same user, the same happens
when called form a windows and a web application.
HTTP 503 errror on W2k3 Machine ... If i call the same web service form an XP machine using the same ... System.Net.WebException: The request failed with HTTP status 503: ... message, WebResponse response, Stream responseStream, Boolean ... (microsoft.public.dotnet.framework.aspnet.webservices)
Re: Consume web service using HTTP ... If you're calling the webservice through webpage's clientside script code, using the XML HTTP component as you mentioned should be ok. ... \par Subject: Re: Consume web service using HTTP ... \par set objXMLSend = Server.CreateObject ... (microsoft.public.dotnet.framework.webservices)
Re: send soap message ... i was reading that in framework 1.1 the http get and http put ... if i run a web service and click on one of the functions available, ... > You didn't mention what framework you need to send the message with. ... > you using .Net or the Soap toolkit.... (microsoft.public.dotnet.xml)
Re: forms auth, authenticate against already encrypted password? ... concerned with file transfer over http so the encryption ... SSL is in fact not really a big overhead - at least not for bandwidth - you need more CPU cycle to do the encryption. ... client scenario, each web service is its own proxy object, and it has ... Logoutweb methods... (microsoft.public.dotnet.framework.aspnet.security)
Re: an OO design question ... I see absolutely no reason to use a web service in this system. ... sending data to you over HTTP.... I can see a strategy pattern for handling the upload to the third party ... > ascii spool report files are uploaded from various sources ... (microsoft.public.dotnet.general)