| Thread | Last Post | Replies |
|
| how to set timeout? | 03 Mar 2005 21:59 GMT | 2 |
Hi, this is a follow-up to my previous post. I've got a long-running function exposed as a web service. It can take up to 3 or 4 minutes to complete (rendering a 300 page pdf from xsl-fo). I have the asp script timeout for the web app the service runs as set to 600 seconds. I ...
|
| problem with my compiled application... | 03 Mar 2005 20:27 GMT | 5 |
i created a program and compiled it as a setup file, installed it on a computer, and within the application, it access 2 webservices on a my remote web server.. a few weeks ago the server crashed and i re-created the webservice virtual directory, and now the webservices within ...
|
| Download binary data from WebService | 03 Mar 2005 18:09 GMT | 4 |
Any general ideas how to get binary data(files) from WebService to an ASP .NET app and then save it to client's machine? Thanks
|
| VS 2003 "Copy project" stochastic HTTP Server Internal Error 500 | 03 Mar 2005 17:37 GMT | 2 |
for two years we have been developing and maintaining a web application (currently 20 projects in solution). The deployment has always been done via Copy Project, with production server URL and a file share pointing to proper directory on the server via mapped drive.
|
| Reference a SoapExtension instance from within a WebMethod? | 03 Mar 2005 16:29 GMT | 3 |
Is it possible to reference a custom SoapExtension instance from within a WebMethod? I have a SoapExtension used by several web-services for generic logging. The SoapExtension logs the ServiceId, Soap Request, Start Time, End Time
|
| Can a Web Service be part of an C# Application | 03 Mar 2005 15:19 GMT | 7 |
Hi. Could anyone provide help to a newbie please? I have just started writing a C# application which transmits data to a web service, so it is effectively a client. I have that working fine. I now need to add code which will allow the application to behave as a web
|
| CDONTS Alternate SMTP Name | 03 Mar 2005 14:30 GMT | 2 |
I have an ASP 3 application that submits mail using CDONTS and it works flawlessly on a server that has the SMTP set to the default. I need to run it from another server and it does not use the default SMTP name.
|
| How to use uniqueidentifier fields a return dataset from a webserv | 03 Mar 2005 02:02 GMT | 3 |
I have made a web service that returns a typed dataset that includes a uniqueidentifier field. When I import this web service into visual studio using add reference I get the following error: Custom tool error: Failed to generate dataset. Undefined data type: 'anyType' in the ...
|
| databinding to a combobox from webservice | 03 Mar 2005 01:30 GMT | 3 |
I have a webservice that I want to populate a combobox on a windows form. The webservice creates the correct XML output, but when I attempt to bind it to a combobox I get this error: Additional information: Cannot bind to property or column FullName on
|
| Attachments with SOAP | 02 Mar 2005 23:20 GMT | 1 |
I am new to WSE. We are porting our VB6 app to VB.Net/Framework 1.1 environment. The app that I am currently working on needs to communicate via HTTP to IIS to send and receive binary files such as photos, diagrams,etc to a webserver. The prev release of this app used FTP. Is ...
|
| create property in web services | 02 Mar 2005 23:00 GMT | 5 |
How to use properties in webservice ? if I want to create a webservice as my middle tier and want to create public properties so that the presentation layer can assign values to the property and then call insert() method in webservice. how should I do that I
|
| Compacting DBs | 02 Mar 2005 20:57 GMT | 1 |
Hi, I'm very new to web services so I'm not too sure if what I'm trying to do is possible. I have a C# windows application that compacts upto 6 MS access databases. A form is presented to the user who chooses which dbs to compact.
|
| WSE 1.0 proxy class generation | 02 Mar 2005 19:13 GMT | 2 |
Per the msdn documentation, in order to use WSE 1.0 from a client app, "you need to change the base class of each of your proxies to WebServicesClientProtocol. " Is there a way to instruct Visual Studio .NET 2003 to generate the proxy
|
| SoapActor and SCT | 02 Mar 2005 17:57 GMT | 4 |
Anyone know how I can set the SoapActor for the WSE SecurityContextToken issuer on my web service? I have the following setup: <tokenIssuer> <autoIssueSecurityContextToken enabled="true" />
|
| A must to deploy the web.config file ? | 02 Mar 2005 17:45 GMT | 1 |
I have a w/s set up using just its asmx and dll. I pass through the default proxy credentials from my win form, all works fine thus is it a priority to deploy the config file
|