Ask a Question related to ASP.NET Web Services, Design and Development.
-
Peter Nordström #1
Webservice calling a webservice.....Error
Hi Ihave a strange problem .....or??
On one machine 1 i have a webservice A calling an other webservice B on a
other machine 2 . the B service are doing some work and then calling an
other Webservice C on machine 1. Here i got error:
The request failed with HTTP status 401: Access Denied. Why?? im using
Integrated Windows / and impersonate on both machines...
Solutions whould be nice.... :-)
Kind Regaards Peter
Peter Nordström Guest
-
Calling a webservice from a webservice
Well, I dont really want to call a webservice, but the class that I need is in a webservice and I dont see the need for serialization if I am... -
Calling webservice from within a stored proc 407 error...
I've got a scheduled job that kicks off a stored proc...the stored proc creates a com object which makes a webservice call (passing in url... -
Calling COM+ in a WebService
Can I get a sample on how to call a com+ componant in a webservice, please? This is what I have so far and I am getting an error Run-time exception... -
Calling a webservice asynchronously
you need a thread as Bruce suggested. When the request comes in, start the thread. Wait on the thread for 15-20 seconds (As you like). If the... -
HTTP 503 (Service Unavailable) error when calling a webservice inside the network
Hello This problem has been driving me mad for the past few days. I am basically writing a generic utility in .NET/C# that can read any WSDL...



Reply With Quote

