| Thread | Last Post | Replies |
|
| WSE3 web farm problem: "Key not valid for use in specified state" | 05 Jun 2007 16:58 GMT | 2 |
I have a web service in ASP.NET 2.0 and WSE 3.0. It worked fine until I setup a web farm with a hardware load balancer. The error I received is "Key not valid for use in specified state". However, If I connect directly without going through load balancer, then all servers work ...
|
| MTOM! | 05 Jun 2007 15:49 GMT | 2 |
I am using DIME currently was planning to upgrade to MTOM. After following the simple example from their SDK things don't seem to work! I did all the WSE settings through the wizard. Client Code
|
| email hash | 05 Jun 2007 05:05 GMT | 1 |
My users are entering their email address as one means of authenticating their account I need to store but also protect their email addresses in a sql database can I use HashPasswordForStoringInConfigFile but as this hashes to 160bits
|
| SoapParameterStyle | 04 Jun 2007 14:55 GMT | 1 |
I've been looking at the attribute SoapDocumentService.SoapParameterStyle. I under there are two different formats, one bare and the other wrapped. I understand what happens to the message format, but I don't understand the respective benefits of each style. Any pointers (other ...
|
| passing parameters.... | 04 Jun 2007 12:16 GMT | 1 |
in the below example, I wanted to access "SetValues" Method of the class "newClass" from the consume web service application.. Please help me to configure out ////******** start Web SERVICE CODE///////////**********//
|
| SoapExtention on Ajax callback | 04 Jun 2007 08:38 GMT | 2 |
Is there a trick to getting a SoapExtenstion to kick in on Ajax callbacks? Its seems like as soon as the web method is marked as [ScriptService(()] the extension doesnt get called anymore?
|
| How to Consume a web service that returns an arraylist | 03 Jun 2007 16:33 GMT | 8 |
Please I need help. I am trying to call a web service method that returns an arraylist from my windows application but I could not do it because of the following error message:
|
| Have to use web reference? | 03 Jun 2007 00:19 GMT | 9 |
Do I have to use a web reference to access use a remote web reference? I can't seem to just use the proxy generated by my web services project, because that one never calls the remote service, its always a local one.
|
| Webservice from script or WebClient | 02 Jun 2007 02:31 GMT | 1 |
I need to call a webservice from a script or the WebClient Class. I've been investigating both. I have a number of webservices and behaviors and I am trying to avoid using any behaviors as much as possible. I have a control that I would like to list the webservice address as a ...
|
| Newbie question - how to use Web Service function in Access | 01 Jun 2007 17:25 GMT | 14 |
I am a long-time VBA/Access developer but a newcomer to web services. I have data in an Access table that I need to write to a SQL Server table via web services. The web services developers have provided me 3 functions to do this - Initialize, which retrieves an instance ID,
|