| Thread | Last Post | Replies |
|
| Process.Start with Username hangs | 13 Feb 2006 23:53 GMT | 11 |
The following C# web service works fine until you uncomment the lines setting UserName and Password. Then the process starts as the specified user, but hangs in a suspended state. In fact, any executable will exhibit this problem; it is not specific to whoami.exe.
|
| How to process the SPNego in an InfoCard RST (HttpHandler level) | 13 Feb 2006 19:04 GMT | 3 |
We are trying to develop a STS for InfoCard. Our server is based on a CLR .NET but it is not using a complete Framework. I have to process the message at a HttpHandler level! Which is quite low level. I receive a Soap message with a RequestSecurity element that contains a
|
| Consume Web Services and output to file | 13 Feb 2006 16:30 GMT | 1 |
I would like to find out whether we can consume the web service and output it to file. Basically saving it as an xml. What I am trying to achieve is to read the xml file for later use on other web pages. It is to reduce the amount of traffic to the database. Does
|
| anonymous access | 13 Feb 2006 16:10 GMT | 1 |
I am testing my webapplication Admin. I have add a web reference to my webservice Service1. When I run the app, I get a pop-up asking me for username n password. I read in the M'soft Press that I have to set the IIS to anonymous access to
|
| Optimizing webservice call which are returning datasets | 13 Feb 2006 15:28 GMT | 7 |
Hi all, Application environment : VB.Net desktop application,.NET 1.1 Framework, VS 2003. communicates between the database and the application is done over
|
| [WSE3]WSE910+WSE2382 | 13 Feb 2006 14:57 GMT | 1 |
Hy, i am tring to setup a system using Axis as the webservice server and dual java/dotnet clients using signed SOAP messages. All worked fine when i used one certificate made with "makecert" in windows
|
| WSE3003 Error - encryption algorithm differs on client and server | 13 Feb 2006 14:43 GMT | 3 |
I find one unanswered question in this newsgroup but nothing else about this error. When my client is windows xp and server is the same, I don't get this. When my client is windows xp and server is Win2003, I don't get this.
|
| WSE 3.0: Can't get custom UsernameTokenManager to load | 13 Feb 2006 13:01 GMT | 3 |
I'm using a custom UsernameTokenManager which for some reason just will not load. I've checked my webservice project's web.config many, many times and all looks OK, but I keep getting this error message which shows the standard manager being loaded - not my custom manager (see ...
|
| Exception... | 13 Feb 2006 10:07 GMT | 1 |
Sometimes when I call a web service through proxy generated by WSDL in .NETCF 2.0, I get the following exception. "An error message cannot be displayed because an optional resource assembly containing it cannot be found" It's not always happening. Does anyone know why it happens?
|
| How to use different asmx in different sub-directories ? | 13 Feb 2006 03:52 GMT | 1 |
I try to create one application and different virtual sub-directories (?) with their own webservices but I have this kind of error : unable to create the type myNamespace Ligne 1 : <%@ WebService Language="c#" Codebehind="myClass.asmx.cs"
|
| Event Based Async Pattern Unit Testing | 13 Feb 2006 03:00 GMT | 3 |
I am in need of assistance trying to figure out how to 'Unit Test' my Event Based Async Pattern (http://msdn2.microsoft.com/e7a34yad.aspx) web service calls. Specifically how to test the event handler. So as I see it, the auto generated web service proxy will create the custom
|
| I thought I heard that v2 would allow a WebService to return a DataTable. | 12 Feb 2006 10:02 GMT | 3 |
I thought I heard that v2 would allow a WebService to return a DataTable. I've tried this but it doesn't seem to work, the WebService compiles but I can't hook a client up to the method, so I have resorted back to creating a DataSet just to transport a stupid DataTable which seems ...
|
| How to override address location in WSDL ports | 10 Feb 2006 16:53 GMT | 3 |
I have the same question as andreas.w.h.k asked on 1/5. Our configuration is as follows: The client must use the URL https://clustername.xyz.com/webservice.asmx to access this web service.
|
| Logging SOAP transactions? | 10 Feb 2006 11:57 GMT | 6 |
I was just wondering if there was an easy (IE: Built into .NET) way of automatically logging all the full SOAP messages that go through a web service? Thanks,
|
| How to Modify the Proxy Class for a 2005 Web Project | 10 Feb 2006 10:19 GMT | 1 |
I have created a web reference in a 2005 web project and need to change out the generated complex class with the business oject that we have already created. In a library project there is a code file for the proxy class where I can make the change. However, there is no such ...
|