| Thread | Last Post | Replies |
|
| Windows2000 client VS Windows2003 Web Service | 24 May 2006 15:14 GMT | 1 |
My Web Service hosts windows 2003 applied WSE3. The Client run fine in WindowsXP.But it throws some exception at windows 2k. The web service use usernameForCertificateSecurity and custom securityTokenManager.
|
| The remote certificate is invalid according to the validation proc | 24 May 2006 12:31 GMT | 4 |
I have a webservice that is running fine without SSL. When I call my webservice over SSL I recieve following error message: System.Net.WebException: The underlying connection was closed: Could not establish trust relationship
|
| How do I access UsernameToken from Web Service | 24 May 2006 10:25 GMT | 7 |
I'm currently trying to upgrade some web serviecs from .NET 1.1 & WSE 2.0 to .NET 2.0 & WSE 3.0. We are doing our user authentication in the WS and in WSE 2.0 we did this by looping through the tokens in
|
| WSE_SmalQuestion | 24 May 2006 08:07 GMT | 1 |
Hi all, I'm reading WSE 3.0 documentation and I cann't understand the way WSE 3.0 use to sign and encrypt message. In document, the MutualCertificate11Assertion sign and encrypt message like
|
| testing web driven site on a local pc | 24 May 2006 04:15 GMT | 1 |
I am running windows xp pro on my home computer and would like to test a database driven ASP .NET web application. I need to be able to create an SQL database which will be assessed by the web application. I already have a local IIS Server up and running to test the web app.
|
| Calling Web Service Created with .NET with PHP - Security | 23 May 2006 18:27 GMT | 4 |
I am new in web services and have to create a secure web service, that will be called by a php-script. My question. Can I use form authentication ?
|
| Using ArrayList in Client side | 23 May 2006 16:17 GMT | 3 |
I have tried to define my Web Service's method so, that client could use ArrayList insted of ordinary Arrays ( [ ] ). I haven't resolved how to do it. In serverside it's easy yo use ArrayList, but not in client side.
|
| WSE 2 with VS2005 and custom UsernameTokenManager | 23 May 2006 14:03 GMT | 1 |
Hi, I am working with the following setup. I have a web service that was orignally created in VS 2003 and has now been converted to VS2005. I have a custom UsernameTokenManager that was originally defined in a file that was part of my web service project. My custom token
|
| First WebService..but what files to upload? | 23 May 2006 09:37 GMT | 2 |
Just been having a play with C# Web Application project. So far I've just created a single Web Form with some text and links. I now want to upload the Web Form to my server space. The Form is called index.aspx . However, I'm not sure what files exactly I need to upload? The ...
|
| Stub between two Web Service Applications | 23 May 2006 08:58 GMT | 3 |
I have a strange problem. I have two applications written on Java and .NET (third party application). Both the applications are talking each other through SOAP. I need to add a Web service in between two of these services to log few
|
| WSE 3.0 - Apply Policy w/out Policy Attribute? | 23 May 2006 08:50 GMT | 4 |
Is there any possible way to apply policies to web services without having to actually update the codebase by adding the Policy attribute to the web service class? We would like for this to be doable via XML configuration so that we do not need to update existing web services ...
|
| SOAP over HTTP | 23 May 2006 08:47 GMT | 1 |
Could anybody help me on how to implement SOAP Receiver on VS 2005 with WSE 3.0? TIA
|
| Error when accesing Webservice on Windows Server 2003 | 23 May 2006 00:27 GMT | 1 |
All, I am getting the following error when I tried to deploy my webpage (Release Version) on Windows Server 2003. The below error occurs when I try to access the webservice.
|
| Use output of WSDL.exe | 22 May 2006 23:20 GMT | 1 |
I wrote a simple webservice, and i want to use this webservice on a different machine. On this machine i have .Net frameworks SDK installed. I used the wsdl.exe command
|
| Web Services - Security | 22 May 2006 23:16 GMT | 2 |
I am brand new to Web Services. I want to write a Web Service which will be called from a Perl Script running on a Linux Server. I have 2 questions.
|