TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
moneycome
NA
1
0
SOAP missing HEADER
May 30 2010 10:34 PM
Here is the way I call the web service in .net 3.5 and bind with Cert:
webservice.getData webData = new webservic.getData();
webData.myObject webObj = new webData.myObject();
webObj.myID = "ABC";
webObj.myName = "John";
X509Certificate cert = X509Certificate.CreateFromCertFile(@"C:\mycert\mycert.cer");
webData.ClientCertificates.Add(webObj);
strReturnData = webData.myRequest(myObject).ToString();
I want the output like this:
<Envelope>
<Header>
<soap:Signature>
...
</soap:Signature>
</Header>
<Body>
...
</Body>
<Envelope>
Problem:
I could not generate the HEADER in the SOAP. Any solution?
Reply
Answers (
0
)
Losing hair over TripleDESCryptoServiceProvider Decryption
Which Encryption Method?