| Thread | Last Post | Replies |
|
| AuthenticateToken method not firing in custom X509TokenManager | 18 Jul 2006 17:08 GMT | 3 |
I am developing a smart client application that I intend to use role-based authentication using X509 certificates. That is, each client would have a certificate that would uniquely identify them, via mapping of the thumbprint hash on each certificate with a role.
|
| The message must contain a wsa:To header | 18 Jul 2006 15:44 GMT | 4 |
I am using WSE 2 SP3 and receiving the following error from my client calling a secure service using client certificates. When I setup the policy, I required signing and encryption for the request and response. System.Web.Services.Protocols.SoapException: Server was unable to ...
|
| Server was unable to process request. --> Unable to generate a temporary class. | 18 Jul 2006 15:30 GMT | 2 |
I've got a web service that is giving me back this error message. The directory is Windows\Temp and I have given everybody complete access to this directory and am still getting the error. Any suggestions?
|
| Webservice for J2EE & .NET application | 18 Jul 2006 15:20 GMT | 1 |
I want to create a header and footer control which will be used in both the java and .net application. We are planning to create a webservice for this in C#. I am familiar in creating a webservice , but not sure how to create something compatible for java team (J2EE). Java
|
| I set my Web application in offline mode ,but I still can not reopen this application without active network link.Who can give me any advice about it ? | 18 Jul 2006 13:28 GMT | 1 |
|
| Webservices and Exceptions | 18 Jul 2006 09:47 GMT | 3 |
Am using VS 2005 C# I'm calling a webservice Asynchronously on a form used to process a login. If an exception is thrown from the webservice - if the service was called synchronously obviously the try catch works. However how do I catch
|
| Writing Text Files with SSL Web Service Not Working | 17 Jul 2006 20:57 GMT | 1 |
I have a very basic .NET web service that accepts a simple text message from the calling page (I'm just using the built-in test page right now) and I want to write that message out to a text file on the local file system on the server. The file is being written into a subdirectory ...
|
| How to Add an new SOAP header envelop to a SOAP header? | 17 Jul 2006 15:03 GMT | 1 |
I have a problem in VB.net 2.0 We are using a third party webservice. I have loaded the wsdl file and can access the functions the service has.
|
| Change encryption Method | 17 Jul 2006 14:56 GMT | 1 |
If I want to change the encryption algorithms for Keys, data and key generation algorithm, what should I do? Thanks for your help, Hung.
|
| Responding to SoapRequest | 17 Jul 2006 14:54 GMT | 1 |
I'm developing an Intercepter kind of application which has to intercept the web service to receive and respond to it. Can some one provide idea on this, may be on SoapClient, SoapReceiver & SoapService.
|
| Multiple Web Services on the Same localhost | 17 Jul 2006 09:22 GMT | 2 |
I'm creating an ASP.NET website in Visual Studion 2005 using Csharp and have added Web References to "two" Web Services running on my localhost (Both WebServices and ASP.Net website are on the same machine). Even though the Web References exist, I am unable to consume the second ...
|
| Passing a String variable to a Web Service | 17 Jul 2006 08:38 GMT | 1 |
Passing a string parameter to a webservice to get the dataset generated as the result, seems to give me an error suggesting that no parameter is being passed. However it works if I explicitly state the value as the parameter. Code in Csharp being developed in VS2005 for ASP.NET.
|
| System.Runtime.Serialization.SerializationException | 17 Jul 2006 07:47 GMT | 2 |
I am calling a Java web service which is throwing some exception which the catch block is trapping successuly. I can see the "javax.ejb.EJBException:" in ex.message. but after this function i am getting the following exception in IDE window like
|
| Multiplt XmlElementAttribute for WebMethod parameter | 16 Jul 2006 07:53 GMT | 1 |
Gurus, I have a scenario in which two web methods take the same class/struct as parameter. The class/struct in turn has two members. The first member being used
|
| .net 2.0 asynchronous call did not work. | 16 Jul 2006 07:46 GMT | 1 |
Someone help me please. I've tried to write an asynchronous method, but it didn't call my web service, do I need to do something in my webservice project to make it work?
|