Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. <?xml version="1.0" ?>
  2. <ReqInfoFolio>
  3. <User>
  4. <Login>systemsupport</Login>
  5. <Password>res2sup7</Password>
  6. </User>
  7. <Booking>
  8. <BookingId>6598</BookingId>
  9. </Booking>
  10. <Folio>
  11. <Type>P</Type>
  12. <Password>test</Password>
  13. </Folio>
  14. </ReqInfoFolio>
  15.  
  16.  
  17.  
  18. Status: EMessage: The following error occured: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  19. Parameter name: index
  20.  
  21. at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
  22. at System.Collections.Generic.List`1.get_Item(Int32 index)
  23. at ResWebConvert.CRequestFolio.CheckFolioPassword(String psPassword, List`1& poArrDtrInfo) in S:\RescoCrs\Version 6\Source8\RescoWeb\-ResWebConvert\CRequestFolio.vb:line 6260
  24. at ResWebConvert.CRequestFolio.ProcessInfoFolio(XmlNode pxBooking, XmlNode pxEvent, XmlNode pxFolio, XmlNode pxTraveler, XmlNode pxCommunity) in S:\RescoCrs\Version 6\Source8\RescoWeb\-ResWebConvert\CRequestFolio.vb:line 5823
  25. at ResWebConvert.CRequestFolio.FolioInfo(XmlDocument pxDoc) in S:\RescoCrs\Version 6\Source8\RescoWeb\-ResWebConvert\CRequestFolio.vb:line 206
  26. at ResWebConvert.InterfaceResco.ProcessRequestInfoFolio(XmlDocument pxDoc) in S:\RescoCrs\Version 6\Source8\RescoWeb\-ResWebConvert\InterfaceResco.aspx.vb:line 857
  27. at ResWebConvert.InterfaceResco.ProcessPostData(String psData) in S:\RescoCrs\Version 6\Source8\RescoWeb\-ResWebConvert\InterfaceResco.aspx.vb:line 347
  28. <?xml version="1.0"?> <!-- Current Database index: 0 -->
  29. <ResInfoFolio>
  30. <Result>
  31. <Status>E</Status>
  32. <Message>The following error occured: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  33. Parameter name: index
  34.  
  35. at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
  36. at System.Collections.Generic.List`1.get_Item(Int32 index)
  37. at ResWebConvert.CRequestFolio.CheckFolioPassword(String psPassword, List`1&amp; poArrDtrInfo) in S:\RescoCrs\Version 6\Source8\RescoWeb\-ResWebConvert\CRequestFolio.vb:line 6260
  38. at ResWebConvert.CRequestFolio.ProcessInfoFolio(XmlNode pxBooking, XmlNode pxEvent, XmlNode pxFolio, XmlNode pxTraveler, XmlNode pxCommunity) in S:\RescoCrs\Version 6\Source8\RescoWeb\-ResWebConvert\CRequestFolio.vb:line 5823
  39. at ResWebConvert.CRequestFolio.FolioInfo(XmlDocument pxDoc) in S:\RescoCrs\Version 6\Source8\RescoWeb\-ResWebConvert\CRequestFolio.vb:line 206
  40. at ResWebConvert.InterfaceResco.ProcessRequestInfoFolio(XmlDocument pxDoc) in S:\RescoCrs\Version 6\Source8\RescoWeb\-ResWebConvert\InterfaceResco.aspx.vb:line 857
  41. at ResWebConvert.InterfaceResco.ProcessPostData(String psData) in S:\RescoCrs\Version 6\Source8\RescoWeb\-ResWebConvert\InterfaceResco.aspx.vb:line 347</Message>
  42. <MessageId>13529</MessageId>
  43. </Result>
  44. </ResInfoFolio>
  45.  
  46.  
  47. CTransferGeneral.GetUpdatedRackPriceData
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement