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
vipin saini
NA
88
0
soap envolop writting in c#
Sep 22 2010 8:11 AM
i am using this code
XmlElement
soapbody = xmlDoc.CreateElement(
"SOAP-ENV"
,
"Body"
,
"http://www.ebxml.org/namespaces/messageHeader"
);
soapbody.RemoveAllAttributes();
xmlDoc.DocumentElement.PrependChild(soapbody);
it return this result
<
SOAP-ENV:Header
xmlns:SOAP-ENV
=
"
http://www.ebxml.org/namespaces/messageHeader
"
/>
but i want
<
SOAP-ENV:Header
/>
how remove
xmlns:SOAP-ENV
=
"
http://www.ebxml.org/namespaces/messageHeader
"
plz tell
Reply
Answers (
0
)
Web Browser Control in Win Forms
Access Database locked error