| Thread | Last Post | Replies |
|
| .NET Remoting vs. Web Services | 28 Feb 2006 20:12 GMT | 6 |
Any comments on .NET Remotinv vs. Web Services? Which would you choose? Thanks.
|
| Extend Web Services Time-Out | 28 Feb 2006 18:51 GMT | 1 |
How do I extend a WebService time-out, server-side or client-side? Thanks Mitja Semolic
|
| Kerberos Authentication and WSE 3.0 | 28 Feb 2006 15:48 GMT | 3 |
Hi I have been trying hard to get the kerberos authentication work with WSE 3.0 I have a hello world service protected by a Kerberos policy file using WSE 3.0 tool
|
| Question in CustomerUsernameToken and the password. | 28 Feb 2006 14:56 GMT | 2 |
how to use CustomerUsernameToken to AuthenticateToken if the client send a password where PasswordOption.SendHashed. in the Service: protected override string AuthenticateToken(UsernameToken token)
|
| IE falls back to NTLM -- won't use Kerberos | 28 Feb 2006 11:02 GMT | 1 |
I've established user login identity impersonation and delegation for a multi-tier web application. I'm running into a case where authentication fails when a user accesses the app from a browser on one machine, but not from another machine.
|
| IFrame problem. | 28 Feb 2006 08:07 GMT | 2 |
I have a webpage "WebForm1.aspx" that have a IFrame page "IFrame.aspx". I know that I can access the IFrame.asax 's controls by jscript in "WebForm1.aspx". (ex) document.frames("IFrame").document.all.txtExample.value = 'ss';
|
| Can a web service return a COM object? | 28 Feb 2006 02:10 GMT | 2 |
I have a client application in unmanaged C++ that currenly interacts with a COM object. Yet, I need this object to be returned by a Web Service and I was wondering whether: 1) the COM object needs to be registered
|
| Implementation of ws-transaction | 27 Feb 2006 21:05 GMT | 2 |
Am I right in assuming that ws-transaction has not yet been implemented in MS WSE as of version 3.0 ? If so, does anybody have a timescale for when we can expect this? Thanks.
|
| WS-reliable messaging | 27 Feb 2006 14:17 GMT | 1 |
Can some one provide a sample of how to make use of WS reliable messaging. I am using WSE3.0 and .net 2.0 Do I have to configure some thing ? What code if any needs to be written to be able make use of WS-relibale
|
| user name and pasword encryption WSE2.0 | 27 Feb 2006 14:10 GMT | 3 |
I am using WSE2.0 and windows authentication user token I would like to encrypt the user name and password as in Dim oToken as new Microsoft.Web.Services2.Security.Tokens.UsernameToken("myusername","myPassword",
|
| Serialization of derived classes | 27 Feb 2006 13:18 GMT | 4 |
I have a Web service that has a method returning a class, so complex type. This class is serializable. It works just fine. I created a secoind method that returns a class derived from the first
|
| download File From a WEB Service in Windows Form | 27 Feb 2006 12:48 GMT | 3 |
I'm wiritng a dot.net windows forms appliction that needs to connect to a webservice to download some files. I need to show a progress bar during the download, bacause some file can be very big.
|
| download File From a WEB Service | 27 Feb 2006 12:47 GMT | 1 |
I am using a web service to transfert documents between my client and the server (code underneath). The problem is that I don't get any error but I don't transert anything either. One of my ex-colleague used it, so I assumed it would work.
|
| How to make a project for web services? | 27 Feb 2006 09:08 GMT | 3 |
I have a solution, which includes several pieces: 1. Web Services project (web services) 2. BusinessLayer project (dll) 3. CommonLayer project (dll)
|
| Axis / WSS4J / Interop | 27 Feb 2006 08:40 GMT | 1 |
Anyone succeed to make work a .Net WebService client WSE with WSS4J (I always get the error message 'Signature Verification failed') ? On the server my WSDD config is:
|