Link to home
Start Free TrialLog in
Avatar of GlobaLevel
GlobaLevelFlag for United States of America

asked on

use WSE in Viz Studio 2008 express?

I wanted to use Web Services Enhancment ..can that be used in VS 2008 express..or only in the full blown version...

Can WSE be automated to created username/password tokens?
ASKER CERTIFIED SOLUTION
Avatar of Kumaraswamy R
Kumaraswamy R
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of GlobaLevel

ASKER

I agree!

I offer my web sergice as a 30 day trial and after 30 days I need to end it and i need to ptotect from spam being sent to thesytem via WS...

so all I am trying to do is:

1)embedd an actual username and password on the client...
username = "EDCKMNBG"
password = "HBHJNMJ"

2)send tthe username and password to the WS to server...if the creds are valid and free trial is less than 30 days,,,
3) allow the client to send data to server via WS

Im trying to find code that will allow me to do this...