Hi everyone.
I set the username and password of
org.apache.axis.client.Stub to auditing a client
connection of webservice built by Axis. It is work in
java. Following is my code:
IssueWsSoapBindingStub binding = null;
binding = (IssueWsSoapBindingStub)new
IssueWSServiceLocator().getissueWs();
binding.setUsername("admin");
binding.setPassword("admin");

But I don't know how to send the usename and password
from C# client to the Web Services. 

How to do it? 

_________________________________________________________
Do You Yahoo!?
150万曲MP3疯狂搜,带您闯入音乐殿堂
http://cn.rd.yahoo.com/mail_cn/tag/yisou/music/*http://music.yisou.com/
美女明星应有尽有,搜遍美图、艳图和酷图
http://cn.rd.yahoo.com/mail_cn/tag/yisou/image/*http://image.yisou.com
1G就是1000兆,雅虎电邮自助扩容!
http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1g/

Reply via email to