![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | Parsing credentials from a java client to a WCF service I have successfully made my first WCF service, and I am now trying to consume the service in Java. I am using Netbeans for this purpose. I succesfully consumed the WCF service, but after I have put in security, where I am using Message mode, I have problems with my Java client now. First of all I had to change my my binding from wsHttpBinding to basicHttpBinding. But how can I set my username and password? When I instansiate an object of my type service, then there are no username or password to be set. Does anyone have an example? I have succesfully made an windows client, and now I am trying to make a java program consuming my WCF service with security. /Fasil |