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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|