Groups | Blog | Home


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 > may 2006 > threads for may 15 - 21, 2006

Filter by week: 1 2 3 4 5

WSE Connection Problems
Posted by Bradley Plett at 5/19/2006 11:45:09 PM
I have a strange connection problem with a web service that I wrote using WSE. I have a web service in a component. I developed the component using an interactive application, since it's much easier to debug that way. I have it working perfectly in the application. I then created a windows s...more >>


ws-addressing
Posted by Viv at 5/19/2006 7:08:20 AM
Hi All, I have gone through some of the articles on ws-addressing, but couldn't actually figure out why ws-addressing is required ? what I understand from ws-addressing is that using ws-addressing a response can be addressed to some other destination. For e.g. client-A invokes a service at Se...more >>

q: WSE 3.0 web serivce
Posted by JIM.H. at 5/19/2006 5:11:01 AM
Hello, We have a web service written in WSE 3.0. with .Netfamework 2.0. I have these questions: 1. Can I invoke this web service in my .Netframework 1.1 and visual studio 2003 asp.net application. 2. Web service is written in VB.Net, my application is in C#, will this be creating any proble...more >>

Multiple Applications using WSE 3.0 on Single Server
Posted by Travis at 5/18/2006 2:19:02 PM
I am writing in hopes of someone pointing out a best practice. We are running multiple applcations on a server that all use WSE 3.0. If we leave the addresses defaulted to the 8081 port, we get socket and port errors stating only one item can run on the port. A temporary fix seems to be to ...more >>

What's the Point of a Policy File
Posted by at 5/18/2006 7:47:22 AM
Using WSE 3, what is the point of a policy file to define security? For example, if I specify that only a certain list of users have access to my web service and then an anonymous user visits the asmx, he or she can still invoke methods, etc. What does it really do when you specify that only...more >>

customize WSE policy
Posted by Hung Ngo at 5/17/2006 9:29:01 PM
I have the below source code: <WebService(Namespace:="http://tempuri.org/")> _ <WebServiceBinding(ConformsTo:=WsiProfiles.BasicProfile1_1)> _ <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ <Policy("ServicePolicy")> _ '(or <Policy(GetType(UsernamePolicy))> _ ) Public Clas...more >>

Obtain Certificate Information
Posted by Taurus at 5/17/2006 8:54:02 AM
Greetings. I'm using at the moment WSE 2.0 SP3 and i made some web methods to get some information from a database. The current configuration is: - 1 x509 certificate on the server and 1 on the client - both the request and response is signed and encrypted using the policycache.config ...more >>

How do I access UsernameToken from Web Service
Posted by jonas.samuelsson NO[at]SPAM cab.se at 5/15/2006 8:01:17 AM
Hello. I'm currently trying to upgrade some web serviecs from .NET 1.1 & WSE 2.0 to .NET 2.0 & WSE 3.0. We are doing our user authentication in the WS and in WSE 2.0 we did this by looping through the tokens in RequestSoapContext.Current.Security.Tokens. Since SoapContext.Security is obsolete ...more >>



WSE 3.0 - Windows, WindowsCE and Linux
Posted by Selvir at 5/15/2006 2:48:02 AM
Hi. I must make web service in VS 2005 that can be used from Windows, WindowsCE and Linux systems. Which is best practice for security? It is possible use web service with implemented WSE 3.0 from Linux systems or not. ...more >>


DevelopmentNow Blog