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 > january 2005 > threads for january 8 - 14, 2005

Filter by week: 1 2 3 4 5

WSE 2.0 and alternate X.509 cert store locations
Posted by eshayne NO[at]SPAM bigfoot.com at 1/14/2005 12:37:46 PM
I would like to use WSE 2.0 for signing and encrypting Web service messages using X.509 certificates. It appears that my only options when doing this are to tell my Web service to look for certificates in either the LocalMachine or CurrentUser stores that Windows provides. If I would like to i...more >>


Token assert
Posted by William Stacey [MVP] at 1/14/2005 11:33:50 AM
It seems you can require a token (i.e. UsernameToken) via policy (xml file) or code with a manual enumeration of the tokens and checking roles. Would it not be easier to just use an Attribute of some sort at the top of the web service method(s) you want to require UsernameToken attached with an ...more >>

WSE 2.0 SP2 - TimeZone, "Message Expired"
Posted by Benjamin at 1/14/2005 4:47:03 AM
Hi! When I change TimeZone (emulating a user on the other side of the globe) my webservice returns following exception: Microsoft.Web.Services2.Security.SecurityFault Message: "Message Expired" InnerException.Message: "At least one timestamp has expired." Any idea how to make the web se...more >>

Certificates for Digital Signing
Posted by gm0ney at 1/13/2005 2:04:59 PM
Can someone give me direction on where to get, purchase, procure a certificate (x.509) that will allow me to digitally sign a soap message? I have successfuly tested using the test certificate that came with the WSE 2.0 SP2. Now needing an authorized one. When I go to a CA (Verisign),...more >>

Nonce at client and server.
Posted by William Stacey [MVP] at 1/13/2005 12:06:07 PM
The Nonce's are different at client and at server (inside the derived UTM) as shown with: string n = Convert.ToBase64String(token.Nonce); Console.WriteLine("Nonce:"+n); What gives? How do you retrieve the same Nonce bytes that the client UT set inside a UTM? TIA -- William Stacey...more >>

Does WSE 2.0 cache and trace <NONCE> element values
Posted by Softwaremaker at 1/13/2005 9:04:41 AM
Hello, I am doing some research into NONCE values and my google searches have caused me some confusion. Does WSE 2 cache and trace NONCE element values ? From Chris Keyser's blog here, it seems like it does. <quote from="ChrisKeyserBlog"> The good news is that now I did get a complete to...more >>

AuthenticateToken is not called with CustomUsernameToken
Posted by was19 NO[at]SPAM gmx.de at 1/13/2005 12:20:23 AM
Sorry for this new thread but I can't answer in the thread from yesterday. I don't know why... I changed the webconfig. There is now: <code from web.config> <securityTokenManager type="MyNamespace.CustomUsernameTokenManager, MyNamespace" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oa...more >>

An strange exception (WSE1.0 SP1)
Posted by Guogang at 1/12/2005 3:45:44 PM
Hi, I get the following exception when my program is invoking a webservice function: ********************************************** System.Xml.XmlException: The root element is missing. at System.Xml.XmlTextReader.Read() at Microsoft.Web.Services.XmlSkipDTDReader.Read() at System.Xml....more >>



WSE on Client side
Posted by Ruslan at 1/12/2005 12:44:44 PM
Hello I have a windows application (desktop) wich called Web Services. I must use WSE. WSE will be installed on the server side. Should be anything installed on the client side? Thanks, Ruslan ...more >>

