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
Fareed Mirza
NA
1
1.6k
WCF Message contract namespace problem
May 23 2012 10:58 AM
Hi all, I have a WCF service and I have tags like
<DataAttributes>
<DataAttribute>
-- Some Data Here --
</DataAttribute>
<DataAttribute>
-- Some Data Here --
</DataAttribute>
</DataAttributes>
And I tested my service in SoapUI, but it is showing contracts with some extension as:
<MyServiceNS:DataAttributes>
<MyServiceNS:DataAttribute>
-- Some Data Here --
</DataAttribute>
<MyServiceNS:DataAttribute>
-- Some Data Here --
</DataAttribute>
</DataAttributes>
But I want my contracts appear as they are in contracts.
If somebody can give the solution, Thanks in advance.
I am using
[MessageContract]
Reply
Answers (
0
)
WCF Questions
Wcf and silverlight on https