all groups > dotnet web services enhancements > may 2006 > threads for may 8 - 14, 2006
Filter by week: 1 2 3 4 5
retrieve username in WS
Posted by param NO[at]SPAM community.nospam at 5/14/2006 10:13:51 PM
Hi all,
How can I retrieve the current username in the Web Service for a WSE 3.0
enabled WS? I am using the UserNameForCertificate Policy.
TIA!
... more >>
wse 3.0 username authentication
Posted by param NO[at]SPAM community.nospam at 5/13/2006 6:16:43 PM
Hi all,
I have setup a Web Service with the UsernameForCertificate policy. Now, I
wish to check the username and password and authenticate against my sql
database. How would I go about doing that?
TIA!
... more >>
wse 3.0 & 1.1
Posted by param NO[at]SPAM community.nospam at 5/13/2006 5:30:47 PM
Hi all, does WSE 3.0 work with .net 1.1? I have a .net 2.0 WS with WSE 3.0
enabled. Now the problem is that I need to update some 1.1 clients to
consume this WS. Is this doable?
TIA!
... more >>
wse 3.0 issue
Posted by param NO[at]SPAM community.nospam at 5/13/2006 5:29:52 PM
Hi all, I have a simple Web Service with UsernameForCertificate policy
enabled. Right now the method returns "Hello World". I then have a simple
asp.net client project that I am using to test calling the Web Service. I
have configured the policy on both ends. However when I run the client I ge... more >>
WSE3: authentication problem
Posted by Sidharth at 5/12/2006 8:20:01 AM
Hello,
I have a winforms application that I'm trying to get to authenticate with a
web service. So in the winforms I get the currently logged in user and set
the web services credentials like this:
UsernameToken usernameToken = new UsernameToken(Environment.UserDomainName +
@"\" + Enviro... more >>
Enable WSE3 with Web Appication Projects
Posted by RobertP at 5/10/2006 8:52:54 AM
Is anyone able to get WSE3 to work with the new Web Application
Projects Add-on? When I right-click on my Web Application Project and
choose "WSE Settings" the checkbox for 'Enable Microsoft Web Services
Enhancement Soap Protocal Factory" is not enabled.
... more >>
WSE 2 and PocketPC
Posted by crul NO[at]SPAM poczta.onet.pl at 5/9/2006 8:23:11 AM
I know that Microsoft does not support WSE for PocketPC, but I was
wondering if someone created some sort of library for it. I don't need
full functionallity (actually really small part, since I generally use
only UsernameToken to sign a message).
Are there any groups working on this?
I app... more >>
WSE 3.0, Signed Assembly, x.509 Certificates etc...
Posted by chrisb at 5/9/2006 2:54:05 AM
Hi,
I'm trying to work out the WSE security thing.
Basically, users can register on the website & download (possibly via a
ClickOnce) a client app which can authenticate them using the same
username/password the users has on the website. Username/password is
stored in the database (ok, the... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Could not find schema information for the element 'microsoft.web.services3'
Posted by Mark Wilden at 5/8/2006 11:55:17 AM
I'm getting VS messages (not error or warnings) that "Could not find schema
information for the element 'microsoft.web.services3', as well as for the
elements under <microsoft.web.services3>.
I have searched plenty hard, but am unable to find why this is happening.
The project builds and ru... more >>
X.509 - Create Programmatically
Posted by Dave at 5/8/2006 10:51:02 AM
I'm being asked to automate our installation process in order to prevent as
many user errors as possible.
I am looking to see if I can use the .NET framework to >>> create <<< a
X.509 certificate or do I have to shell out to makecert.exe? The resulting
file would be sent out to a verificat... more >>
|