Advertisement
Alex_cooler

Untitled

Aug 24th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.80 KB | None | 0 0
  1. Req > <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soap:Header><wsa:Action>http://htng.org/PWS/2008B/SingleGuestItinerary#NewProfile</wsa:Action><wsa:From><wsa:Address>urn:TACSPA</wsa:Address></wsa:From><wsa:MessageID>urn:uuid:94bdf509-255c-4ade-8014-4d5eac466a0a</wsa:MessageID><wsa:ReplyTo><wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address></wsa:ReplyTo><wsa:To>http://www.micros.com/HTNGActivity/</wsa:To><wsse:Security soap:mustUnderstand="1"><wsu:Timestamp wsu:Id="Timestamp-fc417e9e-96fe-47a9-9a0f-fa00f6182d73"><wsu:Created>2016-08-24T07:42:32Z</wsu:Created><wsu:Expires>2016-08-24T07:47:32Z</wsu:Expires></wsu:Timestamp><wsse:UsernameToken wsu:Id="SecurityToken-cde221ab-4407-4e54-971d-5eaef96e475c"><wsse:Username>HTNG</wsse:Username><wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">HTNG</wsse:Password><wsse:Nonce>XZeWRR8XtupMKMGDMYowog==</wsse:Nonce><wsu:Created>2016-08-24T07:42:32Z</wsu:Created></wsse:UsernameToken></wsse:Security></soap:Header><soap:Body><NewProfileRequest xmlns="http://htng.org/PWS/2008B/SingleGuestItinerary/Name/Types" xmlns:a="http://htng.org/PWS/2008B/SingleGuestItinerary/Activity/Types" xmlns:c="http://htng.org/PWS/2008B/SingleGuestItinerary/Common/Types" xmlns:n="http://htng.org/PWS/2008B/SingleGuestItinerary/Name/Types" xmlns:p="http://htng.org/PWS/2008B/SingleGuestItinerary/PaymentPosting/Types" xmlns:r="http://htng.org/PWS/2008B/SingleGuestItinerary/Reservation/Types"><n:Profile nameType="GUEST"><n:IDs><c:UniqueID source="OPERA">22710</c:UniqueID></n:IDs><n:Customer birthDate="1975-10-20"><n:PersonName familiarName="Leferof"><c:FirstName>Aleksandr</c:FirstName><c:LastName>Leferof</c:LastName></n:PersonName><n:GovernmentIDList><c:GovernmentID><c:DocumentType>PASSPORT</c:DocumentType><c:DocumentNumber>12345678</c:DocumentNumber></c:GovernmentID></n:GovernmentIDList></n:Customer><n:Phones><n:NamePhone phoneRole="PHONE" phoneType="MOBILE" primary="true"><c:PhoneNumber>86446532</c:PhoneNumber></n:NamePhone></n:Phones><n:PrivacyList><n:PrivacyOption OptionType="MAIL" OptionValue="NO"/><n:PrivacyOption OptionType="EMAIL" OptionValue="NO"/><n:PrivacyOption OptionType="PRIVACY" OptionValue="NO"/></n:PrivacyList></n:Profile><n:ResortId>HRS</n:ResortId></NewProfileRequest></soap:Body></soap:Envelope>
  2. 24.08.16 11:42:36:718 - INFO - CardService - Profile updated. Notifiyng interfaces. 1321 Leferof Aleksandr [Гость, Активна]
  3. 24.08.16 11:42:36:788 - INFO - HtngService$1 - Req > <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"><wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" SOAP-ENV:mustUnderstand="1"><wsse:UsernameToken wsu:Id="UsernameToken-8AA5FBD96F178E462F14720245567874"><wsse:Username>HTNG</wsse:Username><wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">HTNG</wsse:Password></wsse:UsernameToken></wsse:Security><wsa:To SOAP-ENV:mustUnderstand="1">http://www.micros.com/HTNGActivity/</wsa:To><wsa:From><wsa:Address>urn:TACSPA</wsa:Address></wsa:From><wsa:ReplyTo><wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address></wsa:ReplyTo><wsa:Action>http://htng.org/PWS/2008B/SingleGuestItinerary#NewProfile</wsa:Action><wsa:MessageID>urn:uuid:c59f39c2-d555-4251-aa62-4a237daaff57</wsa:MessageID></SOAP-ENV:Header><SOAP-ENV:Body><typ:NewProfileRequest xmlns:typ="http://htng.org/PWS/2008B/SingleGuestItinerary/Name/Types" xmlns:typ1="http://htng.org/PWS/2008B/SingleGuestItinerary/Common/Types">
  4. <typ:Profile nameType="GUEST">
  5. <typ:IDs>
  6. <typ1:UniqueID source="TNG">1321</typ1:UniqueID>
  7. </typ:IDs>
  8. <typ:Customer gender="MALE">
  9. <typ:PersonName familiarName="Leferof">
  10. <typ1:LastName>Leferof</typ1:LastName>
  11. <typ1:FirstName>Aleksandr</typ1:FirstName>
  12. </typ:PersonName>
  13. </typ:Customer>
  14. <typ:Phones>
  15. <NamePhone xmlns="http://htng.org/PWS/2008B/SingleGuestItinerary/Name/Types" phoneType="HOME" primary="true"><PhoneNumber xmlns="http://htng.org/PWS/2008B/SingleGuestItinerary/Common/Types">86446532</PhoneNumber></NamePhone></typ:Phones>
  16. <typ:Memberships>
  17. </typ:Memberships>
  18. </typ:Profile>
  19. <typ:ResortId>HRS</typ:ResortId>
  20. </typ:NewProfileRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
  21. 24.08.16 11:42:39:609 - INFO - HtngService$1 - Res < <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soap:Header><wsa:Action>http://htng.org/PWS/2008B/SingleGuestItinerary#NewProfileResponse</wsa:Action><wsa:MessageID>urn:uuid:924ac0db-9008-4333-a5da-c2d9cc78bc25</wsa:MessageID><wsa:RelatesTo>urn:uuid:c59f39c2-d555-4251-aa62-4a237daaff57</wsa:RelatesTo><wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To><wsse:Security><wsu:Timestamp wsu:Id="Timestamp-7c149135-4125-4778-a1ae-c078e606137c"><wsu:Created>2016-08-24T07:42:35Z</wsu:Created><wsu:Expires>2016-08-24T07:47:35Z</wsu:Expires></wsu:Timestamp></wsse:Security></soap:Header><soap:Body><NewProfileResponse xmlns="http://htng.org/PWS/2008B/SingleGuestItinerary/Name/Types" xmlns:a="http://htng.org/PWS/2008B/SingleGuestItinerary/Activity/Types" xmlns:c="http://htng.org/PWS/2008B/SingleGuestItinerary/Common/Types" xmlns:n="http://htng.org/PWS/2008B/SingleGuestItinerary/Name/Types" xmlns:p="http://htng.org/PWS/2008B/SingleGuestItinerary/PaymentPosting/Types" xmlns:r="http://htng.org/PWS/2008B/SingleGuestItinerary/Reservation/Types"><n:Result resultStatusFlag="SUCCESS"><c:IDs><c:UniqueID source="OPERA">22960</c:UniqueID><c:UniqueID source="ATYOURWISHNG">1321</c:UniqueID></c:IDs></n:Result></NewProfileResponse></soap:Body></soap:Envelope>
  22. getCardForeignIdByKeyNumber
  23. getCardForeignIdByKeyNumber
  24. Res < <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body><ns3:NewProfileResponse xmlns:ns2="http://htng.org/PWS/2008B/SingleGuestItinerary/Common/Types" xmlns:ns3="http://htng.org/PWS/2008B/SingleGuestItinerary/Name/Types"><ns3:Result resultStatusFlag="SUCCESS"/></ns3:NewProfileResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
  25. 24.08.16 11:43:43:785 - INFO - FrameworkServlet - FrameworkServlet 'info': initialization started
  26. 24.08.16 11:43:43:787 - INFO - AbstractApplicationContext - Refreshing WebApplicationContext for namespace 'info-servlet': startup date [Wed Aug 24 11:43:43 GST 2016]; parent: Root WebApplicationContext
  27. 24.08.16 11:43:43:788 - INFO - XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/info-servlet.xml]
  28. 24.08.16 11:43:44:173 - INFO - AbstractHandlerMethodMapping - Mapped "{[/info.jsp],methods=[GET]}" onto public org.springframework.web.servlet.ModelAndView ru.hrs.lassd.club.controller.info.CardInfo.getHtml(java.lang.Integer,java.lang.String,java.lang.Long,java.lang.Boolean,java.lang.String,java.lang.String,java.lang.String) throws javax.mail.MessagingException,java.io.UnsupportedEncodingException
  29. 24.08.16 11:43:44:177 - INFO - AbstractHandlerMethodMapping - Mapped "{[/report.jsp],methods=[GET]}" onto public org.springframework.web.servlet.ModelAndView ru.hrs.lassd.club.controller.info.Report.getHtml(java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String)
  30. 24.08.16 11:43:44:726 - INFO - RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'info-servlet': startup date [Wed Aug 24 11:43:43 GST 2016]; parent: Root WebApplicationContext
  31. 24.08.16 11:43:44:835 - INFO - RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'info-servlet': startup date [Wed Aug 24 11:43:43 GST 2016]; parent: Root WebApplicationContext
  32. 24.08.16 11:43:45:432 - INFO - FrameworkServlet - FrameworkServlet 'info': initialization completed in 1646 ms
  33. 24.08.16 11:43:45:559 - INFO - DatabaseResourceViewResolver - Storing template c:\TOMCAT3\webapps\ROOT\WEB-INF\jsp\PROFILE.jsp
  34. 24.08.16 11:43:49:343 - WARN - ProfileView - Unknown field: 'CARD_ID'
  35. 24.08.16 11:43:49:349 - WARN - ProfileView - Unknown field: 'MASTER_CARD'
  36. 24.08.16 11:43:49:352 - WARN - ProfileView - Unknown field: 'CREATED_DATE'
  37. 24.08.16 11:43:49:352 - WARN - ProfileView - Unknown field: 'CREATED_PERSON'
  38. 24.08.16 11:43:49:353 - WARN - ProfileView - Unknown field: 'BIRTH_DATE'
  39. 24.08.16 11:43:49:355 - WARN - ProfileView - Unknown field: 'MAX_CHILDREN'
  40. 24.08.16 11:43:49:361 - WARN - ProfileView - Unknown field: 'UPDATE_PERSON'
  41. 24.08.16 11:43:49:362 - WARN - ProfileView - Unknown field: 'PROFILE_TYPE'
  42. 24.08.16 11:43:49:395 - WARN - ProfileView - Unknown field: 'LAST_USED_RVC_ID'
  43. 24.08.16 11:43:49:395 - WARN - ProfileView - Unknown field: 'MLST_SYNC_STATUS'
  44. 24.08.16 11:43:49:395 - WARN - ProfileView - Unknown field: 'LANG'
  45. 24.08.16 11:43:49:396 - WARN - ProfileView - Unknown field: 'RATE'
  46. 24.08.16 11:43:49:396 - WARN - ProfileView - Unknown field: 'VIP_STATUS'
  47. 24.08.16 11:43:49:396 - WARN - ProfileView - Unknown field: 'GREETING'
  48. 24.08.16 11:43:49:397 - WARN - ProfileView - Unknown field: 'UPDATE_DATE'
  49. 24.08.16 11:43:49:397 - WARN - ProfileView - Unknown field: 'TITLE'
  50. 24.08.16 11:43:49:397 - WARN - ProfileView - Unknown field: 'UDFN1'
  51. 24.08.16 11:43:49:398 - WARN - ProfileView - Unknown field: 'UDFN2'
  52. 24.08.16 11:43:49:398 - WARN - ProfileView - Unknown field: 'UDFN3'
  53. 24.08.16 11:43:49:398 - WARN - ProfileView - Unknown field: 'UDFN4'
  54. 24.08.16 11:43:49:398 - WARN - ProfileView - Unknown field: 'UDFN5'
  55. 24.08.16 11:43:49:399 - WARN - ProfileView - Unknown field: 'UDFN6'
  56. 24.08.16 11:43:49:399 - WARN - ProfileView - Unknown field: 'UDFN7'
  57. 24.08.16 11:43:49:399 - WARN - ProfileView - Unknown field: 'UDFN8'
  58. 24.08.16 11:43:49:399 - WARN - ProfileView - Unknown field: 'UDFN9'
  59. 24.08.16 11:43:49:400 - WARN - ProfileView - Unknown field: 'UDFN10'
  60. 24.08.16 11:43:49:400 - WARN - ProfileView - Unknown field: 'UDFD1'
  61. 24.08.16 11:43:49:400 - WARN - ProfileView - Unknown field: 'UDFD2'
  62. 24.08.16 11:43:49:427 - WARN - ProfileView - Unknown field: 'UDFD3'
  63. 24.08.16 11:43:49:428 - WARN - ProfileView - Unknown field: 'UDFD4'
  64. 24.08.16 11:43:49:428 - WARN - ProfileView - Unknown field: 'UDFD5'
  65. 24.08.16 11:43:49:429 - WARN - ProfileView - Unknown field: 'UDFD6'
  66. 24.08.16 11:43:49:429 - WARN - ProfileView - Unknown field: 'UDFD7'
  67. 24.08.16 11:43:49:429 - WARN - ProfileView - Unknown field: 'UDFD8'
  68. 24.08.16 11:43:49:430 - WARN - ProfileView - Unknown field: 'UDFD9'
  69. 24.08.16 11:43:49:430 - WARN - ProfileView - Unknown field: 'UDFD10'
  70. 24.08.16 11:43:49:430 - WARN - ProfileView - Unknown field: 'UDFS1'
  71. 24.08.16 11:43:49:431 - WARN - ProfileView - Unknown field: 'UDFS2'
  72. 24.08.16 11:43:49:431 - WARN - ProfileView - Unknown field: 'UDFS3'
  73. 24.08.16 11:43:49:431 - WARN - ProfileView - Unknown field: 'UDFS4'
  74. 24.08.16 11:43:49:433 - WARN - ProfileView - Unknown field: 'UDFS5'
  75. 24.08.16 11:43:49:433 - WARN - ProfileView - Unknown field: 'UDFS6'
  76. 24.08.16 11:43:49:434 - WARN - ProfileView - Unknown field: 'UDFS7'
  77. 24.08.16 11:43:49:434 - WARN - ProfileView - Unknown field: 'UDFS8'
  78. 24.08.16 11:43:49:435 - WARN - ProfileView - Unknown field: 'UDFS9'
  79. 24.08.16 11:43:49:435 - WARN - ProfileView - Unknown field: 'UDFS10'
  80. 24.08.16 11:43:49:435 - WARN - ProfileView - Unknown field: 'UDFS11'
  81. 24.08.16 11:43:49:435 - WARN - ProfileView - Unknown field: 'UDFS12'
  82. 24.08.16 11:43:49:436 - WARN - ProfileView - Unknown field: 'UDFS13'
  83. 24.08.16 11:43:49:436 - WARN - ProfileView - Unknown field: 'UDFS14'
  84. 24.08.16 11:43:49:436 - WARN - ProfileView - Unknown field: 'UDFS15'
  85. 24.08.16 11:43:49:437 - WARN - ProfileView - Unknown field: 'UDFS16'
  86. 24.08.16 11:43:49:437 - WARN - ProfileView - Unknown field: 'UDFS17'
  87. 24.08.16 11:43:49:437 - WARN - ProfileView - Unknown field: 'UDFS18'
  88. 24.08.16 11:43:49:438 - WARN - ProfileView - Unknown field: 'UDFS19'
  89. 24.08.16 11:43:49:439 - WARN - ProfileView - Unknown field: 'UDFS20'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement