| Thread | Last Post | Replies |
|
| Security and Web Services | 08 Feb 2006 19:22 GMT | 2 |
I'm quite new to Web Services and like to know what kind of security is usually put to company's Web Services. Are there any documents how secure your Web Service when you publish them to
|
| WSE 3.0 Clarification | 08 Feb 2006 15:22 GMT | 4 |
I have some questions that I have been unable to find answers to and hoping someone here can enlighten me. Q1) Can someone explain the use and retention of Tokens for use on second and
|
| Using WebService with WSE 2.0 from Visual Studio 2005 project | 08 Feb 2006 12:49 GMT | 2 |
In the application we have developed for our customer we download pictures onto the web server using a web service provided by an external source. The pictures are downloaded using Wse 2.0 and the code we use for downloading a picture looks like this:
|
| WSE 3.0 and 2003 STD CA | 08 Feb 2006 11:00 GMT | 2 |
I'm attempting to use certs in WSE 3.0 that were issued by CA running on a 2003 box. I'm only trying to use the certs for identification, not encryption. I'm not even using a secure connection between the WinForms client and the webserver. Trouble is, the WSE Wizard doesn't like ...
|
| ObjectDisposedException - Ansychronous WS on CF 2.0 | 08 Feb 2006 02:52 GMT | 2 |
I have developed an application in VS 2005 for the Compact Framework. This application makes asynchronous web service calls on a timer. If the application is closed at a random time it will throw an unhandled ObjectDisposedException. The exception comes up in the debugger with no ...
|
| Diagnostic information for SoapHttpClientProtocol requests / respo | 08 Feb 2006 02:05 GMT | 2 |
(Using the .NET Framework 2 RTM) I'm inheriting from SoapHttpClientProtocol to create a "proxy" class that interfaces with a 3rd party system using an HTTP SOAP interface. How can I trace / log / intercept / view the raw data from the request (to
|
| Makecert generated certificate problem | 07 Feb 2006 21:47 GMT | 1 |
I am attempting to test using X509 certificates with WSE 3.0 and have it working in my test LAN. Now I'm trying to use it between my test LAN and the server that will ultimately host the app. I used makecert to generate the certs on both the server and client boxes. Then I ...
|
| WSE3 SAML Getting Principal/Identity from service | 07 Feb 2006 19:04 GMT | 7 |
I've implemented the SAML token service according to the STS SAML quickstart, and I've got my STS working and services secured properly. I'm curious as to how I can retrieve my principal and roles from the secured service itself. All references to principal are null, I've
|
| Namespace confusion | 07 Feb 2006 16:02 GMT | 2 |
I've been given a wsdl file, and used the the WSDL.exe generator to make a proxy file. I've then added the code for the web method, and compiled and all is fine. I had to add in a load of namespaces for the web service to work properly, but there is still an underlying problem. If I ...
|
| Question about X.509 certs | 07 Feb 2006 13:58 GMT | 3 |
I've read through the volumes of docs regarding WSE 3.0 and it seems that using X.509 certificates for message-layer security is a highly effective way to handle the variety of security concerns we have when implementing B2B web services.
|
| Good book .NET 2.0 Web Services? | 07 Feb 2006 08:27 GMT | 1 |
Anyone have a recommendation for a good book, specific to web services in .NET 2.0 / VS 2005? I'm already doing WS in VS 2003, but figured it might be a good idea to look at things fresh given VS 2005. Thanks. Amil
|
| 404 error accessing my webservice PLEASE HELP | 07 Feb 2006 02:33 GMT | 3 |
I can access and play with my webservice without any problems in my localhost. I am using .net 2.0 but I can not access it when I placed it in my win2003 server. also have .net 2.0 there.
|
| Installing the test certificates on windows 2000 | 06 Feb 2006 21:27 GMT | 1 |
Please can someone help I'm tearing my hair out! I am trying to import the test certificates from wse 3.0 onto a windows 2000 server. I have no other people store but I have read that this doesn't have to be a problem, I have set the certificates up exactly the same way as I ...
|
| Upload files using web services | 06 Feb 2006 20:21 GMT | 1 |
I want to upload files from client to web server using web serices. Or i want to upload the file without using file control. can any one know the solution please help me. Yours,
|
| Object variable not net | 06 Feb 2006 18:51 GMT | 2 |
I created a web-service on my local web server. I call a method from my ASP.NET app to return a dataset from the pubs db in SQL Server 7.0. I receive this error message 'object variable not set. However, this will work if I call a method with the same signature and
|