Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all,

I am new to WCF services, and I created a test WCF for rest calls When I call a method from service it give me response as :
<a:_x003C_StatusId_x003E_k__BackingField>1</a:_x003C_StatusId_x003E_k__BackingField>


Expecte response is :
HTML
<statusid>1</statusid>


Please help me to sort out this.
Thanks in Advance.
Posted
Updated 9-Aug-12 21:51pm
v2

1 solution

There is a lot that you could have done wrong with a WCF service, and there is simply not enough code here to establish what you did. I'll have to direct you to the Microsoft documentation to sort out your problem:
WCF Tutorial[^]

There are lots of articles and videos that could help you understand your problem.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900