| Thread | Last Post | Replies |
|
| Can't access Web Service from ASP.NET app on diff machine | 26 Jun 2004 02:02 GMT | 1 |
I am developing web applications on an Intranet using Visual Studio.NET 2003 and .NET Framework v1.1, with IE 6 as the browser. Web servers use Windows 2000 SP4 and IIS 5.0. I have a web service that is secured by an ACL on the virtual
|
| soap.tcp not available to non-admin users | 26 Jun 2004 00:19 GMT | 2 |
I tried opening a channel for a non-IIS-hosted app via new SoapSender(new Uri("soap.tcp://MyService")), but I got a security error. Things went away when I tried running it as an admin user. Is there a way to connect two services in a messaging connection without running as an ...
|
| Securing Web Services - how to prevent user to Add Web Reference? | 25 Jun 2004 22:20 GMT | 1 |
How to prevent user to add web reference to my web services? Can I add password to web services so that only the users who know the password can add a web reference? Thanks in advance.
|
| Web Service Security | 25 Jun 2004 22:11 GMT | 6 |
Can someone point me in the right direction to securing soap messages to a webservice. I have found and read a lot about WS-Security but am having trouble finding ways to implement it in code. Thanks!
|
| WS-Eventing Release Date | 25 Jun 2004 21:04 GMT | 6 |
Could anyone give me some insight as to when the expected release data would be of a new WSE library that incorporates the WS-Eventing spec? Thanks, Russ
|
| Soap Extensions | 25 Jun 2004 19:51 GMT | 3 |
In a Client that tries to access a web service I get the message Client found response content type of '', but expected "text/xml". I'm just beginning to explore web services, so I really don't know, what to do.
|
| Error using WSE2.0 with Custom UsernameTokenManager | 25 Jun 2004 18:57 GMT | 3 |
I use WSE2.0 with a custom UsernameTokenManager (inherited from the default) for webservice authentication. The username and password are retrieved from a database in my overrided AuthenticateToken function as shown in Handon Lab A (PasswordOption is SendHashed). My project is ...
|
| TimeOut - ThreadAbortException | 25 Jun 2004 15:37 GMT | 4 |
I'm getting an Unhandled Exception from WSE2 and I know it's related to a timeout problem but I'm not sure where to set the timeout expiry. Essentially if you take the Sample project "Microsoft WSE\v2.0\Samples\CS\QuickStart\TcpStockSoapReceiver" in the
|
| Webservice and DataSet problem. | 25 Jun 2004 00:17 GMT | 1 |
I have a strange problem with returning a dataset from a webservice. Here's some code... The error I get at compile time is. "Cannot convert type 'void' to 'System.Data.DataSet'" Can anyone help me please. I have heard something about typed datasets,
|
| How does this compile? (or, SoapReceivers.Add(Uri, SoapService)?) | 24 Jun 2004 20:12 GMT | 2 |
I've been trying to debug a TP -> RTM issue and I've gotten to the point where I'm reviewing every line of code. One of these lines is particularly strange -- it shouldn't compile, but does. I'm calling the SoapReceivers.Add(Uri, SoapService) overload, which doesn't
|
| Many webservices or not | 24 Jun 2004 14:32 GMT | 1 |
We are buildning a system that should handle hierarcic data in 5 levels. Are there any advantages or disadvantages on having one webservice for each level. I mean is it better or not to have one big webservice that handles all updates for all the objects or should I have one for ...
|
| how to keep login state in web service | 24 Jun 2004 12:31 GMT | 1 |
I made a webservice, the user is asked to login to the server before making other calls. I have problem to keep the login state. Inside my web service I have a private boolean called
|
| System.Net.WebException when calling a webservice | 24 Jun 2004 10:22 GMT | 15 |
I am calling a web service that takes a long time to process. In Windows 2003 Server I get a System.Net.WebException error The underlying connection was closed: An unexpected error occurred on a receive If I turn off the keep alive check box in the web site properties, it runs ...
|
| Various unclear WSE 2.0 questions | 24 Jun 2004 08:00 GMT | 1 |
Hi, I've just started exploring WSE 2.0 and after completing the Hands-On Lab, which I downloaded from the corresponding MSDN site, I'm left with some unanswered questions which one of you guys have answers for. When using the soap.tcp channel, why do I have to specify a unique path ...
|
| WSE 2.0 Custom Authentication | 24 Jun 2004 01:50 GMT | 5 |
I would like to implement custom authentication using WSE 2.0 . I have downloaded the HOL but all the examples seem to use a windows authentication system which is not possible for me. My thought would be to override the "AuthenticateToken" method (similar to
|