<?xml version="1.0" encoding="UTF-8"?>
<ShoppingCartRequest xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
   xmlns='http://www.egis-online.de/EBC/schema/ShoppingCartRequest'
   xsi:schemaLocation='http://www.egis-online.de/EBC/schema/ShoppingCartRequest ShoppingCartRequest.xsd'>
    <TransactionHeader>
        <VersionId>1.0</VersionId>
        <GenerationDateTime>2006-05-04T18:13:51</GenerationDateTime>
        <ERP>Name der eingesetzten Warenwirtschaft</ERP>
        <Login>Login</Login>
        <Password>Passwort</Password>
    </TransactionHeader>
    <ShoppingCart>
        <Header>
            <ShoppingCartIdentification>
                <ShoppingCartIdentifier>
                    <ShoppingCartName>default</ShoppingCartName>
                </ShoppingCartIdentifier>
            </ShoppingCartIdentification>
            <ShoppingCartActionIdentification>
                <ShoppingCartCreateAction>true</ShoppingCartCreateAction>
                <ShoppingCartUpdateAction>true</ShoppingCartUpdateAction>
            </ShoppingCartActionIdentification>
        </Header>
        <Body>
            <LineItem>
                <DistributorDescription>
                    <ProprietaryDistributorIdentifier>70277</ProprietaryDistributorIdentifier>
                </DistributorDescription>
                <ProductIdentification>
                    <ProprietaryProductIdentifier>
                        <ProprietaryProductNumber>PCS250533</ProprietaryProductNumber>
                    </ProprietaryProductIdentifier>
                    <DistributorProductIdentifier>
                        <DistributorProductNumber>5360102</DistributorProductNumber>
                    </DistributorProductIdentifier>
                    <ManufacturerProductIdentifier>
                        <ManufacturerProductNumber></ManufacturerProductNumber>
                    </ManufacturerProductIdentifier>
                    <GlobalProductIdentifier>
                        <GlobalProductNumber></GlobalProductNumber>
                    </GlobalProductIdentifier>
                </ProductIdentification>
                <OrderQuantity>
                    <RequestedQuantity>2</RequestedQuantity>
                </OrderQuantity>
                <Comment>
                    <AdditionalText>Testposition1</AdditionalText>
                </Comment>
            </LineItem>
            <LineItem>
                <DistributorDescription>
                    <ProprietaryDistributorIdentifier></ProprietaryDistributorIdentifier>
                </DistributorDescription>
                <ProductIdentification>
                    <ProprietaryProductIdentifier>
                        <ProprietaryProductNumber>PCS248608</ProprietaryProductNumber>
                    </ProprietaryProductIdentifier>
                    <DistributorProductIdentifier>
                        <DistributorProductNumber></DistributorProductNumber>
                    </DistributorProductIdentifier>
                    <ManufacturerProductIdentifier>
                        <ManufacturerProductNumber></ManufacturerProductNumber>
                    </ManufacturerProductIdentifier>
                    <GlobalProductIdentifier>
                        <GlobalProductNumber></GlobalProductNumber>
                    </GlobalProductIdentifier>
                </ProductIdentification>
                <OrderQuantity>
                    <RequestedQuantity>1</RequestedQuantity>
                </OrderQuantity>
                <Comment>
                    <AdditionalText>Testposition2</AdditionalText>
                </Comment>
            </LineItem>
        </Body>
    </ShoppingCart>
</ShoppingCartRequest>
