| Thread | Last Post | Replies |
|
| Web service slow on first call? In memory or cache option for web service? | 22 Sep 2005 22:08 GMT | 4 |
I'm fairly new to web services, but I think I understand that they operate in a stateless manner by design. It seems that there is a delay the first time you call the web service methods, or call them after some period of inactivity. I'm guessing there is creation of some proxy ...
|
| maxRequestLength not effective for increasing Upload size limitation | 22 Sep 2005 15:32 GMT | 2 |
I'm developing a Web Service using DIME to download and upload files from and to an IIS server. In order to increase the download filesize to unlimited, I have the following block in my App.config and Web.config files: <messaging>
|
| How to find Web services on the local machine | 22 Sep 2005 15:05 GMT | 2 |
I need to write a windows application, where I have to list all the Web services on the local IIS. Is there any API or code I can use to get a list of all the Web Services on local machine. Thanks.
|
| WS-Security-Extension Declaration with WSE2 | 22 Sep 2005 14:37 GMT | 1 |
I am trying to access a web service that is secured with an username-token. However the namespace declaration of the WS-Security-Extension differs. WSE2 generates following declaration: xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
|
| No return from async web service call | 22 Sep 2005 09:27 GMT | 5 |
I'm trying to invoke a web method asynchronously but just can't seem to get it to tell me when it has finished! Below is the code I am (currently) using: private void btnUpload_Click(object sender, System.EventArgs e) {
|
| Problem with webservice returning an array (You must implement a default accessor on System.Array because it inherits from ICollection. )?? | 22 Sep 2005 07:01 GMT | 5 |
I have a webservice that I wanted to return an ArrayList..Well the service compiles and runs when I have the output defined as ArrayList, but the WSDL defines the output as an Object so I was having a problem in the calling program. I searched online and found suggestions that I ...
|
| Web service setup project | 22 Sep 2005 05:33 GMT | 1 |
How can I specify creation of a new web site, for a web service, instead of a new virtual directory under default web site, within a web setup project? I need to run the setup MSI in unattended ( silent) mode, with no user input, so the setup project must have the new web site name ...
|
| Web service through serial port | 22 Sep 2005 04:57 GMT | 1 |
I'm currently developing an application involving using modems to establish a direct conection with remote server. Is it possible to use web services in this scenario? Does web services support support communicating through serial ports or usb ports?
|
| Create proxy class manually without using wsdl.exe tool. C# | 22 Sep 2005 03:09 GMT | 1 |
I have an issue where the provided .wsdl file is being generated incorrectly with the WSDL.exe tool. I have to use digital client certificates for authentication and it has been determined...by another business...that the proxy class was generated by the wsdl.exe tool
|
| VS2005 RC | 21 Sep 2005 21:56 GMT | 2 |
can i use WSE 3.0 Beta 1 with VS2005 RC?
|
| Web Service won't respond and recycling the App Pool doesn't help | 21 Sep 2005 14:01 GMT | 5 |
I've got a .NET Framework V1.1 web service running on a Windows 2003 Server that has 2 web methods that are called from a web application on the same server. One is a fire-and-forget method that executes a long running process that
|
| Creating HTML Document | 21 Sep 2005 13:42 GMT | 3 |
I have a game program I am writing. I want to publish the results of a turn as a html document that I can then e-mail to the players. What would be the best way to create the html document from C#.
|
| Problem with signing SOAP message using UsernameToken | 21 Sep 2005 06:05 GMT | 2 |
I am trying to call a web service by signing a message with UsernameToken, but I am getting following error: Microsoft.Web.Services3.Security.SecurityFault: Referenced security token could not be retrieved ---> System.Exception: WSE590: Failed to resolve
|
| WSE 3.0 and Kerberos | 21 Sep 2005 05:32 GMT | 1 |
i am new to wse and kerberos, and I have some probmlem tring to understand how kerberos and kerberos in wse 3.0 works. I have a problem with wse 3.0 and kerberos authentication. Could anyone show me a sample code of how to use kerberoswith wse 3.0 in vb.net or c#? please please. ...
|
| Encrypting the SoapHeaders | 21 Sep 2005 05:17 GMT | 3 |
I have a WebService with a method which is expecting two custom SoapHeaders (filled with application's data). I'm using encryption by user name and password for the message (WSE 2.0). The body is encrypted, but not the headers.
|