Click here to Skip to main content
15,895,871 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I need help for writing the code for the webservice. The webservice is divided in three layer - Webservice, Business Logic and DAL. I need the logic for accepting the array list and process it. And use it in the business logic and then insert the values into the database. As i am new to the webservice i am not getting the exact solution. I think hash map may be the solution but not very sure.

The UI sends the data in the following format :

C#
event102 =     {
        Slot1 =         {
            Capacity = 56;
            SlotDayCount = 1;
            SlotDesc = fdsf;
            SlotLocation = fdsfds;
            SlotName = fds;
            SlotType = Private;
            TimeFrom = "00:01";
            TimeTo = "00:01";
            TrackNo = 2;
        };
        Slot2 =         {
            Capacity = 56;
            SlotDayCount = 1;
            SlotDesc = fdsf;
            SlotLocation = fdsf;
            SlotName = dsf;
            SlotType = Public;
            TimeFrom = "00:06";
            TimeTo = "08:00";
            TrackNo = 2;
        };
    };
}



Thanks in advance............
Posted
Comments
Sandeep Mewara 3-Jul-12 5:40am    
Have you tried anything by yourself? You seek for code, share your effort!
rp786 3-Jul-12 5:43am    
Ya i am trying.

1 solution

 
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