| Thread | Last Post | Replies |
|
| web service custom exceptions: SoapException.InnerException | 20 Mar 2006 10:20 GMT | 4 |
http://msdn2.microsoft.com/en-us/library/ds492xtk.aspx Is this the following excerpt from the above page incorrect, or is there a bug in the .net 2.0 implementation? Or perhaps I have something configured wrong. Basically, the doc says that when a custom exception type is thrown
|
| Need to enable HTTPOST AND GET for my webservice! | 20 Mar 2006 01:34 GMT | 2 |
How can i have my web service to interact through HttpPost and HttpGet? I dont need soap (mostly just xml over http). I read this can be achieved through web.config but , where to put the code? How to read/write using this method.
|
| need help desperately. The underlying connection was closed: | 19 Mar 2006 16:23 GMT | 4 |
i'm having a very strange problem, i've been fighting it for more than 3 weeks. I am using WSE 3.0 t ocall a third party website, but when i call a method through the proxy object i get NO RESPONSE at all just this exception: The underlying connection was closed: An unexpected ...
|
| Add Web Reference | 19 Mar 2006 07:56 GMT | 3 |
I am unable to add web reference in Visual Studio 2003. I get the following error: "Unable to download following files from http://mysite.com/webservice.asmx?wsdl
|
| Timeout error on webservice client | 19 Mar 2006 07:39 GMT | 1 |
I'm getting timeout error in my client application (asp.net client) when I call a web service that is taking some time (2 - 3 minutes). How can I configure the timeout limit? Current configuration, these settings doesn't seem to have any affect:
|
| WebException when accessing webservice via proxy | 18 Mar 2006 18:37 GMT | 5 |
When I call web service via a proxy I get a Web exception saying this: <HTML><HEAD><TITLE>Found</TITLE></HEAD><BODY><H1>Found</H1> This document has moved to a new location: http://MappedServer/VirtualFolder/SomeWebService.asmx
|
| WSE 3.0 / WSE 2.0 Interoperability | 17 Mar 2006 14:42 GMT | 2 |
Can a WSE 3.0 WS successfully communicate with a WSE 2.0 WS? To make things simple, I'm not using any WSE 3.0 turnkey security assertions. Kindest Regards, Michael
|
| How do I create a #define in the build property - VS2005 Web Service Project? | 17 Mar 2006 08:37 GMT | 1 |
Folks, This is probably easy if you have come across it - I am trying to #define a variable in the build property - for a Web Service Project
|
| WSE 3.0 working on some WIN 98 | 17 Mar 2006 00:44 GMT | 3 |
I have created a client that uses WSE 3.0/MTOM to transfer files to and from our server to our clients. I know that WSE 3.0 is not supported by Windows 98 SE but I tried it on one of my clients machines and it works perfectly. My problem is that I have a test macine at work running
|
| Whitespace handling in web services 2.0 | 17 Mar 2006 00:25 GMT | 2 |
Whitespace handling in web services has changed between 1.1 and 2.0. If a field in a dataset contains only spaces, 1.1 returned an empty string when it crossed the web services boundary. Under 2.0, it preserves the spaces. While this is correct, it breaks some of our code that ...
|
| culture of timer threads bug? | 16 Mar 2006 20:28 GMT | 1 |
I note that when I set a culture in the globalization section of the web.config this is picked up and used for methods such as ToString() for dates etc. However, it is not picked up for timers which I create in my web service and
|
| WSE 2.0 Side-bySide Support with .NET Framework 2.0 | 16 Mar 2006 17:47 GMT | 2 |
The system requirements listed on the WSE 2.0 SP3 download page say that WSE 2.0 is not supported This quote is from the System Requirements section of the WSE 2.0 SP3 download page:
|
| using the [WebMethod(MessageName="...")] attribute | 16 Mar 2006 16:18 GMT | 2 |
I have discovered that if I use this syntax: [WebMethod(MessageName="foo")] public string bar() { return "hello, world";
|
| Combine windows authetication with WSE 3.0 | 16 Mar 2006 16:03 GMT | 2 |
I 'm trying to combine windows authentication with WSE 3.0. I have a client web application and and WSE enabled web service. I had enabled on both sites to be windows autenticated without annonymous access.
|
| Custom SecurityTokenManager: User.Identity | 16 Mar 2006 15:30 GMT | 4 |
When implementing a custom SecurityTokenmanager, when is it appriopriate, and how, should the user.identity be set in the context? Shouldn't the user be available in the User.Identity-class if the token is a per-user token?
|