| Thread | Last Post | Replies |
|
| WSE 3.0 errors in event log (may be MTOM related): The value may not be accessed in message stage 0. | 09 Jul 2007 21:28 GMT | 4 |
We've noticed some strange errors on our production servers running WSE 3.0. From the stack trace it seems it may be MTOM related. The following two errors occur at the same time: 1. System.InvalidOperationException: The value may not be accessed in
|
| proxy fails to instantiate | 09 Jul 2007 17:22 GMT | 3 |
VS2003, .net 1.1.4322 When I instantiate my generated proxy I receive an InvalidOperationException: "Unable to generate a temporary class(result=1). error CS1525: Invalid expression term '=' error CS1002: ; expected"
|
| Client side jscript issue | 09 Jul 2007 08:16 GMT | 2 |
Working in Visual Studio Objective: I am trying to have my server side vb code construct a file name for use with my client side JavaScript code to then save the file to the web. My saving to the web method is working with a preset test filename.
|
| Webservice not releasing SQL connections | 07 Jul 2007 00:30 GMT | 7 |
I have a webservice written in VB.net that opens a connection to SQL Server 2000 with a connection string. The connection remains open for the life of the web service so the ADODB.connection is defined as public and used by a single subroutine, SQLexecute. All recordset ...
|
| Library differences when adding Web Reference | 06 Jul 2007 15:17 GMT | 6 |
Here's what happens: I got a Web Service installed locally on my IIS. Then I got a client project, which will call this service. But when I add the Web Reference to the Web Service, and look at the imported classes with Object Browser, there are classes missing. How can that be?
|
| Periodically Refreshing Cache Data | 06 Jul 2007 06:32 GMT | 4 |
I have a web service that I am putting together that queries a database and some of the queries take a fair bit of time. I want to cache the data, which I can easily do using the Application object, but I want it to refresh itself periodically.
|
| Web Service invoke as NT User | 06 Jul 2007 03:25 GMT | 1 |
** This is the windows form code ** Private Sub btn_log_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn_log.Click Dim msg As String
|
| WSHttpBinding in WCF | 06 Jul 2007 02:31 GMT | 6 |
If I have a WCF web service deployed that uses the WSHttpBinding, is it possible for a web service client to connect to my service if that client does not support WS-Addressing, or is WS-Addressing mandatory when the WSHttpBinding is in use?
|
| PageMethods | 06 Jul 2007 01:17 GMT | 2 |
Can anyone tell me what is is required to get the PageMethod code into my .aspx pages? So far I have a scripmanager with EnablePageMethods wet to true. TIA
|
| exe calling WS only works with VS running. | 06 Jul 2007 01:03 GMT | 1 |
I have a strange issue here. I created an exe that calls a Web Service that I also created. When I run in debug mode the WS is called and does its thing. When I run in release mode (through Visual Studio) the WS is called and does its thing. I then created the install for the ...
|
| Override the Send/Receive on a web Service Proxy | 04 Jul 2007 22:13 GMT | 1 |
Can I override the send and receive methods on a web service proxy? I want to use the default proxy classes generated when I add a reference to a web service to create and read the SOAP messages when I call a method… but, I would like to replace the send and receive with my own ...
|
| Disabling Keep-Alive | 04 Jul 2007 02:53 GMT | 8 |
ASP.Net v2.0 I'm referencing a web-service from an ASP.Net web-site. Occasionally, I get an intermittent error when accessing the web-service: System.Web.HttpUnhandledException: Exception of type
|
| Calling J2EE web service from .NET | 03 Jul 2007 16:58 GMT | 3 |
I implemented a J2EE web service on Sun's Application Server 8. The web service is set up to require BASIC authentication. I created a Java client that passes credenttials for the authentication and all went well. I then tried to add a web reference to a client project in .NET ...
|
| underlying connection has closed | 02 Jul 2007 02:52 GMT | 3 |
I am consuming continously my own web-services on a localhost client with a rate of perhaps 35 request/response-pairs a minute. I am using "invoke-id=1", so there is at the same time only one request pending.
|
| Customizing SoapHeader | 02 Jul 2007 01:35 GMT | 6 |
We have a web method that accepts a type of AuthHeader containing credentials for validating WS calls, which is shown below: public class AuthHeader : SoapHeader {
|