as of now i am creating one class passing the class object to the method and saving data to server.But how to post multiple different tags data using post method in entiyty framework in WCF .
Please help me how to post that data to server using post method?
venkateswara...
Member
16 Points
78 Posts
How to post different tags data to server using post method in wcf entityframework?
Feb 14, 2012 04:44 PM|LINK
Hi,
How to Post these type of xml data to server.
<?xml version="1.0" encoding="UTF-8"?>
<PROPERTY>
<Lead LeadType="Rec. Community" Source="Propane">
<Contact workphone="" Phone="" PostalCode="08592" State="" City="" Address2="" StreetAddress=""/>
<Qualifications Comments="Lead Type: Brochure"/>
<PropertyInterest DeliveryZipCode="08592"
StateName="TX"/>
</Lead>
</PROPERTy>
as of now i am creating one class passing the class object to the method and saving data to server.But how to post multiple different tags data using post method in entiyty framework in WCF .
Please help me how to post that data to server using post method?