1 / 6

E-MENU DEV. DOC

E-MENU DEV. DOC. Created: 3 Oct 2013 Created: Traitet Th. Modified: 3 Oct 2013 Modified: Traitet Th. Website: http://www.spock.innoemenu.com / Web Service: http://www.spock.innoemenu.com/ WebService.asmx. WEB SERVICE (CAN NOW USE). UPDATED WEB SERVICE. STATUS FOR UI CONTROL.

duyen
Download Presentation

E-MENU DEV. DOC

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. E-MENU DEV. DOC Created: 3 Oct 2013 Created: Traitet Th. Modified: 3 Oct 2013 Modified: Traitet Th. Website: http://www.spock.innoemenu.com/ Web Service: http://www.spock.innoemenu.com/WebService.asmx

  2. WEB SERVICE (CAN NOW USE)

  3. UPDATED WEB SERVICE

  4. STATUS FOR UI CONTROL

  5. ER-DIAGRAM

  6. XCODEWHEN WEB SERVICES ARE CREATED Add Function name in ServiceUtils.h +(NSMutableArray *) F51_GetTableStatusByTableNo: (NSString*)UserName: (NSString*)DeviceName: (NSString)TableNo; 2. Add Web Services Details in ServiceUtils.m //==================================================================== // WEB SERVICE: F51_GetTableStatusByTableNo //==================================================================== +(NSMutableArray *) F51_GetTableStatusByTableNo: (NSString *)UserName: (NSString *)DeviceName: (NSString)TableNo; { //================================================================ // 1) PREPARE PARAMETERS //================================================================ NSString *MethodName = @"F51_GetTableStatusByTableNo"; NSString *SortingColumn = @""; NSArray *ArrInputValue = [[NSArrayalloc] initWithObjects: UserName, DeviceName, TableNo, nil]; NSArray *ArrInputColumn = [[NSArrayalloc] initWithObjects: @“UserName", “DeviceName”, “TableNo” , nil]; //================================================================ // 2) VALUE //================================================================ return [self CallWebservice:MethodName :ArrInputValue :ArrInputColumn :SortingColumn]; }

More Related