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 > december 2004 > threads for december 1 - 7, 2004

Filter by week: 1 2 3 4 5

missing MSDN article
Posted by Martin Kulov at 12/7/2004 5:12:29 PM
Hi guys, I'm having troubles finding the article "Expanding the Communications Capabilities of Web Services with WS-Addressing" from http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwse/html/soapmail.asp. It seems that is no longer available from the MSDN site. Does anybody know...more >>


Need for programmatic config:timeToleranceInSeconds, MaxRequestLen
Posted by drkraus at 12/7/2004 4:19:07 PM
In another thread I have documented my struggle and success at finding a way to programmatically alter the read only property MaxRequestLengthInBytes (Microsoft.Web.Services2.Configuration.WebServicesConfiguration.MessagingConfiguration.MaxRequestLengthInBytes) using reflection to access a pri...more >>

Why or Why NOT use SecureConversation
Posted by MS News \(MS ILM\) at 12/7/2004 3:57:14 PM
Hello, Please see Subject. Thank you. ...more >>

WSE2.0 SP2 Unknown Issue?
Posted by Hernan de Lahitte at 12/7/2004 10:53:09 AM
I have these policy endpoints defined: <endpoint uri="http://localhost/bbb/a1/service.asmx"> ... all endpint definition </endpoint> <endpoint uri="http://localhost/bbb/a2/service.asmx"> ... all endpint definition </endpoint> When I run this under SP1, everything goes fine. With S...more >>

WSE Security - Automating Security with Policies - (HOLDEVL34)
Posted by Harry Pfleger at 12/7/2004 8:54:01 AM
I have played with the Hands-On-Lab HOLDEVL34. It is very good and I learned a lot! In exercise C (Automating Security with Policies), policies are used to get the sample working. The client sends a username token to the server, and the server authenticates the token against the windows ide...more >>

WSE Security - Secure Conversation - (HOLDEVL34)
Posted by Harry Pfleger at 12/7/2004 8:45:50 AM
I have played with the Hands-On-Lab HOLDEVL34. It is very good and I learned a lot! One question I have is the following: In example 3 (secure conversation), policies are used to get the sample working. by doing this the server needs a x.509 certificate to get the secure conversation. ...more >>

prevent concurrent access to my web service
Posted by Leo at 12/7/2004 3:51:03 AM
How do I prevent concurrent access to my web service. How to avoid it. -- Leo...more >>

My application is slow - XMLSerializer?
Posted by Sezhman at 12/7/2004 3:09:03 AM
Dear All, I have done a project and delivered successfully. My customer is reporting that the application is very slow. I have used XMLSerializer extensively in my C# code. Its because of this, the application is too slow. How to make it fast??. Thanks From, -- Sezhman...more >>



Code Access Security
Posted by Sezhman at 12/7/2004 3:09:01 AM
Dear All, I have heard about Code Access Security. Can anyone tell me how to go about it. Thanks From, -- Sezhman...more >>

Encryption / Hashing etc.. Web Services
Posted by SQLAgentman at 12/6/2004 1:12:43 PM
Hello Group, When Signing with a UsernameToken or When Encrypting with a UsernameToken or Securing with X.509 Certificates What type of Algorithm is being used?? SH512, RijndaelManaged,Etc... What algorithm is Encrypting, Decrypting, Hashing etc.. Thanks for all your help Sql ...more >>

SoapEnvelope SetBodyObject() ?
Posted by MarkoH at 12/5/2004 10:09:32 PM
SoapEnveloper.SetBodyObject() allows to add only one object instance into the body. Calling it twice with different instance it won't add another instance into body. What if messages have multiple parts ? Myself, for instance, read schema from WSDL, use xsd.exe tool to generate classes file a...more >>

At least one timestamp expire.
Posted by syed javid at 12/5/2004 3:53:08 AM
Hi All, I am having a WSE 2.0 webservice that authenticate X509 client and client to send x509 token for authentication. The x509 authentication work fine when it is used from intranet but it fails when the client sends x509 token from internet. i am using trusted x509 certificate The fo...more >>

