| Thread | Last Post | Replies |
|
| Timeout Settings Doubt!!! | 31 Mar 2005 19:26 GMT | 1 |
Hi All, What's the difference between Timeout on the Webservice proxy object and Timeout on the auto generated Proxy //
|
| Encrypt a UsernameToken Authenticated WSE Response | 31 Mar 2005 17:14 GMT | 10 |
Is there any other possibility than x509 to enrcypt a Response. Something symmetic would be nice.
|
| Web Service Help for a Noob : Returning an XML String | 31 Mar 2005 17:13 GMT | 2 |
I'm trying to learn how to access data in a database via a webservice and I'm experiencing a little bit of trouble at the moment. Being a relative noobie to the entire .NET environment and languages, I'm having difficulty pinpointing what the issue is and how I might go
|
| Event based WebService method can't work well! | 31 Mar 2005 14:55 GMT | 1 |
I'm using Visual Studio 2005 Beta1. A windows application consumes my HelloWorld web service. But i can't call the event based model in the client application. I can't do this in the windows client application:
|
| EnableSession going bye-bye in ASP.NET 2.0? | 31 Mar 2005 13:33 GMT | 2 |
For the life of me I can't find anything online to backup what I thought I read a few months back regarding session access from web methods. In an ASP.NET 1.0 app we make use of web methods that have the WebMethodAttribute EnableSession set to "true". We are revamping most all ...
|
| wsdl.exe with username & password | 31 Mar 2005 12:22 GMT | 1 |
I am generating a proxy for web service with the wsdl.exe with username & password. Wsdl.exe testservice.wsdl /u:test /p:12345 I can't see the user & password in the generated class testservice.cs
|
| Setting ReplyTo ReferenceProperties throws "The input was not a .. | 31 Mar 2005 12:09 GMT | 1 |
I'm trying to set ReferenceProperties in a ReplyTo; however whenever I send a message with my reference properties, WSE throws an ArgumentException with this message: WSE002: The input was not a valid ReferenceProperties element because it has
|
| tool WSDL error | 31 Mar 2005 10:21 GMT | 2 |
I have a WSDL on the network that defines a service that I wish to consume. Having added a reference to the wsdl to my project , and tried to build the project I get the following error. "c:\inetpub\wwwroot\TestInterfaces\Web
|
| Creating WS Client without access to Web Service | 30 Mar 2005 23:16 GMT | 1 |
I have been provided a WSDL file, but will not have access to the Web Service itself during development. How do I create a web reference in my visual studio project using only a wsdl file?
|
| 401 Error Webservice. I WANT anonymous access | 30 Mar 2005 22:56 GMT | 1 |
I have tried checking all the right items. ASP.net Webservice Windows 2000 Adv Server .NET 1.1 Web.config
|
| WSE2 identity constraint is not declared problem | 30 Mar 2005 20:03 GMT | 1 |
Microsoft WSE 2 0 SP2 msi Problem When I installed WSE 2.0 SP2 and called Wse WEB Service function with DataSet as a parameter, I've got the following exception (non-WSE call is Okay) :
|
| Service1Wse ok, but Service1 always enabled? | 30 Mar 2005 19:09 GMT | 1 |
I installed Wse1 and got it to work with a selfmade UsernameToken. But then I found something serious. I can always user the standard way via Service1 = new Service1 to access the Server without the Identification. What is wrong?
|
| UserNameToken to Authenticate against AD | 30 Mar 2005 18:30 GMT | 6 |
I have an ASP.NET web service that configured to runs as Ananymous, I need to authenticate/Authorize requests to this service against AD, I'm trying to achieve this by passing the UserNameToken in the soap header, but in my Web Method the Thread.CurrentPrincipal is always
|
| An Error Ocurred On Web Server | 30 Mar 2005 16:17 GMT | 1 |
There is an error occured in the web server: It says I can not load 'WebApplication1.WebForm1' . What should I do for it? Thanks alot for any help.
|
| security tokens questions | 30 Mar 2005 14:16 GMT | 8 |
i have a web service that recieve a username token from the client, and verify it's credetials in a legacy application. this application issues a custom class (which represetns it's own security token).
|