Group:  Web Services » microsoft.public.dotnet.framework.webservices.enhancements

Threads Replies Last Post
51 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  >>  
calling web service at runtime and use there methods code reuiredin C# windows app
Hi I want to Add Web Service in the Runtime and Get there Method too Mean i want to Add Web Servies in runtime add as a Parent Node in TreeView Control and Web Servies Method add in Parant's Child Node. then want when i drag & drop method to winForm method will me able to use on the Runtime Maverick ...
1 9/30/2012 5:41:35 PM
WSE Error
I am using WSE 3.0 with Visual Studio 2005 and our server(Windows 2003) and our application is talking to a WebSphere running in IBM's Datapower server. Currently when we in the processing of the response, the WSE is generating the following error: <processingStep processor="Microsoft.Web.Services3.Design.MutualCertificate11Assertion+ClientInputFilter" description="Protection requirem...
1 12/11/2008 1:51:00 PM
WCF Service Error
Hi All Please can someone help us, we a re a team of 5 developers and have not slept for nearly 48 hours now trying to sort this out. This is the LAST time I listen to anything at teched !! no more fancy technology, VB6 from here on !!! We have released a project of sizable proportions using WCF, Entetity framework, presentation foundation. Multi Milti million $ project and started experi...
1 12/10/2008 2:37:43 PM
lifecam software does not load
I am trying to install LifeCam 1.4 softare for my LifeCam Nx-6000 camera and once the cd runs it says the following which is not true: SETUP CANNOT CONTINUE BECAUSE EITHER THEIR IS INSUFFICIENT FREE HARD DISK SPACE AND RUN SET UP AGAIN. I cannot get past this? ...
1 11/12/2008 5:05:01 AM
Adding a UserNameToken to a SOAP message via SoapExtension
Hello, I've been trying to find a way of adding a UserNameToken to a SOAP message through a SoapExtension but haven't figured out the proper way of doing it. The reason for wanting to do this is that there is now a policy here at work that requires us to send the token along with any SOAP requests for authentication/authorization/auditing... because there are a somewhat large number ...
1 11/10/2008 11:13:01 PM
Trusted Server Approach
Hello All, I have a couple of ASP.NET web-services with windows-authentication. Everything is working fine with my .Net-clients. Now I have the requirement, that these services must be usable from a java-web- application. The web-site is using form-based authentication with ldap. Is there a way, to configure IIS (or use WSE), so that I only have to pass the username to the web-service (...
1 10/30/2008 2:11:28 PM
WSE Unknown Exception
Hello, Thanks in advance for any help: I am trying to secure a webservice using WSE 3.0 and the turnkey usernameForCertificateSecurity profile. I am passing a valid username token, and on the server I have overridden the Authenticate token call and it is being called. My ASP.NET service has a Login() method and it is being called during client application startup. Both the client and s...
1 10/29/2008 2:21:52 AM
Role Manager has not been enabled
Hi, I think I'm on the last step now... I'm using usernameToken authentication, with usernameOverTransportSecurity (transport layer SSL). I have implemented a custom UserTokenManager that authenticates against our existing database of user accounts in SQL server. Note that this is NOT the MS-provided accounts db, as my extranet users predate this feature being provided and I'm no...
2 7/1/2007 9:24:32 AM
Client Certificates & WSE 3.0
We're ramping up to add WSE 3.0 to and existing system of desktop applications and web services. We'd like to use x509 certs for both messaging encyption and client authentication. We know this is possible, but at this point we're unsure about what types of certs we can use, where we can obtain them, how to deliver them to the client(s) and how to manage them (there could be 100+ cer...
2 6/29/2007 6:54:08 PM
Different result of SupportsDataEncryption in WSE 2.0SP3 and WSE 3
Hi, I have certificate with Key Usage 'Digital Signature, Data Encipherment' and I try to use it for encrypting my soap requests. With WSE 2.0SP3 everything works fine. With WSE 3.0 it doesn't work anymore (WSE527: The SecurityToken does not support data encryption.) although 'Data Enciperment' is listed as mentioned (same cert). WSE 2.0SP3: encToken.SupportsDataEncryption -> t...
1 6/28/2007 7:50:00 AM
Dime Service Problem
I am using VS 2003 and WSE 2.0 I transfer a file as a dime attachment to a server using a web service. on the client RequestSoapContext.Current.Attachments.Count has a count of 1 but on the server it has a count of 0 any suggestions...
2 6/27/2007 8:06:00 PM
Custom UsernameTokenManager class and the return value from AuthenticateToken function
Hi, I'm trying to get my head around the techniques required for utilising our existing database of users, which is maintained in a SQL database. I've followed the steps outlined in the P&P book "Web Service Security ... for WSE 3.0" to create a custom UsernameTokenManager class. In the the examples I've seen of this, the overriden AuthenticateToken method always seems to return the...
1 6/27/2007 3:05:51 PM
WSE 3.0 errors in event log (may be MTOM related): The value may not be accessed in message stage 0.
Hi, We've noticed some strange errors on our production servers running WSE 3.0. From the stack trace it seems it may be MTOM related. The following two errors occur at the same time: 1. System.InvalidOperationException: The value may not be accessed in message stage 0. 2. Server cannot clear headers after HTTP headers have been sent. I'm guessing the first error is causing the sec...
4 6/26/2007 10:47:19 PM
What certificate product to buy
I know this is a somewhat common question, but I can not find an answer that matches my sceario. I'm trying to do wse 3 mutualCertificate10Security. I just found out that our current ssl cert does not support data encipherment and can't be used. What certificate product can I purchase to do this and what product can my clients purchase? I will have a limited number of 3rd party clie...
2 6/26/2007 2:47:50 PM
Diabetic Recipes and More...
Hi Cookers, Welcome to our new website, cookersworld.com. We have expanded the content links to ad Mr. Emeril Lagasse's fine recipes along with recipes for diabetic's. The website is full of great links from our partners. We have links to free cookbooks and more. Please stop by and support us. Visit all our links and choose the best recipe for you or your family. We look forward t...
1 6/24/2007 8:26:54 AM
AppPool + secureConversation
Hi, I have just been trying to get a WSE3 web service configured to use userNameOverCertificatesecurity and establishSecurityContext='true' to work in a separate app pool on W2K3. The web service works in the default app pool, and in a new app pool with the default identity (NETWORK SERVICE). It failed when the new app poll was given a different identity (I have added identity to l...
8 6/21/2007 7:15:00 AM
Customizing SoapHeader
Hi everyone, We have a web method that accepts a type of AuthHeader containing credentials for validating WS calls, which is shown below: public class AuthHeader : SoapHeader { public string userName; public string password; } How can I change the above, so that it can have the 'xsi:type="ns2:vAuthHeader" ' bit shown below?: <AuthHeader xs...
1 6/21/2007 2:07:59 AM
RequestSecurityToken hanging on request to STS in Axis/Tomcat
I have been attempting to use a SecurityTokenServiceClient subclass to connect to an STS that is running in Axis/Tomcat. However, for some reason the call to RequestSecurityToken never returns, it just hangs and eventually times out. I am running HttpAnalyzer to view the traffic, and I can see that the STS is actually returning a valid response, but still the framework call never retur...
1 6/20/2007 11:41:41 PM
MTOM WSE 3.0 Data at the root level is invalid Error.
Hi, I have created WSE 3.0 MTOM enabled asp.net 2.0 WebService. My client(Java Client) which has MTOM enabled on his side is sending the following soap message. Basically he is sending the soap message with MIME attachment. ------------------------------------------------------------------------------------------------ MIME-Version: 1.0 Content-Type: Multipart/Related;boundary=MIME_bo...
2 6/20/2007 11:19:54 AM
Need information on Security Context Token Service in WSE-2.0
Hi all can anybody provide info about Security Context Token Service in WSE-2.0, and the relationship between the client - STS - service. Also, how to implement it in .NET ...
1 6/19/2007 5:43:17 AM
Disabling WS-Addressing
I was wondering if there is a way to disable WS-Addressing in WSE 3.0? I would like remove the wsa from the soapenvelope when soap messages are sent. Thanks. jason...
4 6/15/2007 10:46:57 AM
WSE 3.0 Install Failure
I am trying to install WSE 3.0 on a new machine with VS2005 SP1. I have the rest of the prereq. When I run the installer I pick my options, but I get a failure/crash on the install. Microsoft WSE 3.0 X509 Certificate Tool has encountered a problems and needs to close. Does anyone know what this could be?...
1 6/14/2007 11:37:01 PM
DIME attachments with WSE 2.0 SP3 from .NET 2.0
We are trying to migrate the app code to .Net 2.0. Since we are using DIME attachment to transfer large data, we would like to know is that supported in ..Net 2.0. WSE 3.0 will not support DIME, instead it support MTOM. Only way is to use WSE 2.0 SP 3, which MS claim that supports .Net 2.0. When we tried to send DIME attachments from .Net 2.0 with WSE 2.0 SP 3, that didn’t work. For att...
2 6/11/2007 5:10:01 PM
Problem with WSE3.0 x509
I have a c# windows forms app that utilizes service oriented architecture. Both the client and service are configured using WSE3.0 using x509 certificates. I am using Windows 2003 Certificate Server configured as standalone to generate the certificates. I have used this to create two certificates, one for the client and one for the server. The certificate server machine is a member of...
5 6/8/2007 2:20:12 AM
Help! Problem calling WSE webservices on production server Windows 2003
Hi, We have been developing a system based on WebServices and WSE (WSE 2.0 SP2). In development, all worked fine for a couple of months. Now, when we are configuring our production server (Windows Server 2003) we cannot call any of the webservices on the project using WSE. This error occurs on the clients calling: Client found response content type of '', but expected 'text/xml'. ...
2 6/7/2007 6:09:00 AM
51 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  >>  

Home | Search | Terms | Imprint
Newsgroups Reader