Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 11th, 2010 | Syntax: None | Size: 3.83 KB | Hits: 30 | Expires: Never
Copy text to clipboard
  1. Array
  2. (
  3.     [0] => struct getGuests {
  4.  request request;
  5. }
  6.     [1] => struct request {
  7.  GuestType Guest;
  8. }
  9.     [2] => struct GuestType {
  10.  long RoomNumber;
  11.  long FolioNumber;
  12.  string LastName;
  13.  string FirstName;
  14.  SearchByType SearchBy;
  15.  SearchResultType SearchResult;
  16. }
  17.     [3] => string SearchByType
  18.     [4] => string SearchResultType
  19.     [5] => struct getGuestsResponse {
  20.  getGuestsResult getGuestsResult;
  21. }
  22.     [6] => struct getGuestsResult {
  23.  GuestType Guests;
  24.  ExceptionType Exception;
  25. }
  26.     [7] => struct ExceptionType {
  27.  string StackTrace;
  28.  string ErrorMessage;
  29. }
  30.     [8] => struct getDefintions {
  31.  request request;
  32. }
  33.     [9] => struct request {
  34.  ItemType ItemType;
  35. }
  36.     [10] => string ItemType
  37.     [11] => struct getDefintionsResponse {
  38.  getDefintionsResult getDefintionsResult;
  39. }
  40.     [12] => struct getDefintionsResult {
  41.  MenuItemDefType MenuItems;
  42.  DiscountDefType Discounts;
  43.  ServiceChargeDefType ServiceCharges;
  44.  ExceptionType Exception;
  45. }
  46.     [13] => struct MenuItemDefType {
  47.  boolean IsCondiment;
  48.  long Availability;
  49.  boolean AddToAutoServiceCharge;
  50.  long SalesItemizer;
  51.  long DiscountItemizer;
  52.  long ServiceChargeItemizer;
  53.  decimal Price;
  54. }
  55.     [14] => struct DefinitionType {
  56.  long ObjectNumber;
  57.  string Name;
  58.  boolean RequireReference;
  59.  boolean RequireAmount;
  60. }
  61.     [15] => struct ServiceChargeDefType {
  62.  AmountPercentage AmountPercentage;
  63.  decimal FixedAmount;
  64. }
  65.     [16] => string AmountPercentage
  66.     [17] => struct DiscountDefType {
  67.  AmountPercentage AmountPercentage;
  68.  decimal FixedAmount;
  69. }
  70.     [18] => string AmountPercentage
  71.     [19] => struct setTransactions {
  72.  request request;
  73. }
  74.     [20] => struct request {
  75.  TransactionType Transaction;
  76. }
  77.     [21] => struct TransactionType {
  78.  MenuItemDetailType MenuItemDetails;
  79.  DiscountDetailType DiscountDetails;
  80.  ServiceChargeDetailType ServiceChargeDetails;
  81.  dateTime TransactionDateTime;
  82.  long TransactionID;
  83.  long TransactionNumber;
  84.  long EmployeeID;
  85. }
  86.     [22] => struct MenuItemDetailType {
  87. }
  88.     [23] => struct DetailType {
  89.  long ObjectNumber;
  90.  long Quantity;
  91.  string Reference;
  92.  decimal Amount;
  93. }
  94.     [24] => struct DiscountDetailType {
  95. }
  96.     [25] => struct ServiceChargeDetailType {
  97. }
  98.     [26] => struct setTransactionsResponse {
  99.  setTransactionsResult setTransactionsResult;
  100. }
  101.     [27] => struct setTransactionsResult {
  102.  long PosTransactionNumber;
  103.  decimal PosTransactionAmount;
  104.  dateTime PosCloseDateTime;
  105.  TransactionStatusType PosTransactionStatus;
  106.  ExceptionType Exception;
  107. }
  108.     [28] => string TransactionStatusType
  109.     [29] => struct isAvailable {
  110. }
  111.     [30] => struct isAvailableResponse {
  112.  boolean isAvailableResult;
  113. }
  114.     [31] => struct getWorkstationFocus {
  115. }
  116.     [32] => struct getWorkstationFocusResponse {
  117.  boolean getWorkstationFocusResult;
  118. }
  119.     [33] => struct getMicrosTimeUtcNow {
  120. }
  121.     [34] => struct getMicrosTimeUtcNowResponse {
  122.  dateTime getMicrosTimeUtcNowResult;
  123. }
  124.     [35] => struct getMicrosTimeNow {
  125. }
  126.     [36] => struct getMicrosTimeNowResponse {
  127.  dateTime getMicrosTimeNowResult;
  128. }
  129.     [37] => struct ping {
  130. }
  131.     [38] => struct pingResponse {
  132.  string pingResult;
  133. }
  134. )
  135.  
  136. ( ! ) A fatal error has occurred. Please see the Default.log file for 2010-03-11. Request ID: 7f3066
  137.  
  138.  
  139. Programmer Error: Uncaught exception of type "ErrorException"
  140. Application: smarttouch/Administration
  141. InterfaceBundle: Default
  142.  
  143. Exception Message: Cannot modify header information - headers already sent by (output started at /home/marcg/eglooframework/PHP/autoload.php:225)
  144.  
  145. Backtrace:
  146. #0 [internal function]: eGlooLogger::global_error_handler(2, 'Cannot modify h...', '/home/marcg/pro...', 39, Array)
  147. #1 /home/marcg/projects/smarttouch/Administration/PHP/TestProcessor.php(39): header('Content-type: t...')
  148. #2 /home/marcg/eglooframework/DocRoot/index.php(73): TestProcessor->processRequest()
  149. #3 {main}