| Thread | Last Post | Replies |
|
| File download via web service (i.e. attachement) | 14 Sep 2006 18:57 GMT | 4 |
Here's my situation. I've got an existing VB6 app that is consuming several web services written in VB2005 (via the SOAP toolkit 3). I need the app to be able to download updates. Currently the VB6 app calls a web service to determine whether an
|
| ATLAS and XmlDocument | 14 Sep 2006 17:26 GMT | 1 |
If I return an XmlDocument from a WebMethod how can I then do the equivalent of this:
|
| Need to test a .Net dll using data that was sent to a WebService | 14 Sep 2006 17:25 GMT | 3 |
I have a WebService that simply acts as a thin wrapper to a .Net dll. Literally almost zero code in the WebService. Parameters passed to the WebService are simply used as parameters to methods on the dll, and all parameters to my web methods are strings.
|
| Implementing interface-based web services in .NET 2.0 | 14 Sep 2006 15:39 GMT | 1 |
I would like to create a set of web services that share a common set of types (classes, structures, enums). I know I can create a VS 2005 web service based on the Interface statement to contain these common types. The problem is that I cannot determine how to create the ...
|
| [WSS003] System.Net.WebPermission pb | 14 Sep 2006 14:23 GMT | 1 |
Bonjour, Voilà mon pb: J'ai un programme exe (signé) qui à l'ouverture d'une session d'un utilisateur Windows va interagir avec les web services WSS2003.
|
| Generated proxy class conflicts with custom class --REVISED-- | 14 Sep 2006 13:56 GMT | 4 |
An ASP.NET 2.0 web site contains a web form and a web service. The web form consumes the web service. There is a Book class in the App_Code folder. The web service exposes a method that returns a Book object. The consumer includes a method that require a Book parameter. However ...
|
| Uploading largish files through web services..... | 14 Sep 2006 04:21 GMT | 1 |
I have largish (5-10MB) that I want to upload to my server It's all done behind the scenes with no user intervention so speed isn't so much of an issue and there is no interface for it. What's the easiest way to do it ? I've used BITS with the Microsoft BIT
|
| tab control appearance | 14 Sep 2006 04:18 GMT | 1 |
Greetings. I am diffinitely a newbie at asp.net so feel free to treat as such. As i go thru different sites online I see what has the appearance of a tab control. In the asp.net 2.0 I do not see anything like that. How (or what) is the best process/method to get the tab ...
|
| Returning a Dictionary from a webservice | 13 Sep 2006 22:54 GMT | 1 |
I'm trying to return a HashTable froma WebMethod. This fails with a not supported method because HashTable implements IDictionary. What I'm doing right now instead is stuffing my data into a DataSet and then extracting my data from the DataSet on the other side.
|
| System.Net.WebException: The operation has timed-out. | 13 Sep 2006 22:12 GMT | 1 |
I have an ASP.NET 1.1 web site that calls a custom web service. This web service makes a call to Reporting Services web service to generate reports. We are using SQL Server 2000. '----------------------------------------------------------------------------------------------
|
| Reducing overall packet size | 13 Sep 2006 20:22 GMT | 2 |
I have a WSE3 application (desktop client and a server hosted as a service, no IIS involved) that makes a lot of calls at times. The actual payload is small so most of the network traffic is the XML of the envelope etc. Looking around the web I can find help on compressing the ...
|
| An unhandled exception of type 'System.Net.WebException' occurred in system.web.services.dll | 13 Sep 2006 17:13 GMT | 1 |
Hey guys - I'm really new to this .NET programming so please bear with me ... (vb.NET) I'm trying to fill in the list contents of a combo box on the open
|
| SoapHttpClientProtocol / InvalidOperationException | 13 Sep 2006 17:12 GMT | 1 |
I am experiencing intermittent errors upon invoking my web service method. Exception Type: System.InvalidOperationException Exception Source: System.Xml Exception Message: There is an error in XML document (1, 290).
|
| FTPWebRequest Problem | 13 Sep 2006 17:08 GMT | 3 |
If I create an MFC application in Visual Studio 6 using the following code: CInternetSession inet_session; CFtpConnection *ftp_connection;
|
| File not Found Error when instantiating a Web Service | 13 Sep 2006 17:03 GMT | 3 |
I'm having this very strange problem with a Web Service. As soon as I try to instantiate it like so: WebServices elSrv = new WebServices(); It gives me the following error:
|