Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
March 2008
April 2008
May 2008
June 2008
all groups > dotnet web services enhancements > july 2006

Filter by week: 1 2 3 4 5

WSE and AllowPartiallyTrustedCallersAttribute
Posted by Martin Henningsson at 7/31/2006 1:46:02 AM
I'm trying to host a Windows Forms control in and HTML page in Internet Explorer. The control is using WSE3 to call back to a web service on the server the HTML page was loaded from. This works very well when running on my development computer but when I try to use it from a remote server I ...more >>


Adding certs to local stores
Posted by steve.nickels NO[at]SPAM gmail.com at 7/28/2006 2:36:21 PM
Hello, I'm trying to use WSE2 to programmatically add certificates to the local certificate stores. However, when I try to do so, nothing happens. I get no errors, but the certificate is not added. The following example code loads a certificate from one store into an X509Certificate object,...more >>

WSE 3 add-in
Posted by JTE at 7/27/2006 7:42:56 AM
In spite off all the links and tips i found on the internet, i still haven't the WSE 3 add-in in VS2005 pro. As a beginner with WSE, i started with the WSE 3.0 hands on lab to learn. Does anyone have the sollution of getting the WSE add-in in VS2005, it makes live a lot easier. Thanks, Jurge...more >>

axis wss4j client signature cert problem WSE590
Posted by tedx at 7/26/2006 1:27:38 PM
Can anyone help me to understand the following exception? I've verified that my self signed public key is installed in Local Computer/Trusted People which is what I've specified in my policy files as the location of my client certificates. That said I'm not sure what other possible problems to l...more >>

Dime with WSE 3.0
Posted by Kevin Burton at 7/25/2006 1:12:01 PM
I have an application that uses DIME to send and receive attachments. Now I want to migrate to WSE 3.0 and as I understand it DIME is not supported. I got lost with the web pages on how to send/receive large amounts of data. Maybe someone can help me translate WSE 2.0 code to WSE compatible co...more >>

WSE3 interoperating with other WS-Addressing versions
Posted by Solomon Gibbs at 7/24/2006 12:01:03 PM
Hello, I'm trying to coerce a WSE 3.0 client into consuming an Axis2 web service. The Axis service generates WS-Addressing elements with the 2005 (http://www.w3.org/2005/08/addressing) standard, but WSE3 expects the 2004/08 namespace. Is there any way to disable addressing in WSE? Communica...more >>

timeToleranceInSeconds not working
Posted by sam at 7/24/2006 1:02:02 AM
Hello, We are having problems with time delays between a client and a webservice using ws-enhancements. When we set the property timeToleranceInSeconds it doesn´t work, and when there are time differences between client and server we get a an exception. Is there any way to control this,...more >>

401 Unauthorized Error with WSE 3.0 Kerberos
Posted by Vagh at 7/22/2006 10:30:00 AM
I have a simple web service deployed on Windows 2003 that does the most elementary of tasks, the famous "Hello World", I followed the guild in the WSE 3.0 Best Practices guide and am consistently getting the WSE101 Error, Error occured during an asynchronous operation, 401 not authorized. The ...more >>



WSE3 Kerberos Config for 256 Bit Key lenght?
Posted by Howard Hoffman at 7/21/2006 5:39:34 PM
I'm trying to up a WSE3 configuration to use 256-bit keys instead of the = default 128 bit key size. =20 What is the proper syntax to do this in web.config? This is what I tried in web.config on the server side: <securityTokenManager> <add = type=3D"Microsoft.Web.Services3.Security.Tok...more >>

Using WSE 3.0 SAML Quickstart w/o Installing Certs
Posted by Ian Pitt at 7/20/2006 1:28:59 PM
I've set up the SAML STS Quickstart to have the Token Issuer server use Username & Password over SSL. The SampleService still uses the SAML token returned by the Token Issuer. I did this so as to avoid installing x509 certificates on the client's machine. However, it does not seem to work....more >>

