Dears
I'm working with asp .net (C#) , I need to create a web service, which will be having purchase request.
How to create serializable classes with master detail relationship.
The input parameters will be like this,
PurchaseRequest (Single Record) --> PurchaseItems (Multiple Records) --> Itemspecification(single Record)
Below is my xml
<reqddate>10/10/2005</reqddate>
<itemcode>item 1</itemcode>
<itemname>item name 1</itemname>
<itemcode>item 1</itemcode>
<itemname>item name 1</itemname>
<itemcode>item 2</itemcode>
<itemname>item name 2</itemname>