all groups > dotnet web services enhancements > september 2004 > threads for september 15 - 21, 2004
Filter by week: 1 2 3 4 5
Signing/Encrypting with kerberos token or usernametoken
Posted by Indra at 9/21/2004 6:17:02 PM
How can I define a policy that would sign and/or encrypt with a kerberos
token or a usernametoken (I am assuming you can sign with a usernametoken, I
don't know if that is true). The WSE Visual Studio plug-in only lets you
configure certificates for signing and encrypting.
I am hoping to st... more >>
Dynamically allocated soap.tcp port
Posted by Craig Neuwirt at 9/21/2004 2:46:55 PM
Is there a way to get a dynamically allocated port when constructing a
soap.tcp EndpointReference. In my particular situation, the
EndpointReference is being exchaning between components and does not need to
be a well known port. I tried passing 0, but that doesn't work. It would
be nice to ... more >>
.key file
Posted by Mikael Engdahl at 9/20/2004 1:25:07 PM
Hello,
How do I read a private key from a .key file?
/Mikael... more >>
cannot view indexed property
Posted by Ramani Kurella via .NET 247 at 9/20/2004 12:49:47 PM
Hello,
Iam trying to send x=2E509 certificate of the client to sign a soap=
message request and encrypt it with the server's x=2E509=
certificate in a secure conversation policy based=2E I somehow=
encounter this problem when retrieving the client's certificate=2E=
It is located in the cu... more >>
Securing the response from a Webservice
Posted by Amol Kasbekar at 9/17/2004 4:45:17 PM
I am looking at samples that come along with WSE 2.0 but I cannot find any
example that shows how to secure the response that is send by the webservice
to the client. I can sign and encrypt the request from the client. Any
pointers to sample codes for this will be very helpful.
TIA, Amol.
... more >>
SignedXml throws: CryptographicException: Unknown tranform has been encountered
Posted by Curt Smith via .NET 247 at 9/17/2004 11:11:26 AM
(Type your message here)
Maybe you have a thought on my : Unknown tranform has been=
encountered Problem???
I?m using WSE 1=2E0p1/=2ENET 1=2E1, and signing and verifying xml=
documents not SOAP=2E So I?m using WSE?s SignedXml and getting=
this exception=2E
My guess: machine=2Econf... more >>
SignedXml.CheckSignature(); CryptographicException: Unknown tranform has been encountered
Posted by chsmith NO[at]SPAM speakeasy.net at 9/17/2004 8:33:49 AM
I'm a 2 week newbie to VS.NET, .NET, and C# and need help on this time
critical project.
TIA
I'm using WSE 1.0sp1/.NET 1.0 and signing and verifying xml documents
not SOAP. So I'm using WSE's SignedXml and getting this exception.
My guess ???: machine.config doesn't have the tra... more >>
wsa:RelatesTo/@RelationshipType
Posted by Fraser at 9/17/2004 2:33:03 AM
The WS-A spec defines a single default value for the RelationshipType
attribute of a wsa:RelatesTo header, specifically wsa:Reply.
The spec further defines that the value of this attribute is a QName of type
anyURI.
We are considering using this attribute to contain an indicator of the typ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
(Urgent) microsoft.web.services2.security.securityfault
Posted by Naresh at 9/17/2004 2:25:06 AM
When I call a Web Service function and send a dime attachment then if the
client machines time is set to be greater that that of the Wbe Service
Server, I get the exception - microsoft.web.services2.security.securityfault
error saying something about the Timestamp.checkvalid in its stacktrac... more >>
WSE Error Message
Posted by madmaxj at 9/16/2004 5:03:10 PM
I am trying to build a simple TCP based service, with TCP client. Whent the
client sends an request to the services here is the expection and stack
information throw by WSE 2.0:
Unhandled Exception: System.Exception: WSE104: An asynchronous callback
raised a
n exception. ---> System.NullRef... more >>
Deploying to prod server
Posted by Mike at 9/16/2004 4:39:51 PM
All,
What files do I need to copy to my ASP.NET app to get web services to work?
Do I copy the entire Web References directory? Do I need to install the
run-time files on my web server?
Of course everything works on my dev machine, but now when copying the the
pieces to the seperate boxes..... more >>
I've same problem
Posted by Nilesh Deshpande via .NET 247 at 9/16/2004 6:11:55 AM
I've the same problem. I found reply stating following:
I haven't seen mention of this in any of the documentation or HOL's but here
it is. Running Win 2k, you have to grant the ASPNET account "Act as part of
the operating system" in the local policies.
http://www.dotnet247.com/247reference/... more >>
WebMethod declarations
Posted by D.Mitchell at 9/16/2004 2:39:01 AM
I've been having a lot of problems getting X509 decryption to work but that's
another story. I've commented out all the code so it's now just a call with
no encryption, no signature and no username token.
On the server I get the following error when request is processed by WSE 2.
Server di... more >>
UsernameToken & LogonAsUser
Posted by Dominick Baier at 9/16/2004 12:42:30 AM
what's in Context.User ??
---
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
nntp://news.microsoft.com/microsoft.public.dotnet.framework.webservices.enhancements/<uyQqG#zmEHA.3812@TK2MSFTNGP10.phx.gbl>
I've read in a number of articles that if you use a UsernameT... more >>
Using WSE 2.0 in a Windows Service - looking for an example
Posted by robhindman NO[at]SPAM hotmail.com at 9/15/2004 2:55:07 PM
I'm looking for an example of a simple Windows Service that uses WSE
2.0 (WSE 2.0 sp1).
Specifically, I would like to implement a Windows Service in C# as
follows:
public class MyWindowsService : System.ServiceProcess.ServiceBase
{
...
}
I would like to use the soap:tcp pro... more >>
|