Web service implementation using .NET and c#
Posted by vipinmewar NO[at]SPAM gmail.com at 7/20/2006 11:31:53 AM
Dear friends i m MS student i have to develop one web service in C# and ..NET ...... my project topic is "Access control for web services" , i have to convert some modules of already developed telemedicine application and than appply web service access control in it. Can u guide me wat packages ...more >>

Pailed parsing the policy Document
Posted by MHoque at 7/20/2006 10:31:01 AM
My part1_after works but when I try the part1_before I have this problem. One thing I see under the bin for client I don't have those trace files. Even though I selected that from wse 3.0 settings. ...more >>

Restricting Web Service Calls by domain group membership
Posted by Vagh at 7/19/2006 8:08:37 PM
Hello, I have been pouring over the documentation for WSE 3.0 the last couple of days and have blurry vision at this point. I was wondering if someone could point me in the right direction. I'm using Brokered Authentication, i.e Active Directory to determine the who is invoking a web servi...more >>

Security handling based on Role of User and Destination of Service
Posted by Schroederman at 7/18/2006 3:35:01 PM
I can't seem to find enough information to solve this problem. Scenario: - There are two web services: ServiceA and ServiceB both have two web methods AA(), AB() and BA(), BB() respectively - There are two in memory associations: "ServiceA" is allowed to be accessed by "Domain\Administrator...more >>

Soap and basic authorization
Posted by vidar NO[at]SPAM webscape.no at 7/18/2006 2:03:00 PM
Hi! I'm building an application to send MMS messages. In order to do that I need to send a custom soap envelope to a webservice that uses BASIC-AUTH as the first line of security(it also uses the soap header). The problem is getting the SoapSender to use the BASIC-AUTH header. How can I t...more >>

Help with Hands on lab
Posted by MHoque at 7/18/2006 10:12:02 AM
I was going through the hands on lab with WSE 3.0 security doc. I found out that there were few important steps were missing. But I was able figure that out with the help of the user group. Now I am facing a road block. When I update my ref for the web service for my client. It suppose to add ...more >>

Action Missing
Posted by Oldman at 7/17/2006 9:20:02 AM
I have a web service secured using WSE 3.0. I have a client trying to communicate to the web service and they are using WSE 2.0 SP2. We are getting the following error: Header http://schemas.xmlsoap.org/ws/2004/08/addressing:Action for ultimate recipient is required but not present in the m...more >>

Viewing SoapEnvelope received by a Web Service
Posted by Anbu at 7/17/2006 5:12:14 AM
Hi All, Is it possible to view the contents of a request received by a .NET Web Service - as SOAP Envelope? TIA, ...more >>

Change encryption Method
Posted by Hung Ngo at 7/16/2006 8:57:01 PM
Hi, If I want to change the encryption algorithms for Keys, data and key generation algorithm, what should I do? Thanks for your help, Hung....more >>

Visual Studio 2005 and WSE 3.0
Posted by MHoque at 7/14/2006 9:35:02 AM
I am trying to open WSE settings from a VS 2005 project. And I don't see it on the list when I right click on the project. Wonder what is wrong?...more >>

Responding to SoapRequest
Posted by Anbu at 7/14/2006 1:47:20 AM
Hi All, I'm developing an Intercepter kind of application which has to intercept the web service to receive and respond to it. Can some one provide idea on this, may be on SoapClient, SoapReceiver & SoapService. TIA, ...more >>

The message must contain a wsa:To header
Posted by Chris Fink at 7/13/2006 1:12:01 PM
I am using WSE 2 SP3 and receiving the following error from my client calling a secure service using client certificates. When I setup the policy, I required signing and encryption for the request and response. System.Web.Services.Protocols.SoapException: Server was unable to process req...more >>

Visual Studio 2005 and WSE2 SP3
Posted by Chris Fink at 7/12/2006 11:48:43 AM
How do I use VS.NET 2005 to do development with WSE2 SP3? When I right click on my project, I only have the option for WSE Settings 3.0 (I am also running WSE3 also on this machine). My requirement is to take an existing WSE3 client and convert in to run using WSE2 SP3. Can I do this by s...more >>

