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 > april 2006 > threads for april 1 - 7, 2006

Filter by week: 1 2 3 4 5

"Policy 'MyPolicy' is not configured in the system"
Posted by Peter Schuhmann at 4/7/2006 10:28:56 AM
I added another policy to my policy file. My policy file looks like that: <policies> <policy name="Policy1"> .... </policy> <policy name="MyPolicy"> .... </policy> </polcies> When i try to use the second policy (SetPolicy("MyPolicy");) i get the error-message: "Policy 'MyPolicy' is ...more >>


WSE 3.0 with 1.0/1.1 or ASP clients
Posted by mengruts at 4/6/2006 8:21:01 PM
Hi, It might be a simple question but I need your help to give me some light on it. We are trying to integrate several systems and web service with WSE 3.0 is what we choose. However we are conecerned with some existing ASP, .NET 1.0/1.1 pr evem JSP/Java applications if they can get beni...more >>

WSE 3 : Security : Using UserToken to other things that authentication
Posted by vincent at 4/6/2006 12:45:15 PM
Hi, We are using WSE Security to manage User/Password authentication with a Custom UserTokenManager. We want to retrieve the user profile of the token in WebMethods for other things like authorization, data filtering.... Any idea? Thanks, Vincent ...more >>

Refresh the policies file cache
Posted by Jacques Marcialis at 4/6/2006 12:26:31 AM
Hi I have a web service secured with X509 Certificates (WSE 3.0). I use a MutualCertificate11Assertion assertion to manage security and a Authorization element to select certificates that can be used to communicate. The problem : When I add a new certificate in the Authorization element, I...more >>

Saving encrypted an signed information from incomming Messages in
Posted by Peter Schuhmann at 4/5/2006 4:05:02 AM
Saving encrypted and signed information from incomming Soap-Messages in a directory or database (C#-WebService) The Client sends his username/password and some other information to the WebService. Those information are encrypted and signed. In the web.config it’s possible to enable dia...more >>

WSE 3.0 UsernameToken SendNone problem
Posted by Ugur KARATAS at 4/4/2006 7:16:24 PM
I implemented a web service with WSE 3.0. For security requirement, i used custom UsernameToken that lookup paaswords from database. Anyway, when I test web method from client. Cases; 1-) Direct Call : [code] WSETest.ServiceWse service = new WSETest.ServiceWse(); ...more >>

Obvious question?
Posted by LockyBoy at 4/4/2006 4:19:03 AM
If I have a wse3 enabled webservice, does the client accessing the service have to have wse3 installed on their pc as well? If so, doesn't this defeat the interoperability of web servives, or am I missing something?! Thanks...more >>

Client-to-server streaming using MTOM?
Posted by dabird at 4/3/2006 12:16:01 PM
Is it possible to configure a client proxy to stream binary content using MTOM? Currently I am streaming from server to client by implementing IXMLSerializable in my return type and I'd like to do the same for the client. However, I haven't been able to find samples. If this is not possib...more >>




DevelopmentNow Blog