UsernameToken and CustomUsernameTokenManager are not calling Authenticate token
Posted by was19 NO[at]SPAM gmx.de at 1/12/2005 6:06:00 AM
Hi guys, I tried to follow the example for securing a webservice with a UsernameToken (http://msdn.microsoft.com/library/en-us/wse/html/cf2b92f2-2338-4af9-89c1-38fe0eab7730.asp). I have a class CustomUsernameTokenManager derived from UsernameTokenManager with a function AuthenticateToken(Usern...more >>

WSE 2.0 & NTLM Authentication
Posted by axion at 1/11/2005 7:31:36 PM
Hi everyone, Is there anyway that NTLM authentication can be used with WSE 2.0 (short of writing a custom token and so forth)? Unfortunately, we cannot use Kerberos as our client does not use it, and won't completely roll Kerberos out until end '06. Thanks, Brian ...more >>

Internal Server Error on Invoke
Posted by Mike at 1/11/2005 2:55:05 PM
All, I'm trying to test my web service. I can browse to the site and see the available methods, but when I attempt to Invoke one of them I get "Internal Server Error" returned to the browser. I am running WSE 2.0 Service Pack 2. Any help would be greatly appreciated. Thanks Mike ...more >>

WSE TCP and UsernameTokenManager?
Posted by William Stacey [MVP] at 1/11/2005 12:35:52 PM
In a wse tcp config using SoapClient and SoapService. Want to add UsernameToken at client and send to service. Service will use derived UsernameTokenManager to verify token. Can not seem to get this to work. All examples seem to lean toward a web.config and ASP config instead of TCP, so not ...more >>

WSE Policy under 2003
Posted by Joly1 at 1/11/2005 9:10:45 AM
Hi, I have a doctored VBS/ASP classic apllication whcih consumes a WSE proxy expossed through COM, correctly marshalled for interoperability. It uses inetinfo.exe.config in order for the IIS 5.0 to pull the WSE config information. This works correctly. In order test this a .Net WinForms te...more >>

Additional namespace element in CanonicalizationMethod element
Posted by yves at 1/11/2005 1:49:13 AM
All, We run a Java-based (Axis with WSS4J) webservice and we have both Java and ..NET (C#) clients. While encryption is no problem for all client-server combinations we have problems with signature validation from C# requests. The strange thing is that we have a MS-box with the C#-client wh...more >>

Client Requirements
Posted by razdanro at 1/11/2005 1:01:03 AM
I need to write a Windows Application that will consume a Web Service. For authentication I thought it would be a good idea to use WSE2.0 (UserName and Password tokens). I need to know what are the requirements for the clients running the Windows Application. Do I have to install the WSE2.0 ...more >>

SAML Authorization
Posted by was19 NO[at]SPAM gmx.de at 1/11/2005 12:08:07 AM
Hi guys, Does anyone have a sample or a how to or anything else how I can use SAML to give an authorization from one web site to another maybe for web single sign on? I did not find anything....more >>

getting a timeout when retreiving large data from web service
Posted by Jerome Cohen at 1/10/2005 2:22:30 PM
I am calling a web service that requires WSE signing and encrypting. I am using ASP.NET + the latest .NET framework + WSE 2.0 downloads. Everything works fine when the response is modest in size. However, when I call in a way that the response is supposed to be > 6 MB, then I get a timeout e...more >>

WS to winform
Posted by Sergio Cossa at 1/10/2005 11:51:37 AM
Hi to all, I have a question and I did not find something that helps me in Internet. I have one app with windows forms that interacts with a WS. OK. Can I, to send data to this application from my WS without this one asks for them? If that is possible... that information must I have for...more >>

Code to develop SAML token in ASP.NET
Posted by jmencias NO[at]SPAM BSNdigital.com at 1/10/2005 8:41:31 AM
Hi, Does anyone have any sample code available on how to build a custom (SAML) token using WSE2.0 ASP.NET? Thanks. ...more >>

WSE 2.0 SP2 Helpfiles
Posted by Frik Olivier at 1/8/2005 9:19:07 AM
I don't seems to have the help for this WSE 2.0 in my Visual Studio. Also I cannot open the stuff in the C:\Program Files\Microsoft WSE\v2.0\HelpFiles folder. I'm suspecting that I need to merge or do some stuff to get these helpfiles integrated?...more >>

CustomUsernameTokenManager
Posted by FrikOlivier at 1/8/2005 9:09:02 AM
After I've been unsuccesfull with my own code, I compiled the example file from the WSE 2.0 SP2 and got the same result as mentioned in a post before (and now solution was found, even I went through all the stuff that was mentioned). My CustomUsernameTokenManager class is not being called t...more >>

Secuirty context token in webfarm sample
Posted by kiran & Dev at 1/8/2005 5:11:01 AM
hello I am trying to run the sample of secuirty context token in webfarm .. Its giving a Asynchronous exception , bad request.. Any help fully appreciated....... The following is the detailed exception.... With Many Thanks Kiran Kumar N ****** Exception Raised ****** Microsoft.Web.Serv...more >>


DevelopmentNow Blog