all groups > dotnet web services enhancements > april 2006
Filter by week: 1 2 3 4 5
can I use multiple policies in the webservice
Posted by bmwael at 4/27/2006 8:24:34 AM
want to know if I can use multiple policies in the webservice for
example
[Policy("UsernameForCertificate")]
[Policy("AnnonymousForCertificate")]
in order to let some clients use the first
and the other to use the second
... more >>
Can WSE 3.0 do this for me?
Posted by Solitude at 4/24/2006 1:28:01 PM
Hi,
I am interested whether WSE 3.0 can do this for me. I would like my messages
between the client and service to be encrypted without using certificates.
And not only that I would like to only have to send up the username and
password for authentication once and then each subsequent call ... more >>
DIME Message and compression
Posted by Fariba at 4/24/2006 1:13:01 PM
I have developmed a WSE 2.0 enabled web service which accepts a soap message
with a DIME attachment. Everything works fine ,I know that in my soap request
attachment would be outside of soap envlope and does not inflate it as (base
64) does when it comes to binay data.My question is that is th... more >>
Removing timestamp in WSE 2.0
Posted by Jan at 4/23/2006 10:40:01 PM
I am developing WSE 2.0 .NET client consuming Java Web services and I need to
remove timestamp from outgoing SOAP message.
I implemented the SoapOutputFilter but it seems that in ProcessMessage
method Security element doesn't exist YET and therefore I cannot remove
timestamp.
I can see o... more >>
WSE -3.0 Deployement in IIS Server Issues
Posted by suresh.csharp NO[at]SPAM gmail.com at 4/21/2006 1:52:18 PM
Hi,
I have developed Web services based on WSE3.0 X.509 Certificate
authentication for client and server. I have tested in VS 2005 both
services and client application working fine with out any issues.
In Client application web reference to VS 2005 Web Services which run
in VS 2005 on some ... more >>
WSE910
Posted by Oscar Patarroyo Velasco at 4/21/2006 1:41:02 PM
MICROSOFT.WEB.SERVICES3.RESPONSEPROCESSINGEXCEPTION: WSE910: AN ERROR
HAPPENED DURING THE PROCESSING OF A RESPONSE MESSAGE, AND YOU CAN FIND THE
ERROR IN THE INNER EXCEPTION. YOU CAN ALSO FIND THE RESPONSE MESSAGE IN THE
RESPONSE PROPERTY. ---> MICROSOFT.WEB.SERVICES3.SECURITY.SECURITYFAULT: ... more >>
WSE 3.0 Routing Question
Posted by Don at 4/21/2006 1:08:02 PM
I'm trying to use the routing support in WSE 3.0. I've sucessfully got a test
application working that routes messages from an ASP.NET based router to an
ASP.NET web service. Now what I would like to get working is routing messages
to a web service that is implemented in a Windows Service. No ... more >>
Installing Certificates
Posted by Yashar at 4/21/2006 11:01:02 AM
I have been trying to use WSE 3.0 wizard to create "policycache.config" file
with Username authentication method. Now there is nothing to select as X.509
certificate at Server Certificate page.
I know in order to be able select one at WSE 3.0 wizard I should add X.509
certificates via "MMC" A... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Case-study with WSE 3.0
Posted by Hung Ngo at 4/21/2006 12:04:02 AM
Hi all,
I'm writing a Web service and face with this problem:
The client must send it's Certificate to server so that the server can check
whether client can get data or not.
Due to some reasons, I don't want to use Https protocol. So I try with WSE
3.0.
But I want to know that when the c... more >>
WSE3 & MTOM
Posted by Hung Ngo at 4/20/2006 8:57:01 PM
Hi all,
I have read some papers and they tell that WSE 2.0 with WS-attachments does
not encrypt the attachments ( they recommend using secure protocol like Https
with SSL to secure attachments). Now, WSE 3.0 replace WS-attachments with
MTOM, I have found that MTOM is used for transmit large b... more >>
Hosting a webservice in a windows service WSE 3.0
Posted by markoueis NO[at]SPAM hotmail.com at 4/20/2006 11:44:12 AM
I'm aware that i can host an "asmx" based webservice in a windows
service with WSE 3.0. However, i want more than that. Not just do i
want to host the webservice in my windows service, but i also want my
main windows service AppDomain to handle the webservice requests
itself. Is this possible? A... more >>
WSE3.0 with X.509 Certificate authentication
Posted by suresh.csharp NO[at]SPAM gmail.com at 4/19/2006 2:38:39 PM
Hi,
I am trying to implement web services with WSE3.0 and X.509
Certificate authentication. I have gone through WSE quick start
examples. Looks very impressive.
I have couple of questions on X.509 certificates.
In WSE 3.0 Quick start example Message layer X.509 example, We are
using X.509... more >>
WSE 3.0 - Apply Policy w/out Policy Attribute?
Posted by William Leary at 4/19/2006 2:36:02 PM
Is there any possible way to apply policies to web services without having to
actually update the codebase by adding the Policy attribute to the web
service class? We would like for this to be doable via XML configuration so
that we do not need to update existing web services code bases to plu... more >>
Install server Public.cer via code.
Posted by Rudi at 4/19/2006 8:01:03 AM
Hi Guys,
I am trying to get around the lack of support for installing the client
certificate on a .NET windows app (which uses the WSE secure Conversation
idea to talk to a server). I have read the posting before which recommends
using script files, but I would like to do it all in code and... more >>
SoapContext in a custom policy assertion
Posted by Jacques Marcialis at 4/19/2006 1:30:21 AM
Hi,
I'm writting a new custom assertion that log
authentication/authorization on an sql data base and a syslog server. I
need some information of the RequestSoapContext like
RequestSoapContext.Current.IdentityToken.Identity.Name or
RequestSoapContext.Current.IdentityToken.Key.
Unfortunatly... more >>
Sign, Encrypt, secure session
Posted by Mark at 4/17/2006 2:30:07 PM
If I use the usernameForCertificateAssertion and I use a certificate to sign
and encrypt the soap message do I also need to Establish a secure session to
get the username and password encrypted?
Thanks in advance.
... more >>
usernameForCertificate
Posted by Mark at 4/17/2006 10:24:28 AM
When using the usernameForCertificateAssertion do I need to encrypt the soap
header or body or both to ensure that the username and password is not
unencrypted over the wire?
Thank You in advance.
... more >>
Why am I getting WSE2008: KerberosToken is expected but not present in the security header of the incoming message.
Posted by Howard Hoffman at 4/17/2006 10:16:03 AM
I'm working with a WSE3 client and WSE3 server. I'm getting the above error
when my client tries to call a Web Service method on the server.
Debugging the problem, I tried using the QuickStart WSSecurityKerberos
Policy sample. When I use the QuickStart sample everything works just fine
(bo... more >>
Where does the client certificate come from?
Posted by Mark at 4/17/2006 10:06:40 AM
I would like to create a X509v3 digital certificate for testing my
HelloWorldWebService. My understanding is that I need a Server certificate
with a public and private key and I believe I can create one using
Certificate server on Windows 2003 Server. How do I create the client
certifica... more >>
WSE306
Posted by Applica at 4/14/2006 11:45:02 AM
Hi,
where i can find more information about this code?
I am using WSE 2.0 SP2/SP3 and I get this error in a project that used to
work fine.
The complete error is WSE306: The DIME record should have the following
version: 1. Instead, the DIME record contained the following version: 7.
I have ... more >>
WSE 3.0, SoapReceiver and Kerberos encryption
Posted by Brian Lenway at 4/13/2006 5:32:56 PM
I have written a web service which I am hosting in a Windows service using a
SoapReceiver. I have this working and can call the web service from a
client. The client is running as a domain user and the service is running
as a different user on the same domain. Both the client and service ar... more >>
UsernameForCertificateAssertion Demo ?
Posted by ericms at 4/13/2006 5:05:01 PM
WSE 3.0 provides six ready-to-use security assertions and one of them is
"UsernameForCertificateAssertion". Can anyone show me how to use this
assertion on client and also on service sides ? Or can anyone point me to a
site or demo or documentation of this assertion.
Thanks,
Eric.-
... more >>
Possible flaw in WSE 3.0?
Posted by Damian at 4/13/2006 6:50:53 AM
Hi there
I've just stumbed upon something and would like to hear that i've
forgotten to do something. I've created a secure webservice using
UsernameTokenOverTransportAssertion. I'm using a
customUsernameTokenManager to authenticate the token as well.
All is well and fine and i can consume ... more >>
WSE 3.0 Installtion issue in VS2005
Posted by Ricky at 4/13/2006 12:45:27 AM
Hi Guys,
I have tried to install WSE 3.0. It work otherwise but I can't view it
in Visual Studio 2005.
As know issue from Microsoft i have installed VS2005 first and then
installed WSE 3.0
Can anyone help me how to make it working in VS 2005?
Note: I have VS2003 installed on my system
... more >>
WSE3 Custom Policy Assertion / Filter : SecurityPolicyAssertion vs. PolicyAssertion
Posted by Howard Hoffman at 4/12/2006 2:34:40 PM
I'm implementing a custom authorization filter against the WSE3 stack.
My filter is similar to the
Microsoft.Web.Services3.Design.AssertionAssertion except that it has finer
granularity than WebService.
I originally attempted to implement the assertion and filter by subclassing
SecurityPo... more >>
WSE 3.0 install failed
Posted by Peter Stojkovic at 4/12/2006 12:00:00 AM
Configuration:
WIN XP english
VS 2003
VS 2005
If I try to install WSE 3.0 it fails
I got only the information
THE WIZZARD was interrupted before Microsoft WSE 3.0 could be complete
installed.
Is there any log-file or something, so that i can solve the problem ?
Peter
... more >>
Custom UsernameTokenManager for different webservices
Posted by Damian at 4/11/2006 5:01:46 AM
Hi There
Is it possible to specifiy which custom usernametokenmanager to use for
individual webservices?
I currently have some webservices that are consumed by a smartclient,
for which i use a custom usernameTokenManager to autheticated against
our uses db. This works wonderfully at the mom... more >>
Certificate Store and Authority
Posted by ericms at 4/10/2006 11:18:02 PM
I am new to X.509 Certificate. Can someone explain what are the store and
authority ? How to set each one up ? etc.
... more >>
Role Based Security
Posted by Mark at 4/9/2006 4:50:32 PM
I wrote a sample application using the document =
http://msdn.microsoft.com/webservices/webservices/building/wse/default.as=
px?pull=3D/library/en-us/dnwse/html/wserolebasedsec.asp
now I would like to write something similar for WSE 3.0 and I can't find =
any simple coding information on what ... more >>
"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 >>
|