Contents

Posts in microsoft.public.dotnet.framework.webservices.enhancements

 

MTOM usage  Replies (1) 13 January 2006
I investigated samples of MTOM implementations. They all use the byte array as a result of the client or server method. Does MTOM also work for byte arras that are used as in/out parameters? The a...

 

samples for custom security token usage  Replies (1) 13 January 2006
Both the clientapplication and the webservice are written by me. I do not want to burden my customers with handling X509 certificates. The solution is then either to use SSL, or use the UsernameTo...

 

username from soap context  Replies (1) 13 January 2006
Inside a webmethod I want to retrieve the username from the UsernameToken that is contained in the current SoapContext. With WSE2.0 I could use the SoapContext.Security member. However with WSE3.0...

 

aspnet_regiis.exe /i /e does not work as suggested  Replies (1) 13 January 2006
aspnet_regiis.exe /i /e does not work as suggested by the setup.bat in the WSE3.0 samples directory. -- Greetings HansvL...

 

Play time! CHECK IT OUT NOW! FREE!!!  Replies (1) 13 January 2006
http://forum.saait.net/viewtopic.php?t=2442 Check it out. The hottest babe EVER! All our content is 100% free! ...

 

I found this cool link  Replies (1) 13 January 2006
http://forum.saait.net/viewtopic.php?p=22305 ...

 

Microsoft....Addressing.AddressingFault: Destinati ...  Replies (1) 12 January 2006
Hi guys. i am trying to route a simple soap mesasge and i got hit with above error. Please i need help. In my scenario i have two web services and one web application namely service1.asmx, 3rdP...

 

Error: Security requirements are not satisfied bec ...  Replies (1) 12 January 2006
Hi, I am using Usernametoken authentication with WSE 3.0 to check the user credentials against the database, but I am getting the following error message Security requirements are not satisfi...

 

Question about X.509 certs  Replies (3) 12 January 2006
I've read through the volumes of docs regarding WSE 3.0 and it seems that using X.509 certificates for message-layer security is a highly effective way to handle the variety of security concerns w...

 

It started with a grape (NSFW)  Replies (1) 12 January 2006
http://forum.saait.net/viewtopic.php?t=2390 ...

 

WSE Settings Tool does not appear on the Visual St ...  Replies (1) 12 January 2006
I have visual studio 2005 team edition for software developers and i have installed WSE 3.0, but the WSE Settings Tool does not appear on the solution explorer content menu. it also does not ap...

 

single sign-on with SAML Token  Replies (1) 11 January 2006
Hello Everybody, currently we are working on single sign-on authentication project. we have tried Microsoft SAML practice project from gotdotnet site.... we want to implement custom authenti...

 

WSE2 to WSE3, what to do with the pipeline ?  Replies (1) 11 January 2006
Hi, I'm converting an app from WSE2 to WSE3. The WSE2 app contains the following code for 4 different Web services; service.Pipeline.OutputFilters.Add(OutputFilter); service.Pipeline.InputFil...

 

Convert TCP SoapService to HTTP  Replies (1) 11 January 2006
Hi, I have a SoapService running in an executable using TCP. This works fine but I would like to have the option of changing the communication protocol to HTTP. Can a SoapService running in...

 

FOOTBALL BABES -> CHECK THEM OUT!  Replies (1) 11 January 2006
http://forum.saait.net/viewtopic.php?t=2267 Follow the link to see all the pictures! For more check out these links: http://www.saait.net/ http://forum.saait.net/ http://forum.saait....

 

EndpointReference question  Replies (1) 10 January 2006
I would like to write a WSE 3.0 XML service hosted inside a windows service sitting on some port, for example 25555. I am creating an EndpointReference with address "soap.tcp://localhost:2555". Whil...

 

Can I use WSE with C++? Do I need WSE?  Replies (1) 10 January 2006
I'm doing to implement a protocol that is based on WS-Security. My development environment is Visual Studio .NET 2003 and I'm using C++. I tried to download the "3.0 Hands On Lab - Exploring Mess...

 

How to avoide using thread from .net thread pool u ...  Replies (1) 10 January 2006
Hi, I'm using SoapClient class in my web service, to invoke other back-end web service. Since I have to make up to 100 simultaneous calls from my web service in one client request, I'm u...

 

WSE 2.0 - Multiple Web Services in the Same Projec ...  Replies (1) 10 January 2006
Hi, I have an existing ASP.NET 1.1 web service project that has a web service secured by WSE 2.0. Adding a second .asmx page to the project with new web methods, are not secured. They both shar...

 

Obtaining a single x509 certificate for signing an ...  Replies (1) 10 January 2006
Hi, What options are there to obtain a single x509 certificate with a private key pair for asynchronous encryption and for signing which is validated with a CA? Our scenario is we use a wind...

 

single sign-on with SAML Token  Replies (1) 10 January 2006
Hello Everybody, currently we are working on single sign-on authentication project. we have tried Microsoft SAML practice project from gotdotnet site.... we want to implement custom authenti...

 

Calling a thirdparty Web service fails with Http e ...  Replies (2) 9 January 2006
Hi, I am trying to call a thirdparty webservice ( I mean not necessarily developed using .NET framework), using .NET client which uses WSE2.0, as it requires ws-security tags and I face this wei...

 

PrincipalPermission and UsernameTokenManager  Replies (1) 9 January 2006
Hi, I'm using WSE3.0, and I want to use declarative role-based security for the methods on a web service. This is done using the PrincipalPermission attribute, like: [PrincipalPermission(Secur...

 

soap:Body not encrypted - wse 3.0  Replies (5) 9 January 2006
This is a multi-part message in MIME format. --------------050704080500010902090506 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, I've been i...

 

UsernameTokenManager.AuthenticateUser  Replies (2) 9 January 2006
Hi, when I implement UsernameTokerManager.AuthenticateUser it never seems to be called again after successfully authenticating a client. I'm currently using username over certificate with secu...

 

securityContext causes web service failure(401 - u ...  Replies (1) 8 January 2006
Any idea why turning Secure Conversation ON would cause a web service call never to reach the web service? When secure conversation is off (on client and service) my web services work perfectly fi...