| Load | |
| Order Number | |
| Book Date | |
| Booked By | |
| Status | |
| Invoice Status | |
| PaperWork Status | |
| Bill To | |
| Start Date | |
| Completion Date | |
| Total Miles | |
| Trailer | |
| Priority | |
| Freight (0..n) | |
| Load Requirement (0..n) | |
| Stop (1..n) |
Using this one create wcf service,
What is the meaning of the above?
I want this type of output
<OrderNumber>1OrderNumber> <BookDate>2014-07-21T00:00:00BookDate> <BookedBy>SampathBookedBy> <CompletionDate>2014-04-23T00:00:00CompletionDate> <Freight> <Commodity>...Commodity> <Count>...Count> <CountUnit>...CountUnit> ... Freight> <InvoiceStatus>pInvoiceStatus> <LoadRequirement>samLoadRequirement> <Note>varifyNote> <PaperWorkStatus>WaitPaperWorkStatus>
Once see my code
Replies
Know the answer? Post it — somebody with the same question will find it here.