Advertisement
Guest User

Untitled

a guest
Aug 18th, 2015
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 92.70 KB | None | 0 0
  1. Java classpath:  [ '/app/node_modules/components/node_modules/sdk-components/3/sapbydesign/lib/gson-2.2.4.jar',
  2.   '/app/node_modules/components/node_modules/sdk-components/3/sapbydesign/lib/java-api-0.0.5.jar',
  3.   '/app/node_modules/components/node_modules/sdk-components/3/sapbydesign/lib/logback-classic-1.1.2.jar',
  4.   '/app/node_modules/components/node_modules/sdk-components/3/sapbydesign/lib/logback-core-1.1.2.jar',
  5.   '/app/node_modules/components/node_modules/sdk-components/3/sapbydesign/lib/sapbydesign-0.0.3-SNAPSHOT.jar',
  6.   '/app/node_modules/components/node_modules/sdk-components/3/sapbydesign/lib/slf4j-api-1.7.6.jar',
  7.   '/app/node_modules/components/node_modules/java-bridge/node_modules/java/commons-lang3-node-java.jar',
  8.   '/app/node_modules/components/node_modules/java-bridge/node_modules/java/src-java' ]
  9. About to execute component 'sapbydesign', function 'create_order'
  10. Creating executor for  io.elastic.sap.bydesign.actions.order.CreateOrderAndUpdatePrices
  11. INFO  i.e.a.Executor - Instantiating component io.elastic.sap.bydesign.actions.order.CreateOrderAndUpdatePrices
  12. INFO  i.e.s.b.a.o.CreateOrderAndUpdatePrices - Enabling logging of the incoming and outgoing SOAP messages
  13. INFO  i.e.s.b.a.o.CreateOrderAndUpdatePrices - No customer info found. Try to create customer from address information
  14. INFO  i.e.s.b.a.o.CreateOrderAndUpdatePrices - Found customer data in shipping address
  15. INFO  i.e.s.b.a.o.GuestCustomerOrderUtils - Payment data for guest cutomer found
  16. INFO  i.e.s.b.a.o.GuestCustomerOrderUtils - Sales arrangement data found.
  17. INFO  i.e.s.b.a.o.CreateOrderAndUpdatePrices - Trying to create customer from data found in addresses
  18. INFO  i.e.s.b.AbstractSapComponent - Enriching the request context.
  19. INFO  i.e.s.b.a.c.CreateCustomerUtils - Preparing customer addresses for request.
  20. INFO  i.e.s.b.a.c.CreateCustomerUtils - Adding address information to request. {"address":{"emailURI":{"value":"test102@christophh.net"},"postalAddress":{"countryCode":"IT","regionCode":{},"cityName":"test","streetPostalCode":"04211","poBoxPostalCode":"04211","streetName":"test","houseID":"1","poBoxDeviatingRegionCode":{},"poBoxIndicator":true},"telephone":[{"formattedNumberDescription":"1234","mobilePhoneNumberIndicator":false}],"telephoneListCompleteTransmissionIndicator":true},"actionCode":"01","addressUsageListCompleteTransmissionIndicator":true}
  21. INFO  i.e.s.b.a.c.CreateCustomerUtils - Address information: {"addressUsage":[{"addressUsageCode":{"value":"XXDEFAULT"},"actionCode":"04"}],"address":{"emailURI":{"value":"test102@christophh.net"},"postalAddress":{"countryCode":"IT","regionCode":{},"cityName":"test","streetPostalCode":"04211","poBoxPostalCode":"04211","streetName":"test","houseID":"1","poBoxDeviatingRegionCode":{},"poBoxIndicator":true},"telephone":[{"formattedNumberDescription":"1234","mobilePhoneNumberIndicator":false}],"telephoneListCompleteTransmissionIndicator":true},"actionCode":"01","addressUsageListCompleteTransmissionIndicator":true} is DEFAULT
  22. ---[HTTP request - https://my333146.sapbydesign.com/sap/bc/srt/scs/sap/managecustomerin1?sap-vhost=my333146.sapbydesign.com]---
  23. Content-type: text/xml;charset="utf-8"
  24. Soapaction: "http://sap.com/xi/A1S/Global/ManageCustomerIn/MaintainBundle_V1Request"
  25. Accept: text/xml, multipart/related, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
  26.  
  27. <?xml version="1.0" ?>
  28. <S:Envelope
  29.    xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
  30.     <S:Body>
  31.         <ns5:CustomerBundleMaintainRequest_sync_V1
  32.            xmlns:ns2="http://sap.com/xi/AP/Common/Global"
  33.            xmlns:ns3="http://sap.com/xi/AP/Globalization"
  34.            xmlns:ns4="http://sap.com/xi/AP/CustomerExtension/BYD/A0014"
  35.            xmlns:ns5="http://sap.com/xi/SAPGlobal20/Global">
  36.             <Customer textListCompleteTransmissionIndicator="false" paymentDataListCompleteTransmissionIndicator="true" contactPersonListCompleteTransmissionIndicator="false" generalProductTaxExemptionListCompleteTransmissionIndicator="false" taxNumberListCompleteTransmissionIndicator="false" salesArrangementListCompleteTransmissionIndicator="true" relationshipListCompleteTransmissionIndicator="false" paymentCardDetailsListCompleteTransmissionIndicator="false" operatingHoursInformationListCompleteTransmissionIndicator="false" directResponsibilityListCompleteTransmissionIndicator="false" communicationArrangementListCompleteTransmissionIndicator="false" bankDetailsListCompleteTransmissionIndicator="true" addressInformationListCompleteTransmissionIndicator="true" actionCode="01">
  37.                 <CategoryCode>1</CategoryCode>
  38.                 <ProspectIndicator>false</ProspectIndicator>
  39.                 <CustomerIndicator>true</CustomerIndicator>
  40.                 <LifeCycleStatusCode>2</LifeCycleStatusCode>
  41.                 <Person>
  42.                     <FamilyName>Papa Jones</FamilyName>
  43.                 </Person>
  44.                 <VerbalCommunicationLanguageCode>EN</VerbalCommunicationLanguageCode>
  45.                 <AddressInformation addressUsageListCompleteTransmissionIndicator="true" actionCode="01">
  46.                     <AddressUsage actionCode="04">
  47.                         <AddressUsageCode>XXDEFAULT</AddressUsageCode>
  48.                     </AddressUsage>
  49.                     <Address telephoneListCompleteTransmissionIndicator="true">
  50.                         <EmailURI>test102@christophh.net</EmailURI>
  51.                         <PostalAddress>
  52.                             <CountryCode>IT</CountryCode>
  53.                             <RegionCode/>
  54.                             <CityName>test</CityName>
  55.                             <StreetPostalCode>04211</StreetPostalCode>
  56.                             <POBoxPostalCode>04211</POBoxPostalCode>
  57.                             <StreetName>test</StreetName>
  58.                             <HouseID>1</HouseID>
  59.                             <POBoxDeviatingRegionCode/>
  60.                             <POBoxIndicator>true</POBoxIndicator>
  61.                         </PostalAddress>
  62.                         <Telephone>
  63.                             <FormattedNumberDescription>1234</FormattedNumberDescription>
  64.                             <MobilePhoneNumberIndicator>false</MobilePhoneNumberIndicator>
  65.                         </Telephone>
  66.                     </Address>
  67.                 </AddressInformation>
  68.                 <SalesArrangement actionCode="01">
  69.                     <SalesOrganisationID>DE11000</SalesOrganisationID>
  70.                     <DistributionChannelCode>01</DistributionChannelCode>
  71.                     <CompleteDeliveryRequestedIndicator>true</CompleteDeliveryRequestedIndicator>
  72.                     <CurrencyCode>EUR</CurrencyCode>
  73.                 </SalesArrangement>
  74.                 <PaymentData paymentFormListCompleteTransmissionIndicator="true" actionCode="01">
  75.                     <CompanyID>DE10000</CompanyID>
  76.                     <AccountDeterminationDebtorGroupCode>4020</AccountDeterminationDebtorGroupCode>
  77.                     <AccountDebtorExternalID>unknown</AccountDebtorExternalID>
  78.                 </PaymentData>
  79.             </Customer>
  80.         </ns5:CustomerBundleMaintainRequest_sync_V1>
  81.     </S:Body>
  82. </S:Envelope>--------------------
  83. ---[HTTP response - https://my333146.sapbydesign.com/sap/bc/srt/scs/sap/managecustomerin1?sap-vhost=my333146.sapbydesign.com - 200]---
  84. null: HTTP/1.1 200 OK
  85. Sap-srt_server_info_ext: 0
  86. Content-type: text/xml; charset=utf-8
  87. Content-length: 864
  88. Sap-srt_server_info: HNZ_105,6424 ,http://sap.com/xi/A1S/Global,ManageCustomerIn,CustomerBundleMaintainRequest_sync_V1,6399
  89. Sap-srt_id: 20150818/151646/v1.00_final_6.40/00163E0E24E11ED591B78476F6704249
  90. Set-cookie: sap-usercontext=sap-client=105; path=/
  91. Accept: text/xml
  92.  
  93. <soap-env:Envelope
  94.    xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
  95.     <soap-env:Header/>
  96.     <soap-env:Body>
  97.         <n0:CustomerBundleMaintainConfirmation_sync_V1
  98.            xmlns:n0="http://sap.com/xi/SAPGlobal20/Global"
  99.            xmlns:prx="urn:sap.com:proxy:HNZ:/1SAI/TAE6F3228CC6D723FF1823E:804">
  100.             <Customer>
  101.                 <ReferenceObjectNodeSenderTechnicalID></ReferenceObjectNodeSenderTechnicalID>
  102.                 <ChangeStateID>                 20150818151641.0028260</ChangeStateID>
  103.                 <InternalID>150766</InternalID>
  104.                 <UUID>00163e0e-24e1-1ed5-91b7-8407fb452248</UUID>
  105.             </Customer>
  106.             <Log>
  107.                 <MaximumLogItemSeverityCode>2</MaximumLogItemSeverityCode>
  108.                 <Item>
  109.                     <TypeID>001(/YMKXICYQY_0DB803A0AB/)</TypeID>
  110.                     <CategoryCode>INC.BOI</CategoryCode>
  111.                     <SeverityCode>2</SeverityCode>
  112.                     <Note>Die Lieferpriorität ist nicht auf 'sofort' gesetzt.</Note>
  113.                 </Item>
  114.             </Log>
  115.         </n0:CustomerBundleMaintainConfirmation_sync_V1>
  116.     </soap-env:Body>
  117. </soap-env:Envelope>--------------------
  118. INFO  i.e.s.b.a.o.CreateOrderAndUpdatePrices - Adding new customer information to incoming order data.
  119. INFO  i.e.s.b.AbstractSapComponent - Enriching the request context.
  120. ---[HTTP request - https://my333146.sapbydesign.com/sap/bc/srt/scs/sap/managesalesorderin5?sap-vhost=my333146.sapbydesign.com]---
  121. Content-type: text/xml;charset="utf-8"
  122. Soapaction: "http://sap.com/xi/A1S/Global/ManageSalesOrderIn/MaintainBundleRequest"
  123. Accept: text/xml, multipart/related, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
  124.  
  125. <?xml version="1.0" ?>
  126. <S:Envelope
  127.    xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
  128.     <S:Body>
  129.         <ns3:SalesOrderBundleMaintainRequest_sync
  130.            xmlns:ns2="http://sap.com/xi/AP/Common/Global"
  131.            xmlns:ns3="http://sap.com/xi/SAPGlobal20/Global">
  132.             <SalesOrder actionCode="01" businessTransactionDocumentReferenceListCompleteTransmissionIndicator="true" itemListCompleteTransmissionIndicator="true">
  133.                 <Name languageCode="DE">WebShop-Order</Name>
  134.                 <DataOriginTypeCode>4</DataOriginTypeCode>
  135.                 <ReleaseCustomerRequest>true</ReleaseCustomerRequest>
  136.                 <ReleaseAllItemsToExecution>false</ReleaseAllItemsToExecution>
  137.                 <FinishFulfilmentProcessingOfAllItems>false</FinishFulfilmentProcessingOfAllItems>
  138.                 <SalesAndServiceBusinessArea actionCode="04">
  139.                     <DistributionChannelCode>01</DistributionChannelCode>
  140.                 </SalesAndServiceBusinessArea>
  141.                 <BillToParty actionCode="04" partyContactPartyListCompleteTransmissionIndicator="false">
  142.                     <PartyID>150766</PartyID>
  143.                     <Address>
  144.                         <Email>
  145.                             <URI>test102@christophh.net</URI>
  146.                         </Email>
  147.                         <Telephone>
  148.                             <FormattedNumberDescription>1234</FormattedNumberDescription>
  149.                         </Telephone>
  150.                         <Telephone>
  151.                             <FormattedNumberDescription></FormattedNumberDescription>
  152.                             <MobilePhoneNumberIndicator>true</MobilePhoneNumberIndicator>
  153.                         </Telephone>
  154.                         <DisplayName>
  155.                             <FormattedName>Papa Jones</FormattedName>
  156.                         </DisplayName>
  157.                         <PostalAddress>
  158.                             <CountryCode>IT</CountryCode>
  159.                             <CityName>test</CityName>
  160.                             <StreetPostalCode>04211</StreetPostalCode>
  161.                             <StreetName>test</StreetName>
  162.                             <BuildingID>1</BuildingID>
  163.                         </PostalAddress>
  164.                     </Address>
  165.                 </BillToParty>
  166.                 <AccountParty actionCode="04">
  167.                     <PartyID>150766</PartyID>
  168.                 </AccountParty>
  169.                 <ProductRecipientParty actionCode="04" partyContactPartyListCompleteTransmissionIndicator="false">
  170.                     <PartyID>150766</PartyID>
  171.                     <Address>
  172.                         <Email>
  173.                             <URI>test102@christophh.net</URI>
  174.                         </Email>
  175.                         <Telephone>
  176.                             <FormattedNumberDescription>1234</FormattedNumberDescription>
  177.                         </Telephone>
  178.                         <Telephone>
  179.                             <FormattedNumberDescription></FormattedNumberDescription>
  180.                             <MobilePhoneNumberIndicator>true</MobilePhoneNumberIndicator>
  181.                         </Telephone>
  182.                         <DisplayName>
  183.                             <FormattedName>Papa Jones</FormattedName>
  184.                         </DisplayName>
  185.                         <PostalAddress>
  186.                             <CountryCode>IT</CountryCode>
  187.                             <CityName>test</CityName>
  188.                             <StreetPostalCode>04211</StreetPostalCode>
  189.                             <StreetName>test</StreetName>
  190.                             <BuildingID>1</BuildingID>
  191.                         </PostalAddress>
  192.                     </Address>
  193.                 </ProductRecipientParty>
  194.                 <EmployeeResponsibleParty actionCode="04">
  195.                     <PartyID/>
  196.                 </EmployeeResponsibleParty>
  197.                 <SalesUnitParty>
  198.                     <PartyID>AT11000</PartyID>
  199.                 </SalesUnitParty>
  200.                 <DeliveryTerms>
  201.                     <DeliveryPriorityCode>3</DeliveryPriorityCode>
  202.                 </DeliveryTerms>
  203.                 <PricingTerms actionCode="04">
  204.                     <CurrencyCode>EUR</CurrencyCode>
  205.                     <PriceDateTime timeZoneCode="CET">2015-08-18T17:16:47.886+02:00</PriceDateTime>
  206.                     <GrossAmountIndicator>true</GrossAmountIndicator>
  207.                 </PricingTerms>
  208.                 <Item actionCode="04" itemScheduleLineListCompleteTransmissionIndicator="false">
  209.                     <ItemProduct actionCode="04">
  210.                         <ProductID>MC9A</ProductID>
  211.                         <UnitOfMeasure>ea</UnitOfMeasure>
  212.                     </ItemProduct>
  213.                     <ItemScheduleLine>
  214.                         <Quantity>1</Quantity>
  215.                     </ItemScheduleLine>
  216.                     <ItemTextCollection actionCode="01">
  217.                         <Text actionCode="01">
  218.                             <TypeCode listID="10296">10011</TypeCode>
  219.                             <ContentText>fccb0562-c81d-42e9-b8bd-8d1d555e916c</ContentText>
  220.                         </Text>
  221.                     </ItemTextCollection>
  222.                 </Item>
  223.                 <CashDiscountTerms actionCode="04">
  224.                     <Code>Z009</Code>
  225.                 </CashDiscountTerms>
  226.                 <TextCollection/>
  227.             </SalesOrder>
  228.         </ns3:SalesOrderBundleMaintainRequest_sync>
  229.     </S:Body>
  230. </S:Envelope>--------------------
  231. ---[HTTP response - https://my333146.sapbydesign.com/sap/bc/srt/scs/sap/managesalesorderin5?sap-vhost=my333146.sapbydesign.com - 200]---
  232. null: HTTP/1.1 200 OK
  233. Sap-srt_server_info_ext: 0
  234. Content-type: text/xml; charset=utf-8
  235. Content-length: 1518
  236. Sap-srt_server_info: HNZ_105,4331 ,http://sap.com/xi/A1S/Global,ManageSalesOrderIn,SalesOrderBundleMaintainRequest_sync,4295
  237. Sap-srt_id: 20150818/151652/v1.00_final_6.40/00163E0E24E11ED591B784D6DB9CA249
  238. Set-cookie: sap-usercontext=sap-client=105; path=/
  239. Accept: text/xml
  240.  
  241. <soap-env:Envelope
  242.    xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
  243.     <soap-env:Header/>
  244.     <soap-env:Body>
  245.         <n0:SalesOrderBundleMaintainConfirmation_sync
  246.            xmlns:n0="http://sap.com/xi/SAPGlobal20/Global"
  247.            xmlns:prx="urn:sap.com:proxy:HNZ:/1SAI/TAE88DF3AA925C3E49C60CC:804">
  248.             <SalesOrder>
  249.                 <ChangeStateID>                 20150818151651.1712320</ChangeStateID>
  250.                 <UUID>00163e0e-24e1-1ed5-91b7-849b66658249</UUID>
  251.                 <ID>60197</ID>
  252.             </SalesOrder>
  253.             <Log>
  254.                 <MaximumLogItemSeverityCode>2</MaximumLogItemSeverityCode>
  255.                 <Item>
  256.                     <TypeID>017(/CL_CDA_ORGPT/)</TypeID>
  257.                     <CategoryCode>INC.BOI</CategoryCode>
  258.                     <SeverityCode>2</SeverityCode>
  259.                     <Note>1 additional sales areas exist for organizational unit AT11000 (AT - GF)</Note>
  260.                 </Item>
  261.                 <Item>
  262.                     <TypeID>151(/CL_CDA_DOCIT/)</TypeID>
  263.                     <CategoryCode>ENV.CBM</CategoryCode>
  264.                     <SeverityCode>2</SeverityCode>
  265.                     <Note>Net volume for product missing</Note>
  266.                 </Item>
  267.                 <Item>
  268.                     <TypeID>094(/AP_ESI_COMMON/)</TypeID>
  269.                     <CategoryCode>SEI.FSI</CategoryCode>
  270.                     <SeverityCode>1</SeverityCode>
  271.                     <Note>Action RELEASE_CUSTOMER_REQUEST not possible; action is disabled</Note>
  272.                 </Item>
  273.                 <Item>
  274.                     <TypeID>089(//PAPR/PARTY_ADMIN/)</TypeID>
  275.                     <CategoryCode>SEI.FSI</CategoryCode>
  276.                     <SeverityCode>2</SeverityCode>
  277.                     <Note>Financial data for seller AT10000 missing in master data of account 150766</Note>
  278.                 </Item>
  279.                 <Item>
  280.                     <TypeID>021(//PAPR/PARTY_ADMIN/)</TypeID>
  281.                     <CategoryCode>SEI.FSI</CategoryCode>
  282.                     <SeverityCode>2</SeverityCode>
  283.                     <Note>Party with role Employee Responsible missing</Note>
  284.                 </Item>
  285.             </Log>
  286.         </n0:SalesOrderBundleMaintainConfirmation_sync>
  287.     </soap-env:Body>
  288. </soap-env:Envelope>--------------------
  289. INFO  i.e.s.b.a.o.CreateOrderAndUpdatePrices - Order with id 60197 created.
  290. INFO  i.e.s.b.AbstractSapComponent - Enriching the request context.
  291. ---[HTTP request - https://my333146.sapbydesign.com/sap/bc/srt/scs/sap/querysalesorderin3?sap-vhost=my333146.sapbydesign.com]---
  292. Content-type: text/xml;charset="utf-8"
  293. Soapaction: "http://sap.com/xi/A1S/Global/QuerySalesOrderIn/FindByElementsRequest"
  294. Accept: text/xml, multipart/related, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
  295.  
  296. <?xml version="1.0" ?>
  297. <S:Envelope
  298.    xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
  299.     <S:Body>
  300.         <ns3:SalesOrderByElementsQuery_sync
  301.            xmlns:ns2="http://sap.com/xi/AP/Common/Global"
  302.            xmlns:ns3="http://sap.com/xi/SAPGlobal20/Global">
  303.             <SalesOrderSelectionByElements>
  304.                 <SelectionByID>
  305.                     <IntervalBoundaryTypeCode>1</IntervalBoundaryTypeCode>
  306.                     <LowerBoundaryID>60197</LowerBoundaryID>
  307.                 </SelectionByID>
  308.             </SalesOrderSelectionByElements>
  309.         </ns3:SalesOrderByElementsQuery_sync>
  310.     </S:Body>
  311. </S:Envelope>--------------------
  312. ---[HTTP response - https://my333146.sapbydesign.com/sap/bc/srt/scs/sap/querysalesorderin3?sap-vhost=my333146.sapbydesign.com - 200]---
  313. null: HTTP/1.1 200 OK
  314. Sap-srt_server_info_ext: 0
  315. Content-type: text/xml; charset=utf-8
  316. Content-length: 40413
  317. Sap-srt_server_info: HNZ_105,1471 ,http://sap.com/xi/A1S/Global,QuerySalesOrderIn,SalesOrderByElementsQuery_sync,1422
  318. Sap-srt_id: 20150818/151654/v1.00_final_6.40/00163E0E24E11ED591B784FD1E29E249
  319. Set-cookie: sap-usercontext=sap-client=105; path=/
  320. Accept: text/xml
  321.  
  322. <soap-env:Envelope
  323.    xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
  324.     <soap-env:Header/>
  325.     <soap-env:Body>
  326.         <n0:SalesOrderByElementsResponse_sync
  327.            xmlns:n0="http://sap.com/xi/SAPGlobal20/Global"
  328.            xmlns:prx="urn:sap.com:proxy:HNZ:/1SAI/TAS2142CBBBE38C4CDD98BB:804">
  329.             <SalesOrder>
  330.                 <ID>60197</ID>
  331.                 <UUID>00163e0e-24e1-1ed5-91b7-849b66658249</UUID>
  332.                 <PostingDate>2015-08-18T15:16:48Z</PostingDate>
  333.                 <Name languageCode="DE">WebShop-Order</Name>
  334.                 <ChangeStateID>                 20150818151651.1712320</ChangeStateID>
  335.                 <DataOriginTypeCode>4</DataOriginTypeCode>
  336.                 <Status>
  337.                     <PaymentAuthorisationStatusCode>4</PaymentAuthorisationStatusCode>
  338.                     <PaymentAuthorisationStatusName languageCode="EN">Authorization not Required</PaymentAuthorisationStatusName>
  339.                     <ItemListCancellationStatusCode>1</ItemListCancellationStatusCode>
  340.                     <ItemListCancellationStatusName languageCode="EN">Not Canceled</ItemListCancellationStatusName>
  341.                     <ItemListCustomerOrderLifeCycleStatusCode>4</ItemListCustomerOrderLifeCycleStatusCode>
  342.                     <ItemListCustomerOrderLifeCycleStatusName languageCode="EN">In Preparation</ItemListCustomerOrderLifeCycleStatusName>
  343.                     <ItemListFulfilmentProcessingStatusCode>1</ItemListFulfilmentProcessingStatusCode>
  344.                     <ItemListFulfilmentProcessingStatusName languageCode="EN">Not Started</ItemListFulfilmentProcessingStatusName>
  345.                     <ItemListPlanningReleaseStatusCode>6</ItemListPlanningReleaseStatusCode>
  346.                     <ItemListPlanningReleaseStatusName languageCode="EN">Not Relevant</ItemListPlanningReleaseStatusName>
  347.                     <ItemListExecutionReleaseStatusCode>6</ItemListExecutionReleaseStatusCode>
  348.                     <ItemListExecutionReleaseStatusName languageCode="EN">Not Relevant</ItemListExecutionReleaseStatusName>
  349.                     <ConfirmationIssuingStatusCode>1</ConfirmationIssuingStatusCode>
  350.                     <ConfirmationIssuingStatusName languageCode="EN">Not Issued</ConfirmationIssuingStatusName>
  351.                     <ItemListInvoiceProcessingStatusCode>1</ItemListInvoiceProcessingStatusCode>
  352.                     <ItemListInvoiceProcessingStatusName languageCode="EN">Not Started</ItemListInvoiceProcessingStatusName>
  353.                     <ApprovalStatusCode>1</ApprovalStatusCode>
  354.                     <ApprovalStatusName languageCode="EN">Not Started</ApprovalStatusName>
  355.                     <ItemListProductAvailabilityConfirmationStatusCode>1</ItemListProductAvailabilityConfirmationStatusCode>
  356.                     <ItemListProductAvailabilityConfirmationStatusName languageCode="EN">Confirmation Pending</ItemListProductAvailabilityConfirmationStatusName>
  357.                     <ConsistencyStatusCode>2</ConsistencyStatusCode>
  358.                     <ConsistencyStatusName languageCode="EN">Inconsistent</ConsistencyStatusName>
  359.                     <GeneralDataCompletenessStatusCode>3</GeneralDataCompletenessStatusCode>
  360.                     <GeneralDataCompletenessStatusName languageCode="EN">Complete</GeneralDataCompletenessStatusName>
  361.                     <InvoicingBlockingStatusCode>1</InvoicingBlockingStatusCode>
  362.                     <InvoicingBlockingStatusName languageCode="EN">Not Blocked</InvoicingBlockingStatusName>
  363.                     <FulfilmentBlockingStatusCode>1</FulfilmentBlockingStatusCode>
  364.                     <FulfilmentBlockingStatusName languageCode="EN">Not Blocked</FulfilmentBlockingStatusName>
  365.                     <CustomerRequestReleaseStatusCode>6</CustomerRequestReleaseStatusCode>
  366.                     <CustomerRequestReleaseStatusName languageCode="EN">Not Relevant</CustomerRequestReleaseStatusName>
  367.                     <ReleaseStatusCode>1</ReleaseStatusCode>
  368.                     <ReleaseStatusName languageCode="EN">Not Released</ReleaseStatusName>
  369.                 </Status>
  370.                 <SalesAndServiceBusinessArea>
  371.                     <SalesOrganisationID>AT11000</SalesOrganisationID>
  372.                     <DistributionChannelCode>01</DistributionChannelCode>
  373.                 </SalesAndServiceBusinessArea>
  374.                 <BillToParty>
  375.                     <PartyID>150766</PartyID>
  376.                     <StandardID schemeAgencyID=" ">AT69ZZZ000000</StandardID>
  377.                     <AddressHostUUID>00163e0e-24e1-1ed5-91b7-849b66636249</AddressHostUUID>
  378.                     <Address>
  379.                         <Email>
  380.                             <URI>test102@christophh.net</URI>
  381.                             <DefaultIndicator>true</DefaultIndicator>
  382.                         </Email>
  383.                         <Telephone>
  384.                             <Number>
  385.                                 <SubscriberID>1234</SubscriberID>
  386.                                 <CountryCode>IT</CountryCode>
  387.                                 <CountryDiallingCode>+39</CountryDiallingCode>
  388.                             </Number>
  389.                             <FormattedNumberDescription>+39 1234</FormattedNumberDescription>
  390.                             <DefaultConventionalPhoneNumberIndicator>true</DefaultConventionalPhoneNumberIndicator>
  391.                         </Telephone>
  392.                         <Telephone>
  393.                             <DefaultMobilePhoneNumberIndicator>true</DefaultMobilePhoneNumberIndicator>
  394.                             <MobilePhoneNumberIndicator>true</MobilePhoneNumberIndicator>
  395.                             <SMSEnabledIndicator>true</SMSEnabledIndicator>
  396.                         </Telephone>
  397.                         <DisplayName>
  398.                             <FormattedName>Papa Jones</FormattedName>
  399.                         </DisplayName>
  400.                         <PostalAddress>
  401.                             <CountryCode>IT</CountryCode>
  402.                             <CityName>test</CityName>
  403.                             <StreetPostalCode>04211</StreetPostalCode>
  404.                             <StreetName>test</StreetName>
  405.                             <BuildingID>1</BuildingID>
  406.                             <TimeZoneCode>CET</TimeZoneCode>
  407.                         </PostalAddress>
  408.                     </Address>
  409.                 </BillToParty>
  410.                 <AccountParty>
  411.                     <PartyID>150766</PartyID>
  412.                     <StandardID schemeAgencyID=" ">AT69ZZZ000000</StandardID>
  413.                     <AddressHostUUID>00163e0e-24e1-1ed5-91b7-8407fb558248</AddressHostUUID>
  414.                     <Address>
  415.                         <Email>
  416.                             <URI>test102@christophh.net</URI>
  417.                             <DefaultIndicator>true</DefaultIndicator>
  418.                         </Email>
  419.                         <Telephone>
  420.                             <Number>
  421.                                 <SubscriberID>1234</SubscriberID>
  422.                                 <CountryCode>IT</CountryCode>
  423.                                 <CountryDiallingCode>+39</CountryDiallingCode>
  424.                             </Number>
  425.                             <FormattedNumberDescription>+39 1234</FormattedNumberDescription>
  426.                             <DefaultConventionalPhoneNumberIndicator>true</DefaultConventionalPhoneNumberIndicator>
  427.                         </Telephone>
  428.                         <DisplayName>
  429.                             <FormattedName languageCode="EN">Papa Jones</FormattedName>
  430.                         </DisplayName>
  431.                         <Name>
  432.                             <Name>
  433.                                 <FirstLineName>Papa Jones</FirstLineName>
  434.                             </Name>
  435.                         </Name>
  436.                         <PostalAddress>
  437.                             <CountryCode>IT</CountryCode>
  438.                             <CityName>test</CityName>
  439.                             <StreetPostalCode>04211</StreetPostalCode>
  440.                             <POBoxPostalCode>04211</POBoxPostalCode>
  441.                             <StreetName>test</StreetName>
  442.                             <HouseID>1</HouseID>
  443.                             <TimeZoneCode>CET</TimeZoneCode>
  444.                         </PostalAddress>
  445.                     </Address>
  446.                 </AccountParty>
  447.                 <PayerParty>
  448.                     <PartyID>150766</PartyID>
  449.                     <StandardID schemeAgencyID=" ">AT69ZZZ000000</StandardID>
  450.                     <AddressHostUUID>00163e0e-24e1-1ed5-91b7-8407fb558248</AddressHostUUID>
  451.                     <Address>
  452.                         <Email>
  453.                             <URI>test102@christophh.net</URI>
  454.                             <DefaultIndicator>true</DefaultIndicator>
  455.                         </Email>
  456.                         <Telephone>
  457.                             <Number>
  458.                                 <SubscriberID>1234</SubscriberID>
  459.                                 <CountryCode>IT</CountryCode>
  460.                                 <CountryDiallingCode>+39</CountryDiallingCode>
  461.                             </Number>
  462.                             <FormattedNumberDescription>+39 1234</FormattedNumberDescription>
  463.                             <DefaultConventionalPhoneNumberIndicator>true</DefaultConventionalPhoneNumberIndicator>
  464.                         </Telephone>
  465.                         <DisplayName>
  466.                             <FormattedName languageCode="EN">Papa Jones</FormattedName>
  467.                         </DisplayName>
  468.                         <Name>
  469.                             <Name>
  470.                                 <FirstLineName>Papa Jones</FirstLineName>
  471.                             </Name>
  472.                         </Name>
  473.                         <PostalAddress>
  474.                             <CountryCode>IT</CountryCode>
  475.                             <CityName>test</CityName>
  476.                             <StreetPostalCode>04211</StreetPostalCode>
  477.                             <POBoxPostalCode>04211</POBoxPostalCode>
  478.                             <StreetName>test</StreetName>
  479.                             <HouseID>1</HouseID>
  480.                             <TimeZoneCode>CET</TimeZoneCode>
  481.                         </PostalAddress>
  482.                     </Address>
  483.                 </PayerParty>
  484.                 <ProductRecipientParty>
  485.                     <PartyID>150766</PartyID>
  486.                     <StandardID schemeAgencyID=" ">AT69ZZZ000000</StandardID>
  487.                     <AddressHostUUID>00163e0e-24e1-1ed5-91b7-849b66634249</AddressHostUUID>
  488.                     <Address>
  489.                         <Email>
  490.                             <URI>test102@christophh.net</URI>
  491.                             <DefaultIndicator>true</DefaultIndicator>
  492.                         </Email>
  493.                         <Telephone>
  494.                             <Number>
  495.                                 <SubscriberID>1234</SubscriberID>
  496.                                 <CountryCode>IT</CountryCode>
  497.                                 <CountryDiallingCode>+39</CountryDiallingCode>
  498.                             </Number>
  499.                             <FormattedNumberDescription>+39 1234</FormattedNumberDescription>
  500.                             <DefaultConventionalPhoneNumberIndicator>true</DefaultConventionalPhoneNumberIndicator>
  501.                             <SMSEnabledIndicator>true</SMSEnabledIndicator>
  502.                         </Telephone>
  503.                         <Telephone>
  504.                             <DefaultMobilePhoneNumberIndicator>true</DefaultMobilePhoneNumberIndicator>
  505.                             <MobilePhoneNumberIndicator>true</MobilePhoneNumberIndicator>
  506.                             <SMSEnabledIndicator>true</SMSEnabledIndicator>
  507.                         </Telephone>
  508.                         <DisplayName>
  509.                             <FormattedName>Papa Jones</FormattedName>
  510.                         </DisplayName>
  511.                         <PostalAddress>
  512.                             <CountryCode>IT</CountryCode>
  513.                             <CityName>test</CityName>
  514.                             <StreetPostalCode>04211</StreetPostalCode>
  515.                             <StreetName>test</StreetName>
  516.                             <BuildingID>1</BuildingID>
  517.                             <TimeZoneCode>CET</TimeZoneCode>
  518.                         </PostalAddress>
  519.                     </Address>
  520.                 </ProductRecipientParty>
  521.                 <SellerParty>
  522.                     <PartyID>AT10000</PartyID>
  523.                     <StandardID schemeAgencyID=" ">AT69ZZZ000000</StandardID>
  524.                     <AddressHostUUID>00163e03-0f5f-1ee2-998d-b7f42b7bb694</AddressHostUUID>
  525.                     <Address>
  526.                         <Email>
  527.                             <URI>office@promedico.at</URI>
  528.                             <DefaultIndicator>true</DefaultIndicator>
  529.                         </Email>
  530.                         <Facsimile>
  531.                             <Number>
  532.                                 <SubscriberID>0DW</SubscriberID>
  533.                                 <ExtensionID>6</ExtensionID>
  534.                                 <CountryCode>AT</CountryCode>
  535.                                 <CountryDiallingCode>+43</CountryDiallingCode>
  536.                             </Number>
  537.                             <FormattedNumberDescription>+43 DW-6</FormattedNumberDescription>
  538.                             <DefaultIndicator>true</DefaultIndicator>
  539.                         </Facsimile>
  540.                         <Telephone>
  541.                             <Number>
  542.                                 <AreaID>0316</AreaID>
  543.                                 <SubscriberID>262633</SubscriberID>
  544.                                 <CountryCode>AT</CountryCode>
  545.                                 <CountryDiallingCode>+43</CountryDiallingCode>
  546.                             </Number>
  547.                             <FormattedNumberDescription>+43 (316) 262633</FormattedNumberDescription>
  548.                             <DefaultConventionalPhoneNumberIndicator>true</DefaultConventionalPhoneNumberIndicator>
  549.                         </Telephone>
  550.                         <Web>
  551.                             <URI>http://www.promedico.at/</URI>
  552.                             <DefaultIndicator>true</DefaultIndicator>
  553.                         </Web>
  554.                         <DisplayName>
  555.                             <FormattedName languageCode="EN">pro medico HandelsGmbH</FormattedName>
  556.                         </DisplayName>
  557.                         <Name>
  558.                             <Name>
  559.                                 <FirstLineName>pro medico HandelsGmbH</FirstLineName>
  560.                             </Name>
  561.                         </Name>
  562.                         <PostalAddress>
  563.                             <CountryCode>AT</CountryCode>
  564.                             <CityName>Graz</CityName>
  565.                             <StreetPostalCode>8054</StreetPostalCode>
  566.                             <StreetName>Kärntner Straße</StreetName>
  567.                             <HouseID>294</HouseID>
  568.                             <TimeZoneCode>CET</TimeZoneCode>
  569.                         </PostalAddress>
  570.                     </Address>
  571.                 </SellerParty>
  572.                 <SalesUnitParty>
  573.                     <PartyID>AT11000</PartyID>
  574.                     <AddressHostUUID>00163e03-0f61-1ed2-92a0-dda1dfa950e1</AddressHostUUID>
  575.                     <Address>
  576.                         <Email>
  577.                             <URI>office@promedico.at</URI>
  578.                             <DefaultIndicator>true</DefaultIndicator>
  579.                         </Email>
  580.                         <Facsimile>
  581.                             <Number>
  582.                                 <SubscriberID>0316 262633 6</SubscriberID>
  583.                                 <CountryCode>AT</CountryCode>
  584.                                 <CountryDiallingCode>+43</CountryDiallingCode>
  585.                             </Number>
  586.                             <FormattedNumberDescription>+43 316 262633 6</FormattedNumberDescription>
  587.                             <DefaultIndicator>true</DefaultIndicator>
  588.                         </Facsimile>
  589.                         <Telephone>
  590.                             <Number>
  591.                                 <SubscriberID>0316 262633</SubscriberID>
  592.                                 <CountryCode>AT</CountryCode>
  593.                                 <CountryDiallingCode>+43</CountryDiallingCode>
  594.                             </Number>
  595.                             <FormattedNumberDescription>+43 316 262633</FormattedNumberDescription>
  596.                             <DefaultConventionalPhoneNumberIndicator>true</DefaultConventionalPhoneNumberIndicator>
  597.                         </Telephone>
  598.                         <Web>
  599.                             <URI>http://www.promedico.at/</URI>
  600.                             <DefaultIndicator>true</DefaultIndicator>
  601.                         </Web>
  602.                         <DisplayName>
  603.                             <FormattedName languageCode="EN">AT - GF</FormattedName>
  604.                         </DisplayName>
  605.                         <Name>
  606.                             <Name>
  607.                                 <FirstLineName>pro medico HandelsGmbH</FirstLineName>
  608.                             </Name>
  609.                         </Name>
  610.                         <PostalAddress>
  611.                             <CountryCode>AT</CountryCode>
  612.                             <CityName>Graz</CityName>
  613.                             <StreetPostalCode>8054</StreetPostalCode>
  614.                             <StreetName>Kärntner Straße</StreetName>
  615.                             <HouseID>294</HouseID>
  616.                             <TimeZoneCode>CET</TimeZoneCode>
  617.                         </PostalAddress>
  618.                     </Address>
  619.                 </SalesUnitParty>
  620.                 <RequestedFulfillmentPeriodPeriodTerms>
  621.                     <StartDateTime timeZoneCode="UTC">2015-08-20T00:00:00Z</StartDateTime>
  622.                     <EndDateTime timeZoneCode="UTC">2015-08-21T00:00:00Z</EndDateTime>
  623.                 </RequestedFulfillmentPeriodPeriodTerms>
  624.                 <DeliveryTerms>
  625.                     <DeliveryPriorityCode>3</DeliveryPriorityCode>
  626.                     <PartialDeliveryControlCode>1</PartialDeliveryControlCode>
  627.                 </DeliveryTerms>
  628.                 <PricingTerms>
  629.                     <CurrencyCode>EUR</CurrencyCode>
  630.                     <PriceDateTime timeZoneCode="CET">2015-08-18T15:16:47Z</PriceDateTime>
  631.                     <GrossAmountIndicator>true</GrossAmountIndicator>
  632.                 </PricingTerms>
  633.                 <InvoiceTerms>
  634.                     <ProposedInvoiceDate>2015-08-18</ProposedInvoiceDate>
  635.                 </InvoiceTerms>
  636.                 <Item>
  637.                     <ID>10</ID>
  638.                     <ProcessingTypeCode>TAN</ProcessingTypeCode>
  639.                     <PostingDate>2015-08-18T15:16:48Z</PostingDate>
  640.                     <Description languageCode="EN"></Description>
  641.                     <Status>
  642.                         <ConsistencyStatusCode>2</ConsistencyStatusCode>
  643.                         <ConsistencyStatusName languageCode="EN">Inconsistent</ConsistencyStatusName>
  644.                         <ProductAvailabilityConfirmationStatusCode>1</ProductAvailabilityConfirmationStatusCode>
  645.                         <ProductAvailabilityConfirmationStatusName languageCode="EN">Confirmation Pending</ProductAvailabilityConfirmationStatusName>
  646.                         <FulfilmentDataCompletenessStatusCode>3</FulfilmentDataCompletenessStatusCode>
  647.                         <FulfilmentDataCompletenessStatusName languageCode="EN">Complete</FulfilmentDataCompletenessStatusName>
  648.                         <InvoicingDataCompletenessStatusCode>3</InvoicingDataCompletenessStatusCode>
  649.                         <InvoicingDataCompletenessStatusName languageCode="EN">Complete</InvoicingDataCompletenessStatusName>
  650.                         <PricingDataCompletenessStatusCode>3</PricingDataCompletenessStatusCode>
  651.                         <PricingDataCompletenessStatusName languageCode="EN">Complete</PricingDataCompletenessStatusName>
  652.                         <GeneralDataCompletenessStatusCode>3</GeneralDataCompletenessStatusCode>
  653.                         <GeneralDataCompletenessStatusName languageCode="EN">Complete</GeneralDataCompletenessStatusName>
  654.                         <FulfilmentProcessingStatusCode>1</FulfilmentProcessingStatusCode>
  655.                         <FulfilmentProcessingStatusName languageCode="EN">Not Started</FulfilmentProcessingStatusName>
  656.                         <InvoiceProcessingStatusCode>1</InvoiceProcessingStatusCode>
  657.                         <InvoiceProcessingStatusName languageCode="EN">Not Started</InvoiceProcessingStatusName>
  658.                         <CustomerOrderLifeCycleStatusCode>4</CustomerOrderLifeCycleStatusCode>
  659.                         <CustomerOrderLifeCycleStatusName languageCode="EN">In Preparation</CustomerOrderLifeCycleStatusName>
  660.                         <CancellationStatusCode>1</CancellationStatusCode>
  661.                         <CancellationStatusName languageCode="EN">Not Canceled</CancellationStatusName>
  662.                         <ApprovalStatusCode>1</ApprovalStatusCode>
  663.                         <ApprovalStatusName languageCode="EN">Not Started</ApprovalStatusName>
  664.                         <ReleaseStatusCode>1</ReleaseStatusCode>
  665.                         <ReleaseStatusName languageCode="EN">Not Released</ReleaseStatusName>
  666.                     </Status>
  667.                     <ItemProduct>
  668.                         <ProductID>MC9A</ProductID>
  669.                         <ProductInternalID>MC9A</ProductInternalID>
  670.                         <ProductStandardID schemeAgencyID=" ">766298101729</ProductStandardID>
  671.                         <UnitOfMeasure>EA</UnitOfMeasure>
  672.                     </ItemProduct>
  673.                     <ItemDeliveryTerms>
  674.                         <DeliveryPriorityCode>3</DeliveryPriorityCode>
  675.                         <PartialDeliveryControlCode>1</PartialDeliveryControlCode>
  676.                     </ItemDeliveryTerms>
  677.                     <ItemScheduleLine>
  678.                         <ID>1</ID>
  679.                         <TypeCode>1</TypeCode>
  680.                         <Quantity unitCode="EA">1.0</Quantity>
  681.                         <QuantityTypeCode>EA</QuantityTypeCode>
  682.                         <QuantityTypeName languageCode="EN">each</QuantityTypeName>
  683.                         <MeasureUnitName languageCode="EN">Each</MeasureUnitName>
  684.                         <MeasureUnitCommonName languageCode="EN">ea</MeasureUnitCommonName>
  685.                         <DateTimePeriod>
  686.                             <StartDateTime timeZoneCode="UTC">2015-08-20T00:00:00Z</StartDateTime>
  687.                             <EndDateTime timeZoneCode="UTC">2015-08-21T00:00:00Z</EndDateTime>
  688.                         </DateTimePeriod>
  689.                     </ItemScheduleLine>
  690.                     <ProductRecipientItemParty>
  691.                         <PartyID>150766</PartyID>
  692.                         <AddressHostUUID>00163e0e-24e1-1ed5-91b7-849b66634249</AddressHostUUID>
  693.                         <Address>
  694.                             <Email>
  695.                                 <URI>test102@christophh.net</URI>
  696.                                 <DefaultIndicator>true</DefaultIndicator>
  697.                             </Email>
  698.                             <Telephone>
  699.                                 <Number>
  700.                                     <SubscriberID>1234</SubscriberID>
  701.                                     <CountryCode>IT</CountryCode>
  702.                                     <CountryDiallingCode>+39</CountryDiallingCode>
  703.                                 </Number>
  704.                                 <FormattedNumberDescription>+39 1234</FormattedNumberDescription>
  705.                                 <DefaultConventionalPhoneNumberIndicator>true</DefaultConventionalPhoneNumberIndicator>
  706.                                 <SMSEnabledIndicator>true</SMSEnabledIndicator>
  707.                             </Telephone>
  708.                             <Telephone>
  709.                                 <DefaultMobilePhoneNumberIndicator>true</DefaultMobilePhoneNumberIndicator>
  710.                                 <MobilePhoneNumberIndicator>true</MobilePhoneNumberIndicator>
  711.                                 <SMSEnabledIndicator>true</SMSEnabledIndicator>
  712.                             </Telephone>
  713.                             <DisplayName>
  714.                                 <FormattedName>Papa Jones</FormattedName>
  715.                             </DisplayName>
  716.                             <PostalAddress>
  717.                                 <CountryCode>IT</CountryCode>
  718.                                 <CityName>test</CityName>
  719.                                 <StreetPostalCode>04211</StreetPostalCode>
  720.                                 <StreetName>test</StreetName>
  721.                                 <BuildingID>1</BuildingID>
  722.                                 <TimeZoneCode>CET</TimeZoneCode>
  723.                             </PostalAddress>
  724.                         </Address>
  725.                     </ProductRecipientItemParty>
  726.                     <ItemTextCollection>
  727.                         <Text>
  728.                             <TypeCode>10011</TypeCode>
  729.                             <ContentText>fccb0562-c81d-42e9-b8bd-8d1d555e916c</ContentText>
  730.                         </Text>
  731.                     </ItemTextCollection>
  732.                     <PriceAndTaxCalculationItem>
  733.                         <Status>
  734.                             <CalculationStatusCode>3</CalculationStatusCode>
  735.                         </Status>
  736.                         <CountryCode>IT</CountryCode>
  737.                         <TaxationCharacteristicsCode listID="IT">501</TaxationCharacteristicsCode>
  738.                         <TaxationCharacteristicsDeterminationMethodCode>2</TaxationCharacteristicsDeterminationMethodCode>
  739.                         <WithholdingTaxationCharacteristicsCode listID="IT"></WithholdingTaxationCharacteristicsCode>
  740.                         <WithholdingTaxationCharacteristicsDeterminationMethodCode>2</WithholdingTaxationCharacteristicsDeterminationMethodCode>
  741.                         <ItemMainTotal>
  742.                             <Description languageCode="EN">Total Item Gross Value</Description>
  743.                             <Rate>
  744.                                 <DecimalValue>0.0</DecimalValue>
  745.                                 <CurrencyCode>EUR</CurrencyCode>
  746.                                 <BaseDecimalValue>1.0</BaseDecimalValue>
  747.                                 <BaseMeasureUnitCode>EA</BaseMeasureUnitCode>
  748.                             </Rate>
  749.                             <RateBaseQuantityTypeCode>EA</RateBaseQuantityTypeCode>
  750.                             <CalculationBasis>
  751.                                 <BaseCode>3</BaseCode>
  752.                                 <Quantity unitCode="EA">0.0</Quantity>
  753.                                 <QuantityTypeCode>EA</QuantityTypeCode>
  754.                                 <Amount currencyCode="EUR">0.0</Amount>
  755.                             </CalculationBasis>
  756.                             <CalculatedAmount currencyCode="EUR">0.0</CalculatedAmount>
  757.                             <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  758.                             <EffectiveIndicator>true</EffectiveIndicator>
  759.                             <OriginCode>3</OriginCode>
  760.                         </ItemMainTotal>
  761.                         <ItemPriceComponent>
  762.                             <UUID>00163e0e-24e1-1ed5-91b7-84b0570b0249</UUID>
  763.                             <Description languageCode="EN">Cost</Description>
  764.                             <MajorLevelOrdinalNumberValue>130</MajorLevelOrdinalNumberValue>
  765.                             <MinorLevelOrdinalNumberValue>1</MinorLevelOrdinalNumberValue>
  766.                             <TypeCode listID="2">0008</TypeCode>
  767.                             <CategoryCode>1</CategoryCode>
  768.                             <PurposeCode>4110</PurposeCode>
  769.                             <Rate>
  770.                                 <DecimalValue>4.93</DecimalValue>
  771.                                 <CurrencyCode>EUR</CurrencyCode>
  772.                                 <BaseDecimalValue>1.0</BaseDecimalValue>
  773.                                 <BaseMeasureUnitCode>EA</BaseMeasureUnitCode>
  774.                             </Rate>
  775.                             <RateBaseQuantityTypeCode>EA</RateBaseQuantityTypeCode>
  776.                             <CalculationBasis>
  777.                                 <BaseCode>3</BaseCode>
  778.                                 <Quantity unitCode="EA">1.0</Quantity>
  779.                                 <QuantityTypeCode>EA</QuantityTypeCode>
  780.                                 <Amount currencyCode="EUR">0.0</Amount>
  781.                             </CalculationBasis>
  782.                             <CalculatedAmount currencyCode="EUR">4.93</CalculatedAmount>
  783.                             <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  784.                             <ManuallyChangedIndicator>true</ManuallyChangedIndicator>
  785.                             <OriginCode>2</OriginCode>
  786.                         </ItemPriceComponent>
  787.                         <ItemPriceComponent>
  788.                             <UUID>00163e0e-24e1-1ed5-91b7-84b0570b4249</UUID>
  789.                             <Description languageCode="EN">Total Item Gross Value</Description>
  790.                             <MajorLevelOrdinalNumberValue>60</MajorLevelOrdinalNumberValue>
  791.                             <MinorLevelOrdinalNumberValue>1</MinorLevelOrdinalNumberValue>
  792.                             <Rate>
  793.                                 <DecimalValue>0.0</DecimalValue>
  794.                                 <CurrencyCode>EUR</CurrencyCode>
  795.                                 <BaseDecimalValue>1.0</BaseDecimalValue>
  796.                                 <BaseMeasureUnitCode>EA</BaseMeasureUnitCode>
  797.                             </Rate>
  798.                             <RateBaseQuantityTypeCode>EA</RateBaseQuantityTypeCode>
  799.                             <CalculationBasis>
  800.                                 <BaseCode>3</BaseCode>
  801.                                 <Quantity unitCode="EA">0.0</Quantity>
  802.                                 <QuantityTypeCode>EA</QuantityTypeCode>
  803.                                 <Amount currencyCode="EUR">0.0</Amount>
  804.                             </CalculationBasis>
  805.                             <CalculatedAmount currencyCode="EUR">0.0</CalculatedAmount>
  806.                             <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  807.                             <EffectiveIndicator>true</EffectiveIndicator>
  808.                             <OriginCode>3</OriginCode>
  809.                         </ItemPriceComponent>
  810.                         <ItemPriceComponent>
  811.                             <UUID>00163e0e-24e1-1ed5-91b7-84b0570b6249</UUID>
  812.                             <Description languageCode="EN">Total Gross Value</Description>
  813.                             <MajorLevelOrdinalNumberValue>100</MajorLevelOrdinalNumberValue>
  814.                             <MinorLevelOrdinalNumberValue>1</MinorLevelOrdinalNumberValue>
  815.                             <Rate>
  816.                                 <DecimalValue>0.0</DecimalValue>
  817.                                 <CurrencyCode>EUR</CurrencyCode>
  818.                                 <BaseDecimalValue>1.0</BaseDecimalValue>
  819.                                 <BaseMeasureUnitCode>EA</BaseMeasureUnitCode>
  820.                             </Rate>
  821.                             <RateBaseQuantityTypeCode>EA</RateBaseQuantityTypeCode>
  822.                             <CalculationBasis>
  823.                                 <BaseCode>3</BaseCode>
  824.                                 <Quantity unitCode="EA">0.0</Quantity>
  825.                                 <QuantityTypeCode>EA</QuantityTypeCode>
  826.                                 <Amount currencyCode="EUR">0.0</Amount>
  827.                             </CalculationBasis>
  828.                             <CalculatedAmount currencyCode="EUR">0.0</CalculatedAmount>
  829.                             <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  830.                             <EffectiveIndicator>true</EffectiveIndicator>
  831.                             <OriginCode>3</OriginCode>
  832.                         </ItemPriceComponent>
  833.                         <ItemPriceComponent>
  834.                             <UUID>00163e0e-24e1-1ed5-91b7-84b0570b8249</UUID>
  835.                             <Description languageCode="EN">&lt;TE&gt; (%)</Description>
  836.                             <MajorLevelOrdinalNumberValue>110</MajorLevelOrdinalNumberValue>
  837.                             <MinorLevelOrdinalNumberValue>1</MinorLevelOrdinalNumberValue>
  838.                             <TypeCode listID="2">1TTE</TypeCode>
  839.                             <CategoryCode>4</CategoryCode>
  840.                             <PurposeCode>5100</PurposeCode>
  841.                             <Rate>
  842.                                 <DecimalValue>0.0</DecimalValue>
  843.                                 <MeasureUnitCode>P1</MeasureUnitCode>
  844.                             </Rate>
  845.                             <CalculationBasis>
  846.                                 <BaseCode>8</BaseCode>
  847.                                 <Amount currencyCode="EUR">0.0</Amount>
  848.                             </CalculationBasis>
  849.                             <CalculatedAmount currencyCode="EUR">0.0</CalculatedAmount>
  850.                             <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  851.                             <GroupedIndicator>true</GroupedIndicator>
  852.                             <OriginCode>3</OriginCode>
  853.                         </ItemPriceComponent>
  854.                         <ItemPriceComponent>
  855.                             <UUID>00163e0e-24e1-1ed5-91b7-84b0570ba249</UUID>
  856.                             <Description languageCode="EN">Net Total Value</Description>
  857.                             <MajorLevelOrdinalNumberValue>120</MajorLevelOrdinalNumberValue>
  858.                             <MinorLevelOrdinalNumberValue>1</MinorLevelOrdinalNumberValue>
  859.                             <TypeCode listID="2">1NTV</TypeCode>
  860.                             <CategoryCode>3</CategoryCode>
  861.                             <PurposeCode>1000</PurposeCode>
  862.                             <Rate>
  863.                                 <DecimalValue>0.0</DecimalValue>
  864.                                 <CurrencyCode>EUR</CurrencyCode>
  865.                                 <BaseDecimalValue>1.0</BaseDecimalValue>
  866.                                 <BaseMeasureUnitCode>EA</BaseMeasureUnitCode>
  867.                             </Rate>
  868.                             <RateBaseQuantityTypeCode>EA</RateBaseQuantityTypeCode>
  869.                             <CalculationBasis>
  870.                                 <BaseCode>3</BaseCode>
  871.                                 <Quantity unitCode="EA">1.0</Quantity>
  872.                                 <QuantityTypeCode>EA</QuantityTypeCode>
  873.                                 <Amount currencyCode="EUR">0.0</Amount>
  874.                             </CalculationBasis>
  875.                             <CalculatedAmount currencyCode="EUR">0.0</CalculatedAmount>
  876.                             <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  877.                             <EffectiveIndicator>true</EffectiveIndicator>
  878.                             <OriginCode>3</OriginCode>
  879.                         </ItemPriceComponent>
  880.                         <ItemPriceComponent>
  881.                             <UUID>00163e0e-24e1-1ed5-91b7-84b0570bc249</UUID>
  882.                             <Description languageCode="EN">Net Profit Margin</Description>
  883.                             <MajorLevelOrdinalNumberValue>140</MajorLevelOrdinalNumberValue>
  884.                             <MinorLevelOrdinalNumberValue>1</MinorLevelOrdinalNumberValue>
  885.                             <Rate>
  886.                                 <DecimalValue>-4.93</DecimalValue>
  887.                                 <CurrencyCode>EUR</CurrencyCode>
  888.                                 <BaseDecimalValue>1.0</BaseDecimalValue>
  889.                                 <BaseMeasureUnitCode>EA</BaseMeasureUnitCode>
  890.                             </Rate>
  891.                             <RateBaseQuantityTypeCode>EA</RateBaseQuantityTypeCode>
  892.                             <CalculationBasis>
  893.                                 <BaseCode>3</BaseCode>
  894.                                 <Quantity unitCode="EA">1.0</Quantity>
  895.                                 <QuantityTypeCode>EA</QuantityTypeCode>
  896.                                 <Amount currencyCode="EUR">0.0</Amount>
  897.                             </CalculationBasis>
  898.                             <CalculatedAmount currencyCode="EUR">-4.93</CalculatedAmount>
  899.                             <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  900.                             <EffectiveIndicator>true</EffectiveIndicator>
  901.                             <OriginCode>3</OriginCode>
  902.                         </ItemPriceComponent>
  903.                         <ItemPriceComponent>
  904.                             <UUID>00163e0e-24e1-1ed5-91b7-84b0570be249</UUID>
  905.                             <Description languageCode="EN">Net Profit Margin (%)</Description>
  906.                             <MajorLevelOrdinalNumberValue>141</MajorLevelOrdinalNumberValue>
  907.                             <MinorLevelOrdinalNumberValue>1</MinorLevelOrdinalNumberValue>
  908.                             <Rate>
  909.                                 <DecimalValue>0.0</DecimalValue>
  910.                                 <MeasureUnitCode>P1</MeasureUnitCode>
  911.                             </Rate>
  912.                             <CalculationBasis>
  913.                                 <BaseCode>1</BaseCode>
  914.                                 <Amount currencyCode="EUR">0.0</Amount>
  915.                             </CalculationBasis>
  916.                             <CalculatedAmount currencyCode="EUR">-4.93</CalculatedAmount>
  917.                             <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  918.                             <EffectiveIndicator>true</EffectiveIndicator>
  919.                             <OriginCode>3</OriginCode>
  920.                         </ItemPriceComponent>
  921.                         <ItemPriceComponent>
  922.                             <UUID>00163e0e-24e1-1ed5-91b7-84b0570c0249</UUID>
  923.                             <Description languageCode="EN">Gross Total</Description>
  924.                             <MajorLevelOrdinalNumberValue>150</MajorLevelOrdinalNumberValue>
  925.                             <MinorLevelOrdinalNumberValue>1</MinorLevelOrdinalNumberValue>
  926.                             <Rate>
  927.                                 <DecimalValue>0.0</DecimalValue>
  928.                                 <CurrencyCode>EUR</CurrencyCode>
  929.                                 <BaseDecimalValue>1.0</BaseDecimalValue>
  930.                                 <BaseMeasureUnitCode>EA</BaseMeasureUnitCode>
  931.                             </Rate>
  932.                             <RateBaseQuantityTypeCode>EA</RateBaseQuantityTypeCode>
  933.                             <CalculationBasis>
  934.                                 <BaseCode>3</BaseCode>
  935.                                 <Quantity unitCode="EA">1.0</Quantity>
  936.                                 <QuantityTypeCode>EA</QuantityTypeCode>
  937.                                 <Amount currencyCode="EUR">0.0</Amount>
  938.                             </CalculationBasis>
  939.                             <CalculatedAmount currencyCode="EUR">0.0</CalculatedAmount>
  940.                             <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  941.                             <EffectiveIndicator>true</EffectiveIndicator>
  942.                             <OriginCode>3</OriginCode>
  943.                         </ItemPriceComponent>
  944.                         <ItemPriceComponent>
  945.                             <UUID>00163e0e-24e1-1ed5-91b7-84b0570c2249</UUID>
  946.                             <Description languageCode="EN">Gross Item Discounts</Description>
  947.                             <MajorLevelOrdinalNumberValue>160</MajorLevelOrdinalNumberValue>
  948.                             <MinorLevelOrdinalNumberValue>1</MinorLevelOrdinalNumberValue>
  949.                             <Rate>
  950.                                 <DecimalValue>0.0</DecimalValue>
  951.                                 <CurrencyCode>EUR</CurrencyCode>
  952.                                 <BaseDecimalValue>1.0</BaseDecimalValue>
  953.                                 <BaseMeasureUnitCode>EA</BaseMeasureUnitCode>
  954.                             </Rate>
  955.                             <RateBaseQuantityTypeCode>EA</RateBaseQuantityTypeCode>
  956.                             <CalculationBasis>
  957.                                 <BaseCode>3</BaseCode>
  958.                                 <Quantity unitCode="EA">1.0</Quantity>
  959.                                 <QuantityTypeCode>EA</QuantityTypeCode>
  960.                                 <Amount currencyCode="EUR">0.0</Amount>
  961.                             </CalculationBasis>
  962.                             <CalculatedAmount currencyCode="EUR">0.0</CalculatedAmount>
  963.                             <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  964.                             <EffectiveIndicator>true</EffectiveIndicator>
  965.                             <OriginCode>3</OriginCode>
  966.                         </ItemPriceComponent>
  967.                         <ItemPriceComponent>
  968.                             <UUID>00163e0e-24e1-1ed5-91b7-84b0570c4249</UUID>
  969.                             <Description languageCode="EN">Gross Header Discounts</Description>
  970.                             <MajorLevelOrdinalNumberValue>170</MajorLevelOrdinalNumberValue>
  971.                             <MinorLevelOrdinalNumberValue>1</MinorLevelOrdinalNumberValue>
  972.                             <Rate>
  973.                                 <DecimalValue>0.0</DecimalValue>
  974.                                 <CurrencyCode>EUR</CurrencyCode>
  975.                                 <BaseDecimalValue>1.0</BaseDecimalValue>
  976.                                 <BaseMeasureUnitCode>EA</BaseMeasureUnitCode>
  977.                             </Rate>
  978.                             <RateBaseQuantityTypeCode>EA</RateBaseQuantityTypeCode>
  979.                             <CalculationBasis>
  980.                                 <BaseCode>3</BaseCode>
  981.                                 <Quantity unitCode="EA">1.0</Quantity>
  982.                                 <QuantityTypeCode>EA</QuantityTypeCode>
  983.                                 <Amount currencyCode="EUR">0.0</Amount>
  984.                             </CalculationBasis>
  985.                             <CalculatedAmount currencyCode="EUR">0.0</CalculatedAmount>
  986.                             <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  987.                             <EffectiveIndicator>true</EffectiveIndicator>
  988.                             <OriginCode>3</OriginCode>
  989.                         </ItemPriceComponent>
  990.                         <ItemPriceComponent>
  991.                             <UUID>00163e0e-24e1-1ed5-91b7-84b0570c6249</UUID>
  992.                             <Description languageCode="EN">Gross Total Given Discounts (%)</Description>
  993.                             <MajorLevelOrdinalNumberValue>180</MajorLevelOrdinalNumberValue>
  994.                             <MinorLevelOrdinalNumberValue>1</MinorLevelOrdinalNumberValue>
  995.                             <Rate>
  996.                                 <DecimalValue>0.0</DecimalValue>
  997.                                 <MeasureUnitCode>P1</MeasureUnitCode>
  998.                             </Rate>
  999.                             <CalculationBasis>
  1000.                                 <BaseCode>1</BaseCode>
  1001.                                 <Amount currencyCode="EUR">0.0</Amount>
  1002.                             </CalculationBasis>
  1003.                             <CalculatedAmount currencyCode="EUR">0.0</CalculatedAmount>
  1004.                             <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  1005.                             <EffectiveIndicator>true</EffectiveIndicator>
  1006.                             <OriginCode>3</OriginCode>
  1007.                         </ItemPriceComponent>
  1008.                         <ItemPriceComponent>
  1009.                             <UUID>00163e0e-24e1-1ed5-91b7-84b0570d6249</UUID>
  1010.                             <Description languageCode="EN">VAT (%)</Description>
  1011.                             <MajorLevelOrdinalNumberValue>110</MajorLevelOrdinalNumberValue>
  1012.                             <MinorLevelOrdinalNumberValue>2</MinorLevelOrdinalNumberValue>
  1013.                             <TypeCode listID="2">IT1</TypeCode>
  1014.                             <CategoryCode>4</CategoryCode>
  1015.                             <PurposeCode>5100</PurposeCode>
  1016.                             <Rate>
  1017.                                 <DecimalValue>22.0</DecimalValue>
  1018.                                 <MeasureUnitCode>P1</MeasureUnitCode>
  1019.                             </Rate>
  1020.                             <CalculationBasis>
  1021.                                 <BaseCode>8</BaseCode>
  1022.                                 <Amount currencyCode="EUR">0.0</Amount>
  1023.                             </CalculationBasis>
  1024.                             <CalculatedAmount currencyCode="EUR">0.0</CalculatedAmount>
  1025.                             <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  1026.                             <EffectiveIndicator>true</EffectiveIndicator>
  1027.                             <OriginCode>1</OriginCode>
  1028.                         </ItemPriceComponent>
  1029.                         <ItemProductTaxDetails>
  1030.                             <UUID>00163e0e-24e1-1ed5-91b7-84b0570d4249</UUID>
  1031.                             <ProductTax>
  1032.                                 <CountryCode>IT</CountryCode>
  1033.                                 <EventTypeCode listID="IT">310</EventTypeCode>
  1034.                                 <TypeCode listID="IT">1</TypeCode>
  1035.                                 <RateTypeCode listID="IT1||2|1">1</RateTypeCode>
  1036.                                 <BaseAmount currencyCode="EUR">0.0</BaseAmount>
  1037.                                 <Percent>22.0</Percent>
  1038.                                 <BaseQuantity unitCode="EA">1.0</BaseQuantity>
  1039.                                 <BaseQuantityTypeCode>EA</BaseQuantityTypeCode>
  1040.                                 <Amount currencyCode="EUR">0.0</Amount>
  1041.                                 <InternalAmount currencyCode="EUR">0.0</InternalAmount>
  1042.                                 <DueCategoryCode>1</DueCategoryCode>
  1043.                             </ProductTax>
  1044.                             <TransactionCurrencyProductTax>
  1045.                                 <CountryCode>IT</CountryCode>
  1046.                                 <EventTypeCode listID="IT">310</EventTypeCode>
  1047.                                 <TypeCode listID="IT">1</TypeCode>
  1048.                                 <RateTypeCode listID="IT1||2|1">1</RateTypeCode>
  1049.                                 <BaseAmount currencyCode="EUR">0.0</BaseAmount>
  1050.                                 <Percent>22.0</Percent>
  1051.                                 <BaseQuantity unitCode="EA">1.0</BaseQuantity>
  1052.                                 <BaseQuantityTypeCode>EA</BaseQuantityTypeCode>
  1053.                                 <Amount currencyCode="EUR">0.0</Amount>
  1054.                                 <InternalAmount currencyCode="EUR">0.0</InternalAmount>
  1055.                                 <DueCategoryCode>1</DueCategoryCode>
  1056.                             </TransactionCurrencyProductTax>
  1057.                         </ItemProductTaxDetails>
  1058.                         <ItemTaxationTerms>
  1059.                             <SellerCountryCode>IT</SellerCountryCode>
  1060.                             <SellerTaxID schemeID=" ">IT00160709994</SellerTaxID>
  1061.                             <SellerTaxIdentificationNumberTypeCode listID="IT">1</SellerTaxIdentificationNumberTypeCode>
  1062.                             <TaxDate>2015-08-18</TaxDate>
  1063.                         </ItemTaxationTerms>
  1064.                     </PriceAndTaxCalculationItem>
  1065.                 </Item>
  1066.                 <CashDiscountTerms>
  1067.                     <Code>Z009</Code>
  1068.                 </CashDiscountTerms>
  1069.                 <PaymentControl>
  1070.                     <PaymentProcessingCompanyUUID>00163e03-0f61-1ed2-928a-d478f9a2a60b</PaymentProcessingCompanyUUID>
  1071.                     <PaymentProcessingCompanyID>AT10000</PaymentProcessingCompanyID>
  1072.                     <PaymentProcessingBusinessPartnerUUID>00163e0e-24e1-1ed5-91b7-8407fb452248</PaymentProcessingBusinessPartnerUUID>
  1073.                     <PaymentProcessingBusinessPartnerID>150766</PaymentProcessingBusinessPartnerID>
  1074.                     <PropertyMovementDirectionCode>2</PropertyMovementDirectionCode>
  1075.                 </PaymentControl>
  1076.                 <PriceAndTaxCalculation>
  1077.                     <MainTotal>
  1078.                         <Description languageCode="EN">Total Item Gross Value</Description>
  1079.                         <CalculationBasis>
  1080.                             <BaseCode>3</BaseCode>
  1081.                             <Amount currencyCode="EUR">0.0</Amount>
  1082.                         </CalculationBasis>
  1083.                         <CalculatedAmount currencyCode="EUR">0.0</CalculatedAmount>
  1084.                         <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  1085.                         <EffectiveIndicator>true</EffectiveIndicator>
  1086.                         <OriginCode>3</OriginCode>
  1087.                     </MainTotal>
  1088.                     <PriceComponent>
  1089.                         <UUID>00163e0e-24e1-1ed5-91b7-84b0570d8249</UUID>
  1090.                         <Description languageCode="EN">Total Item Gross Value</Description>
  1091.                         <MajorLevelOrdinalNumberValue>60</MajorLevelOrdinalNumberValue>
  1092.                         <MinorLevelOrdinalNumberValue>1</MinorLevelOrdinalNumberValue>
  1093.                         <CalculationBasis>
  1094.                             <BaseCode>3</BaseCode>
  1095.                             <Amount currencyCode="EUR">0.0</Amount>
  1096.                         </CalculationBasis>
  1097.                         <CalculationBasisBaseName languageCode="EN">Quantity</CalculationBasisBaseName>
  1098.                         <CalculatedAmount currencyCode="EUR">0.0</CalculatedAmount>
  1099.                         <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  1100.                         <EffectiveIndicator>true</EffectiveIndicator>
  1101.                         <OriginCode>3</OriginCode>
  1102.                     </PriceComponent>
  1103.                     <PriceComponent>
  1104.                         <UUID>00163e0e-24e1-1ed5-91b7-84b0570da249</UUID>
  1105.                         <Description languageCode="EN">Total Gross Value</Description>
  1106.                         <MajorLevelOrdinalNumberValue>100</MajorLevelOrdinalNumberValue>
  1107.                         <MinorLevelOrdinalNumberValue>2</MinorLevelOrdinalNumberValue>
  1108.                         <CalculationBasis>
  1109.                             <BaseCode>3</BaseCode>
  1110.                             <Amount currencyCode="EUR">0.0</Amount>
  1111.                         </CalculationBasis>
  1112.                         <CalculationBasisBaseName languageCode="EN">Quantity</CalculationBasisBaseName>
  1113.                         <CalculatedAmount currencyCode="EUR">0.0</CalculatedAmount>
  1114.                         <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  1115.                         <EffectiveIndicator>true</EffectiveIndicator>
  1116.                         <OriginCode>3</OriginCode>
  1117.                     </PriceComponent>
  1118.                     <PriceComponent>
  1119.                         <UUID>00163e0e-24e1-1ed5-91b7-84b0570dc249</UUID>
  1120.                         <Description languageCode="EN">&lt;TE&gt; (%)</Description>
  1121.                         <MajorLevelOrdinalNumberValue>110</MajorLevelOrdinalNumberValue>
  1122.                         <MinorLevelOrdinalNumberValue>3</MinorLevelOrdinalNumberValue>
  1123.                         <TypeCode listID="2">1TTE</TypeCode>
  1124.                         <TypeName languageCode="EN">Tax</TypeName>
  1125.                         <CategoryCode>4</CategoryCode>
  1126.                         <CategoryName languageCode="EN">Tax</CategoryName>
  1127.                         <PurposeCode>5100</PurposeCode>
  1128.                         <PurposeName languageCode="EN">Tax</PurposeName>
  1129.                         <Rate>
  1130.                             <DecimalValue>0.0</DecimalValue>
  1131.                             <MeasureUnitCode>P1</MeasureUnitCode>
  1132.                         </Rate>
  1133.                         <CalculationBasis>
  1134.                             <BaseCode>8</BaseCode>
  1135.                             <Amount currencyCode="EUR">0.0</Amount>
  1136.                         </CalculationBasis>
  1137.                         <CalculationBasisBaseName languageCode="EN">Percent (included in hundred)</CalculationBasisBaseName>
  1138.                         <CalculatedAmount currencyCode="EUR">0.0</CalculatedAmount>
  1139.                         <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  1140.                         <GroupedIndicator>true</GroupedIndicator>
  1141.                         <OriginCode>3</OriginCode>
  1142.                     </PriceComponent>
  1143.                     <PriceComponent>
  1144.                         <UUID>00163e0e-24e1-1ed5-91b7-84b0570de249</UUID>
  1145.                         <Description languageCode="EN">VAT (%)</Description>
  1146.                         <MajorLevelOrdinalNumberValue>110</MajorLevelOrdinalNumberValue>
  1147.                         <MinorLevelOrdinalNumberValue>4</MinorLevelOrdinalNumberValue>
  1148.                         <TypeCode listID="2">IT1</TypeCode>
  1149.                         <TypeName languageCode="EN">VAT (%)</TypeName>
  1150.                         <CategoryCode>4</CategoryCode>
  1151.                         <CategoryName languageCode="EN">Tax</CategoryName>
  1152.                         <PurposeCode>5100</PurposeCode>
  1153.                         <PurposeName languageCode="EN">Tax</PurposeName>
  1154.                         <Rate>
  1155.                             <DecimalValue>22.0</DecimalValue>
  1156.                             <MeasureUnitCode>P1</MeasureUnitCode>
  1157.                         </Rate>
  1158.                         <CalculationBasis>
  1159.                             <BaseCode>8</BaseCode>
  1160.                             <Amount currencyCode="EUR">0.0</Amount>
  1161.                         </CalculationBasis>
  1162.                         <CalculationBasisBaseName languageCode="EN">Percent (included in hundred)</CalculationBasisBaseName>
  1163.                         <CalculatedAmount currencyCode="EUR">0.0</CalculatedAmount>
  1164.                         <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  1165.                         <EffectiveIndicator>true</EffectiveIndicator>
  1166.                         <OriginCode>3</OriginCode>
  1167.                     </PriceComponent>
  1168.                     <PriceComponent>
  1169.                         <UUID>00163e0e-24e1-1ed5-91b7-84b0570e0249</UUID>
  1170.                         <Description languageCode="EN">Net Total Value</Description>
  1171.                         <MajorLevelOrdinalNumberValue>120</MajorLevelOrdinalNumberValue>
  1172.                         <MinorLevelOrdinalNumberValue>5</MinorLevelOrdinalNumberValue>
  1173.                         <TypeCode listID="2">1NTV</TypeCode>
  1174.                         <TypeName languageCode="EN">Net Total Value</TypeName>
  1175.                         <CategoryCode>3</CategoryCode>
  1176.                         <CategoryName languageCode="EN">Surcharge</CategoryName>
  1177.                         <PurposeCode>1000</PurposeCode>
  1178.                         <PurposeName languageCode="EN">General</PurposeName>
  1179.                         <Rate>
  1180.                             <DecimalValue>0.0</DecimalValue>
  1181.                             <CurrencyCode>EUR</CurrencyCode>
  1182.                             <BaseDecimalValue>1.0</BaseDecimalValue>
  1183.                             <BaseMeasureUnitCode>EA</BaseMeasureUnitCode>
  1184.                         </Rate>
  1185.                         <RateBaseQuantityTypeCode>EA</RateBaseQuantityTypeCode>
  1186.                         <RateBaseQuantityTypeName languageCode="EN">each</RateBaseQuantityTypeName>
  1187.                         <CalculationBasis>
  1188.                             <BaseCode>3</BaseCode>
  1189.                             <Quantity unitCode="EA">1.0</Quantity>
  1190.                             <QuantityTypeCode>EA</QuantityTypeCode>
  1191.                             <Amount currencyCode="EUR">0.0</Amount>
  1192.                         </CalculationBasis>
  1193.                         <CalculationBasisBaseName languageCode="EN">Quantity</CalculationBasisBaseName>
  1194.                         <CalculationBasisQuantityTypeName languageCode="EN">each</CalculationBasisQuantityTypeName>
  1195.                         <CalculatedAmount currencyCode="EUR">0.0</CalculatedAmount>
  1196.                         <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  1197.                         <EffectiveIndicator>true</EffectiveIndicator>
  1198.                         <OriginCode>3</OriginCode>
  1199.                     </PriceComponent>
  1200.                     <PriceComponent>
  1201.                         <UUID>00163e0e-24e1-1ed5-91b7-84b0570e2249</UUID>
  1202.                         <Description languageCode="EN">Cost</Description>
  1203.                         <MajorLevelOrdinalNumberValue>130</MajorLevelOrdinalNumberValue>
  1204.                         <MinorLevelOrdinalNumberValue>6</MinorLevelOrdinalNumberValue>
  1205.                         <TypeCode listID="2">0008</TypeCode>
  1206.                         <TypeName languageCode="EN">Cost</TypeName>
  1207.                         <CategoryCode>1</CategoryCode>
  1208.                         <CategoryName languageCode="EN">Price</CategoryName>
  1209.                         <PurposeCode>4110</PurposeCode>
  1210.                         <PurposeName languageCode="EN">Inventory Valuation</PurposeName>
  1211.                         <Rate>
  1212.                             <DecimalValue>4.93</DecimalValue>
  1213.                             <CurrencyCode>EUR</CurrencyCode>
  1214.                             <BaseDecimalValue>1.0</BaseDecimalValue>
  1215.                             <BaseMeasureUnitCode>EA</BaseMeasureUnitCode>
  1216.                         </Rate>
  1217.                         <RateBaseQuantityTypeCode>EA</RateBaseQuantityTypeCode>
  1218.                         <RateBaseQuantityTypeName languageCode="EN">each</RateBaseQuantityTypeName>
  1219.                         <CalculationBasis>
  1220.                             <BaseCode>3</BaseCode>
  1221.                             <Quantity unitCode="EA">1.0</Quantity>
  1222.                             <QuantityTypeCode>EA</QuantityTypeCode>
  1223.                             <Amount currencyCode="EUR">0.0</Amount>
  1224.                         </CalculationBasis>
  1225.                         <CalculationBasisBaseName languageCode="EN">Quantity</CalculationBasisBaseName>
  1226.                         <CalculationBasisQuantityTypeName languageCode="EN">each</CalculationBasisQuantityTypeName>
  1227.                         <CalculatedAmount currencyCode="EUR">4.93</CalculatedAmount>
  1228.                         <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  1229.                         <ManuallyChangedIndicator>true</ManuallyChangedIndicator>
  1230.                         <OriginCode>3</OriginCode>
  1231.                     </PriceComponent>
  1232.                     <PriceComponent>
  1233.                         <UUID>00163e0e-24e1-1ed5-91b7-84b0570e4249</UUID>
  1234.                         <Description languageCode="EN">Net Profit Margin</Description>
  1235.                         <MajorLevelOrdinalNumberValue>140</MajorLevelOrdinalNumberValue>
  1236.                         <MinorLevelOrdinalNumberValue>7</MinorLevelOrdinalNumberValue>
  1237.                         <CalculationBasis>
  1238.                             <BaseCode>3</BaseCode>
  1239.                             <Amount currencyCode="EUR">0.0</Amount>
  1240.                         </CalculationBasis>
  1241.                         <CalculationBasisBaseName languageCode="EN">Quantity</CalculationBasisBaseName>
  1242.                         <CalculatedAmount currencyCode="EUR">-4.93</CalculatedAmount>
  1243.                         <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  1244.                         <EffectiveIndicator>true</EffectiveIndicator>
  1245.                         <OriginCode>3</OriginCode>
  1246.                     </PriceComponent>
  1247.                     <PriceComponent>
  1248.                         <UUID>00163e0e-24e1-1ed5-91b7-84b0570e6249</UUID>
  1249.                         <Description languageCode="EN">Net Profit Margin (%)</Description>
  1250.                         <MajorLevelOrdinalNumberValue>141</MajorLevelOrdinalNumberValue>
  1251.                         <MinorLevelOrdinalNumberValue>8</MinorLevelOrdinalNumberValue>
  1252.                         <Rate>
  1253.                             <DecimalValue>0.0</DecimalValue>
  1254.                             <MeasureUnitCode>P1</MeasureUnitCode>
  1255.                         </Rate>
  1256.                         <CalculationBasis>
  1257.                             <BaseCode>1</BaseCode>
  1258.                             <Amount currencyCode="EUR">0.0</Amount>
  1259.                         </CalculationBasis>
  1260.                         <CalculationBasisBaseName languageCode="EN">Percentage (of one hundred)</CalculationBasisBaseName>
  1261.                         <CalculatedAmount currencyCode="EUR">-4.93</CalculatedAmount>
  1262.                         <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  1263.                         <EffectiveIndicator>true</EffectiveIndicator>
  1264.                         <OriginCode>3</OriginCode>
  1265.                     </PriceComponent>
  1266.                     <PriceComponent>
  1267.                         <UUID>00163e0e-24e1-1ed5-91b7-84b0570e8249</UUID>
  1268.                         <Description languageCode="EN">Gross Total</Description>
  1269.                         <MajorLevelOrdinalNumberValue>150</MajorLevelOrdinalNumberValue>
  1270.                         <MinorLevelOrdinalNumberValue>9</MinorLevelOrdinalNumberValue>
  1271.                         <CalculationBasis>
  1272.                             <BaseCode>3</BaseCode>
  1273.                             <Amount currencyCode="EUR">0.0</Amount>
  1274.                         </CalculationBasis>
  1275.                         <CalculationBasisBaseName languageCode="EN">Quantity</CalculationBasisBaseName>
  1276.                         <CalculatedAmount currencyCode="EUR">0.0</CalculatedAmount>
  1277.                         <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  1278.                         <EffectiveIndicator>true</EffectiveIndicator>
  1279.                         <OriginCode>3</OriginCode>
  1280.                     </PriceComponent>
  1281.                     <PriceComponent>
  1282.                         <UUID>00163e0e-24e1-1ed5-91b7-84b0570ea249</UUID>
  1283.                         <Description languageCode="EN">Gross Item Discounts</Description>
  1284.                         <MajorLevelOrdinalNumberValue>160</MajorLevelOrdinalNumberValue>
  1285.                         <MinorLevelOrdinalNumberValue>10</MinorLevelOrdinalNumberValue>
  1286.                         <CalculationBasis>
  1287.                             <BaseCode>3</BaseCode>
  1288.                             <Amount currencyCode="EUR">0.0</Amount>
  1289.                         </CalculationBasis>
  1290.                         <CalculationBasisBaseName languageCode="EN">Quantity</CalculationBasisBaseName>
  1291.                         <CalculatedAmount currencyCode="EUR">0.0</CalculatedAmount>
  1292.                         <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  1293.                         <EffectiveIndicator>true</EffectiveIndicator>
  1294.                         <OriginCode>3</OriginCode>
  1295.                     </PriceComponent>
  1296.                     <PriceComponent>
  1297.                         <UUID>00163e0e-24e1-1ed5-91b7-84b0570ec249</UUID>
  1298.                         <Description languageCode="EN">Gross Header Discounts</Description>
  1299.                         <MajorLevelOrdinalNumberValue>170</MajorLevelOrdinalNumberValue>
  1300.                         <MinorLevelOrdinalNumberValue>11</MinorLevelOrdinalNumberValue>
  1301.                         <CalculationBasis>
  1302.                             <BaseCode>3</BaseCode>
  1303.                             <Amount currencyCode="EUR">0.0</Amount>
  1304.                         </CalculationBasis>
  1305.                         <CalculationBasisBaseName languageCode="EN">Quantity</CalculationBasisBaseName>
  1306.                         <CalculatedAmount currencyCode="EUR">0.0</CalculatedAmount>
  1307.                         <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  1308.                         <EffectiveIndicator>true</EffectiveIndicator>
  1309.                         <OriginCode>3</OriginCode>
  1310.                     </PriceComponent>
  1311.                     <PriceComponent>
  1312.                         <UUID>00163e0e-24e1-1ed5-91b7-84b0570ee249</UUID>
  1313.                         <Description languageCode="EN">Gross Total Given Discounts (%)</Description>
  1314.                         <MajorLevelOrdinalNumberValue>180</MajorLevelOrdinalNumberValue>
  1315.                         <MinorLevelOrdinalNumberValue>12</MinorLevelOrdinalNumberValue>
  1316.                         <Rate>
  1317.                             <DecimalValue>0.0</DecimalValue>
  1318.                             <MeasureUnitCode>P1</MeasureUnitCode>
  1319.                         </Rate>
  1320.                         <CalculationBasis>
  1321.                             <BaseCode>1</BaseCode>
  1322.                             <Amount currencyCode="EUR">0.0</Amount>
  1323.                         </CalculationBasis>
  1324.                         <CalculationBasisBaseName languageCode="EN">Percentage (of one hundred)</CalculationBasisBaseName>
  1325.                         <CalculatedAmount currencyCode="EUR">0.0</CalculatedAmount>
  1326.                         <RoundingDifferenceAmount currencyCode="EUR">0.0</RoundingDifferenceAmount>
  1327.                         <EffectiveIndicator>true</EffectiveIndicator>
  1328.                         <OriginCode>3</OriginCode>
  1329.                     </PriceComponent>
  1330.                     <ProductTaxDetails>
  1331.                         <UUID>00163e0e-24e1-1ed5-91b7-84b0570d2249</UUID>
  1332.                         <TaxationCharacteristicsCode listID="IT">501</TaxationCharacteristicsCode>
  1333.                         <TransactionCurrencyProductTax>
  1334.                             <CountryCode>IT</CountryCode>
  1335.                             <EventTypeCode listID="IT">310</EventTypeCode>
  1336.                             <TypeCode listID="IT">1</TypeCode>
  1337.                             <RateTypeCode listID="IT1||2|1">1</RateTypeCode>
  1338.                             <BaseAmount currencyCode="EUR">0.0</BaseAmount>
  1339.                             <Percent>22.0</Percent>
  1340.                             <Amount currencyCode="EUR">0.0</Amount>
  1341.                             <InternalAmount currencyCode="EUR">0.0</InternalAmount>
  1342.                             <DueCategoryCode>1</DueCategoryCode>
  1343.                         </TransactionCurrencyProductTax>
  1344.                         <ProductTax>
  1345.                             <CountryCode>IT</CountryCode>
  1346.                             <EventTypeCode listID="IT">310</EventTypeCode>
  1347.                             <TypeCode listID="IT">1</TypeCode>
  1348.                             <RateTypeCode listID="IT1||2|1">1</RateTypeCode>
  1349.                             <BaseAmount currencyCode="EUR">0.0</BaseAmount>
  1350.                             <Percent>22.0</Percent>
  1351.                             <Amount currencyCode="EUR">0.0</Amount>
  1352.                             <InternalAmount currencyCode="EUR">0.0</InternalAmount>
  1353.                             <DueCategoryCode>1</DueCategoryCode>
  1354.                         </ProductTax>
  1355.                     </ProductTaxDetails>
  1356.                     <TaxationTerms>
  1357.                         <SellerCountryCode>IT</SellerCountryCode>
  1358.                         <SellerTaxID schemeID=" ">IT00160709994</SellerTaxID>
  1359.                         <SellerTaxIdentificationNumberTypeCode listID="IT">1</SellerTaxIdentificationNumberTypeCode>
  1360.                         <TaxDate>2015-08-18</TaxDate>
  1361.                     </TaxationTerms>
  1362.                 </PriceAndTaxCalculation>
  1363.                 <n1:EXTHerkunftskanal00163E030F5F1ED28FDC3646BE2A82E4
  1364.                    xmlns:n1="http://sap.com/xi/AP/CustomerExtension/BYD/A04HF">WEB
  1365.                 </n1:EXTHerkunftskanal00163E030F5F1ED28FDC3646BE2A82E4>
  1366.             </SalesOrder>
  1367.             <ProcessingConditions>
  1368.                 <ReturnedQueryHitsNumberValue>1</ReturnedQueryHitsNumberValue>
  1369.                 <MoreHitsAvailableIndicator>false</MoreHitsAvailableIndicator>
  1370.                 <LastReturnedObjectID>00163E0E24E11ED591B7849B66658249</LastReturnedObjectID>
  1371.             </ProcessingConditions>
  1372.         </n0:SalesOrderByElementsResponse_sync>
  1373.     </soap-env:Body>
  1374. </soap-env:Envelope>--------------------
  1375. INFO  i.e.s.b.AbstractSapComponent - Enriching the request context.
  1376. ---[HTTP request - https://my333146.sapbydesign.com/sap/bc/srt/scs/sap/managesalesorderin5?sap-vhost=my333146.sapbydesign.com]---
  1377. Content-type: text/xml;charset="utf-8"
  1378. Soapaction: "http://sap.com/xi/A1S/Global/ManageSalesOrderIn/MaintainBundleRequest"
  1379. Accept: text/xml, multipart/related, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
  1380.  
  1381. <?xml version="1.0" ?>
  1382. <S:Envelope
  1383.    xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
  1384.     <S:Body>
  1385.         <ns3:SalesOrderBundleMaintainRequest_sync
  1386.            xmlns:ns2="http://sap.com/xi/AP/Common/Global"
  1387.            xmlns:ns3="http://sap.com/xi/SAPGlobal20/Global">
  1388.             <SalesOrder actionCode="04">
  1389.                 <ID>60197</ID>
  1390.                 <Item>
  1391.                     <ID>10</ID>
  1392.                     <PriceAndTaxCalculationItem itemPriceComponentListCompleteTransmissionIndicator="true">
  1393.                         <ItemMainPrice>
  1394.                             <Rate>
  1395.                                 <DecimalValue>22.9</DecimalValue>
  1396.                             </Rate>
  1397.                         </ItemMainPrice>
  1398.                     </PriceAndTaxCalculationItem>
  1399.                 </Item>
  1400.                 <PriceAndTaxCalculation actionCode="02" withholdingTaxDetailsListCompleteTransmissionIndicator="false" productTaxDetailsListCompleteTransmissionIndicator="false" priceComponentListCompleteTransmissionIndicator="false">
  1401.                     <PriceComponent actionCode="02">
  1402.                         <UUID>00163e0e-24e1-1ed5-91b7-84b0570dc249</UUID>
  1403.                         <TypeCode listID="2">8PR8</TypeCode>
  1404.                         <Rate>
  1405.                             <DecimalValue>10</DecimalValue>
  1406.                         </Rate>
  1407.                     </PriceComponent>
  1408.                 </PriceAndTaxCalculation>
  1409.             </SalesOrder>
  1410.         </ns3:SalesOrderBundleMaintainRequest_sync>
  1411.     </S:Body>
  1412. </S:Envelope>--------------------
  1413. ---[HTTP response - https://my333146.sapbydesign.com/sap/bc/srt/scs/sap/managesalesorderin5?sap-vhost=my333146.sapbydesign.com - 200]---
  1414. null: HTTP/1.1 200 OK
  1415. Sap-srt_server_info_ext: 0
  1416. Content-type: text/xml; charset=utf-8
  1417. Content-length: 1169
  1418. Sap-srt_server_info: HNZ_105,2139 ,http://sap.com/xi/A1S/Global,ManageSalesOrderIn,SalesOrderBundleMaintainRequest_sync,2103
  1419. Sap-srt_id: 20150818/151657/v1.00_final_6.40/00163E0E24E11ED591B78549CCC7A249
  1420. Set-cookie: sap-usercontext=sap-client=105; path=/
  1421. Accept: text/xml
  1422.  
  1423. <soap-env:Envelope
  1424.    xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
  1425.     <soap-env:Header/>
  1426.     <soap-env:Body>
  1427.         <n0:SalesOrderBundleMaintainConfirmation_sync
  1428.            xmlns:n0="http://sap.com/xi/SAPGlobal20/Global"
  1429.            xmlns:prx="urn:sap.com:proxy:HNZ:/1SAI/TAE88DF3AA925C3E49C60CC:804">
  1430.             <Log>
  1431.                 <MaximumLogItemSeverityCode>3</MaximumLogItemSeverityCode>
  1432.                 <Item>
  1433.                     <TypeID>108(/AP_ESI_COMMON/)</TypeID>
  1434.                     <CategoryCode>ENV.COM</CategoryCode>
  1435.                     <SeverityCode>3</SeverityCode>
  1436.                     <Note>Deleting data not possible; deletion disabled</Note>
  1437.                 </Item>
  1438.                 <Item>
  1439.                     <TypeID>118(/AP_ESI_COMMON/)</TypeID>
  1440.                     <CategoryCode>INC.BOI</CategoryCode>
  1441.                     <SeverityCode>3</SeverityCode>
  1442.                     <Note>Changing Price Component not possible; field is read-only</Note>
  1443.                 </Item>
  1444.                 <Item>
  1445.                     <TypeID>089(//PAPR/PARTY_ADMIN/)</TypeID>
  1446.                     <CategoryCode>SEI.FSI</CategoryCode>
  1447.                     <SeverityCode>2</SeverityCode>
  1448.                     <Note>Financial data for seller AT10000 missing in master data of account 150766</Note>
  1449.                 </Item>
  1450.                 <Item>
  1451.                     <TypeID>021(//PAPR/PARTY_ADMIN/)</TypeID>
  1452.                     <CategoryCode>SEI.FSI</CategoryCode>
  1453.                     <SeverityCode>3</SeverityCode>
  1454.                     <Note>Party with role Employee Responsible missing</Note>
  1455.                 </Item>
  1456.             </Log>
  1457.         </n0:SalesOrderBundleMaintainConfirmation_sync>
  1458.     </soap-env:Body>
  1459. </soap-env:Envelope>--------------------
  1460. ERROR i.e.a.Executor - Component execution failed
  1461. java.lang.RuntimeException: Order price update request failed. Service response: {"salesOrder":[],"log":{"maximumLogItemSeverityCode":"3","item":[{"typeID":"108(/AP_ESI_COMMON/)","categoryCode":{"value":"ENV.COM"},"severityCode":"3","note":"Deleting data not possible; deletion disabled"},{"typeID":"118(/AP_ESI_COMMON/)","categoryCode":{"value":"INC.BOI"},"severityCode":"3","note":"Changing Price Component not possible; field is read-only"},{"typeID":"089(//PAPR/PARTY_ADMIN/)","categoryCode":{"value":"SEI.FSI"},"severityCode":"2","note":"Financial data for seller AT10000 missing in master data of account 150766"},{"typeID":"021(//PAPR/PARTY_ADMIN/)","categoryCode":{"value":"SEI.FSI"},"severityCode":"3","note":"Party with role Employee Responsible missing"}]}}
  1462.     at io.elastic.sap.bydesign.actions.order.CreateOrderAndUpdatePrices.execute(CreateOrderAndUpdatePrices.java:102) ~[sapbydesign-0.0.3-SNAPSHOT.jar:na]
  1463.     at io.elastic.api.Executor.execute(Executor.java:52) ~[java-api-0.0.5.jar:na]
  1464.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.6.0_35]
  1465.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.6.0_35]
  1466.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.6.0_35]
  1467.     at java.lang.reflect.Method.invoke(Method.java:622) ~[na:1.6.0_35]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement