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
tina stewart
NA
3
0
Absorbing Web Services
May 4 2007 6:39 AM
Hi, I am currently trying to see what the soap body looks like but being new to c# I do not know how to view the xml. So far I have the code (below) which sends the request and I get a response okay. But I wish to see the xml text of the soap request. How can I do this? [System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="urn:tdsi_test", ResponseNamespace="urn:tdsi_test")] [return: System.Xml.Serialization.SoapElementAttribute("t")] public TemplateInfo[] Template(string token, int op, int src, TemplateInfo[] templateInfoIn, string reserved, out int rc) { object[] results = this.Invoke("Template", new object[] { token, op, src, templateInfoIn, reserved}); rc = ((int)(results[1])); return ((TemplateInfo[])(results[0])); }
Reply
Answers (
0
)
How to remove specific item from ListView
Reading a file byte by byte