| Thread | Last Post | Replies |
|
| Using Web Service - a slow down? | 13 Aug 2003 15:23 GMT | 4 |
I'm building a Web Service application to be run as an engine for some client web applications. The client application will be used as a shell to update and maintain a customer database where the Web Service acts as the engine containing all
|
| .NET IIS to IIS credentials problem... | 13 Aug 2003 15:19 GMT | 3 |
I'm writing this off the top of my head as I don't have the exact information to hand. We are attempting to set up a secure internet site using ASP.NET on IIS5. We are having some authentication problems early on in the project. The
|
| The namespace, , is a duplicate - Web Service error | 13 Aug 2003 10:30 GMT | 1 |
I'm writing an N-Tier application in C# which includes an ASP.NET web service returning Typed Datasets. I have an Assembly with the namespace 'CallLogger.Datasets' that contains the Typed Datasets. When I have one method in my web service returning a typed dataset
|
| Encrypted Web Service... | 13 Aug 2003 10:21 GMT | 1 |
Greetings all, We have wrote a web service (asmx) which accepts as a paramater an ADO.NET Dataset. We have compiled a proxy class from this webservice (SDL) and are now using the proxy class in code to call this webservice passing it a
|
| Cannot access web service on secure web site | 12 Aug 2003 18:36 GMT | 2 |
I am getting the error below when SSL is enable on our web server. If I turn SSL off, then it works fine. I searched Google and find several references to client certificates, but we are not using them. Any help is greatly appreciated.
|
| Not enough free threads in the ThreadPool | 12 Aug 2003 14:30 GMT | 2 |
I am getting this error on a request to a webservice after a long running one completes. Does this make sense to anybody? Of course it doesn't always happen but it does pretty regularly.
|
| Newbie: Return a xml-document to client | 12 Aug 2003 14:21 GMT | 1 |
I have a webservice that generates a xmldocument when you call it either from a .aspx-site or with http-GET. eg. http://...ws.asmx/method?arg1&arg2 I now want to present this xmldocument for the user i his/her webclient (eg
|
| read/write binary file | 12 Aug 2003 11:03 GMT | 1 |
I'm writing a web service which will return a string containing the contents of a binary file (converted using System.Convert.ToBase64String). When I pass the string to a second web service to write the file I get an exception
|
| Can't get request stream in increments - only after all sent from client | 12 Aug 2003 07:13 GMT | 1 |
Hello all - I'm working an a SoapExtension to implement the SOAP with Attachments protocol. Here's a Google thread from the MS newsgroups from two years ago that frames the design issue mentioned in the Subject:
|
| Returning Enumeration or Exception from WebMethod? | 11 Aug 2003 18:27 GMT | 1 |
I am trying to raise an exception from within a WebMethod in my web service. Is this possible at all? If so, how do you do it? If this is not possible, then I would be happy to return
|
| Webservices over https | 11 Aug 2003 16:40 GMT | 2 |
Does anyone have any experience consuming a webservice over https? The little I've seen seems to suggest this is not supported. Thanks.
|
| Need wsdl.exe | 08 Aug 2003 21:20 GMT | 2 |
For some reason, I'm missing wsdl.exe. I have .NET Framework 1.1 and SDK 1.1 as well as WSE 1.0 but alas, no wsdl.exe. Could someone point me to a place where I can get it, or else e-mail it to me at midwesthills@hotmail.com? Thank you!!!
|
| Launch aspx page from web service | 08 Aug 2003 18:07 GMT | 1 |
Is there a way to launch an aspx page from the WebMethod of webservice?
|
| Development language | 07 Aug 2003 15:18 GMT | 3 |
Is it possible to know what was the platform/language used to build a web service or wsdl file? TIA, Erik Cruz
|
| The underlying connection was closed: An unexpected error occurred on a send. | 07 Aug 2003 15:15 GMT | 4 |
As 90% WS developers I am frustrated by this problem: "An unhandled exception of type 'System.Net.WebException' occurred in system.web.services.dll Additional information: The underlying connection was
|