I am trying to call web service, but this give me "SOAP header Security was not understood."?
Could you please suggest.
WebReference.IDepartmentService srvc = new WebReference.IDepartmentService();
WebReference.Department deprt = new WebReference.Department();
int val = 0;
val=srvc.GetCount(deprt);
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Manas MohapatraPosted Sep 11, 2015, 10:51 PM