In my wcf service I need to return the status code as xmlelement. If the POST method is sucess then I should pass
<xmlelement>success</xmlelement>
to the client. if theres any error then I should pass
<xmlelement>error</xmlelement>
to the client. Any idea how to do this. And is there any good site i can get good material abou this. Thanks for your help.