AuthenticateToken and AD
Posted by Rob Thomson at 12/4/2004 8:03:49 AM
Environment(W2k, WS2, .Net 1.1,c#) Program(SmatClient, WebServices) Hi I am overriding the AuthenticateToken method to authenticate a user. All the examples of this I have seen check the password against xml, databases etc. I want to authenticate against AD. I have tried the Winapi LogonUser,...more >>

WSE2.0 SP2 final release
Posted by mfussell NO[at]SPAM online.microsoft.com at 12/3/2004 6:33:47 PM
------=_NextPart_0001_D1F452FB Content-Type: text/plain Content-Transfer-Encoding: 7bit We are pleased to announce the availability of WSE2.0 SP2 final release here http://www.microsoft.com/downloads/details.aspx?FamilyId=FC5F06C5-821F-41D3- A4FE-6C7B56423841&displaylang=en And the WSE 2....more >>

UserName token Access denied smart client
Posted by Rob Thomson at 12/2/2004 10:29:11 PM
This is a multi-part message in MIME format. ------=_NextPart_000_0016_01C4D8BE.58DB4F10 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Has anyone got any pointers to the following problem Im trying to use = WSE to pass user credentials to a...more >>

500 Internal Server?
Posted by leighsword at 12/2/2004 10:55:41 AM
I have created a C# .Net WebServices. The test and WebServices work fine in one PC. But when I move the test to another PC I get "Internal Server Error". ...more >>

Is it possible to have mulitple Custom Username token authenticato
Posted by Peter McEvoy at 12/2/2004 6:57:04 AM
I have a webservice app with two endpoints in it: Service.asmx Secure/SecureService.asmx I have setup my policy etc so that the SecureService.aspx endpoint requires a username and password token and I have a Custom UsernameTokenManager that authenticates the token (checks that the usernam...more >>

why does WSE fail in trusting certificate chain?
Posted by nealboy at 12/1/2004 9:54:48 PM
Hi everyone: I just set up a Web Services with using of WSE.The client signs SOAP message with a X509 certificate and server verifies the signature in SOAP using of WSE. But WSE failes in verifying the trust chain of certificate after it recevied the SOAP message.It returnes such error:...more >>

File Attachments Larger and 4MB
Posted by Drew Lettington at 12/1/2004 3:32:25 PM
I have .NET Windows .dll attempting to receive a DIME attachement larger than the default value of 4MB. I maxRequestLength to -1 in the Web Service's web.config file. I understand I also need to change the setting on the client side. But, since the client is a .dll, there is no app.config f...more >>

Webservice digital signature & security question
Posted by gm0ney at 12/1/2004 1:16:01 PM
If my webservice is currently secured with a SSL cert, do I really need to encrypt or use a digital signature at the soap message level? Isn't that basically encrypting the encryption. Or I'm totally missing the boat here? Just trying to gather answers for implementing Digital Signatures...more >>

Basic question about creating/setting up webservices
Posted by news.microsoft.com at 12/1/2004 12:56:14 PM
I have been looking around at the documentation and have come across a lot about how to create webservices and consume them. I have a fairly large 3 tier application with a ton of classes in c# that are currently being used by the website. Is there a quick/ rad tool that can take a c# class...more >>

Signing messages
Posted by Martin Kulov at 12/1/2004 4:52:39 AM
So, message signatures are described in Signature\SignedInfo element. And I am using WSE 2.0 SP2 Prerelease. For example: <SignedInfo> <ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" /> <SignatureMethod Algor...more >>

Securing files stored in virtual directory
Posted by sumaira.ahmad NO[at]SPAM gmail.com at 12/1/2004 12:01:52 AM
Hi, I am a big problem here and would really appreciate if someone would shed some light on it. My ASP.NET application stores files in the virtual directory of the Web Server. These files are sent as DIME attachments in SOAP Messages and stored on server. Now I realized that these files can b...more >>


DevelopmentNow Blog