Separating Schema and Services during versioning
Posted by Steven L at 7/12/2006 1:06:02 AM
I have my WSDL contract from my web service. I want to separate my services and data definitions and make these static across versions. I followed this MSDN article, but despite most people referencing it when discussing this topic, i don't find it particularly clear. I also looked here, bu...more >>

WSE 3 SAML Null principal with SecureConversation enabled
Posted by Philip Ross at 7/11/2006 1:25:22 PM
I have implemented a SAML token service based upon the STS SAML quickstart. It all hooks up correctly and I can use from an implicit client my secured service's methods as long as I don't enable secure conversation. If I enable secure conversation ( establishSecurityContext="true" ) I can sti...more >>

friendly error messages for usernameForCertificateSecurity
Posted by geobier at 7/11/2006 11:36:01 AM
This has been asked several times on the web, but I have yet to see a solution. In short: Using usernameForCertificateSecurity, with a custom UsenameTokenManager, AuthenticateToken detects an error ( "Invalid user id or password", "account is locked", "account expires in 5 days"). How can...more >>

Ws-Addressing - WSE and vanilla Web Service Proxies
Posted by Steven L at 7/11/2006 5:09:02 AM
I have a hub performing some internal routing for a set of services we have, using the WS-Addressing support in WSE 3.0. When a vanilla .Net generated proxy client tries to call the service you get: "Microsoft.Web.Services3.Addressing.AddressingFault: Message Information Header Required" ...more >>

HttpHandler Problem in ASP .NET 2.0
Posted by Anbu at 7/10/2006 2:13:08 PM
Hi All, I'm implementing a soapreceiver class in a web site. The required httpHandler tag was also added in the web.config as below. <httpHandlers> <add verb="*" path="Receiver.ashx" type="namespace.class, myassembly"/> </httpHandlers> Unfortunately, when i run the application from .NET ...more >>

WseWsdl3 Issue Creating C# proxy multiple parameters
Posted by geobier at 7/10/2006 1:57:02 PM
This is a similar to a question asked by somone else on 7/3. We have a fairly complicated WSE enabled set of Web Services. When wsdl.exe is used to generate the client proxy and server interface, no errors are reported, the code works fine. Using WseWsdl3.exe to try and generate a secu...more >>

X.509 Certificates and the WSE
Posted by Frank V at 7/10/2006 1:53:08 PM
Hello again everyone, Which type of X.509 certificate is the correct certificate for a .NET solution using Windows Forms, Web Services and the WSE. I've noticed that different vendors will sell digital certificates for different purposes. According to my research all those certificates fall...more >>

MTOM and APACHE Axis
Posted by smeda06 NO[at]SPAM gmail.com at 7/10/2006 9:32:34 AM
If I write a .NET web service that uses MTOM. Can this be consumed by a J2EE application? Thank you in advance. ...more >>

WSE2005: Protection requirements in MutualCertificate11Assertion..
Posted by Chris Fink at 7/10/2006 9:24:01 AM
I am receiving the following error when trying to consume a secure WSE webservice using client certificates: WSE2005: Protection requirements in MutualCertificate11Assertion are not satisfied. The client is using Windows Server 2003. I've placed my client cert (w/public + private key) in ...more >>

Can WSE 2 and WSE 3 coexist on the same machine ?
Posted by smeda06 NO[at]SPAM gmail.com at 7/10/2006 8:05:03 AM
I currently have a VS 2003 project that uses WSE 2. I have VS 2005 installed on the same machine and as a part of migrating a project from VS 2003 to VS 2005, we have decided to use MTOM instead of DIME. Can I install WSE 3 on the same machine and work on the migration? Thanks in advance. ...more >>

WSE350 Error - Dime attachment Content-Length error
Posted by Sam Santiago at 7/7/2006 7:43:39 PM
Has anyone run across this error below while using WSE? What parameter = can be modified to assist in resolving this error? =20 I have a smart client application that communicates with a web service = via an ASMX page. It uploads attachments using WSE DIME attachments. = When I have many a...more >>

Multiple Policies from one Web Service ?
Posted by Howard Hoffman at 7/7/2006 3:55:22 PM
I've a WSE3 WebService that, for a particular customer, will be used by two types of clients -- one that is within the corporate firewall and one that is outside the corporate firewall. For the former, we use Kerberos Security, and the latter we are developing toward UsernameForCertificate....more >>

Web Services, Security, X.509
Posted by Frank V at 7/7/2006 2:28:44 PM
Hello All, I can't ask my question without giving a little bit of background. We have a smart client application which consumes an internet-facing private web service. (At this time the web service and the client use WSE 3.0 (specifically usernameOverTransportSecurity) and it is working we...more >>

WSE3 proxy not generated on 64-bit Windows
Posted by RonPeters at 7/7/2006 2:08:02 PM
I cannot get VS2005 WSE proxy generation to work when running on 64-bit. Everything works fine on my 32-bit machines. WSE3 seems to be properly installed (including the VS2005 add-in). Replication Steps: Windows Server 2003 R2 Enterprise x64 Edition Install Visual Studio 2005 Install Web A...more >>

WS-Addressing and Load Balancing Appliance Issues
Posted by Michael Primeaux at 7/7/2006 8:25:45 AM
We've discovered the routing of web services through our load balancing appliances cause the address contained in WSE-enabled client's soap messages to differ from the actual address of the target web service. As a result, WSE on the service side blocks the request because these WS-Addressing...more >>

Avoiding data theft
Posted by egyptegypt NO[at]SPAM gmail.com at 7/6/2006 12:48:41 PM
I'm pretty new to web security so I'm hoping someone can clarify something for me. Basically, I'm wondering how to avoid the following scenario: 1. Windows application calls web service with user-specific data and a unique ID identifying the user's account on the server. 2. Malicious user e...more >>

Object contains only the public half of a key pair. A private key
Posted by Chris Fink at 7/5/2006 12:03:02 PM
I am attempting to call a webservice secured with the WSE 3.0 toolkit and am receiving the following error message. My assumption is that I installed the certs in the wrong location. I placed my public + private key cert in the localmachine my store and placed the customer's public key in t...more >>

WSE 3 gateway, get the response back to the client
Posted by david.andreas.eriksson NO[at]SPAM gmail.com at 7/5/2006 5:21:37 AM
Hi I have an WSE 3 gateway based on Microsoft.Web.Services3.Messaging.SoapService I get a request from an client in the ProcessMessage method. I get the end service URL from a repository based on the action, create an new SoapEnvelope where I uppdate the addressing part with the new URL and...more >>

Websphere to .net communication via web services
Posted by wschaub at 7/4/2006 9:49:02 AM
There are a number of issues in this space. We are still struggling to get a WSE3.0 based client to communicate with a Websphere web service. We have not successfully done it with WSE2.0. WSE 3.0 is a fairly cutting edge spec which supports the latest web service securities. WAS/WPS 6 is not a...more >>

Problem Using WSE 3.0 With a Certificate Stored on Smart-Card
Posted by Roi at 7/4/2006 12:11:01 AM
Hello guys, In an application I'm writing I need to access a client cetificate which is known only at runtime. Since policy can't be used in this case, I've written all of the neccesary code to access this certificate and create an assertion based on it, and it works fine :) However, latel...more >>

WSE 3.0 Issue Creating C# Proxy - Multiple Parameters
Posted by Joe McKavanagh at 7/3/2006 9:14:01 AM
Hi, I am having problems creating a C# proxy that calls onto a Web service that was implemented in Java. WseWsdl3.exe produces the following output: <pre> C:\MyDocs\Visual Studio 2005\Projects\sandbox>"C:\Program Files\Microsoft WSE\v3.0\Tools\WseWsdl3.exe" /type:soapClient /language:CS /...more >>

Authenticate Service?
Posted by Hung Ngo at 7/1/2006 11:02:01 AM
Hi, How the Client authenticate Service with the <mutualCertificate11> policy? Thanks, Hung....more >>


DevelopmentNow Blog