Laravel.io
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sch="http://www.n11.com/ws/schemas">
   <soapenv:Header/>
   <soapenv:Body>
      <sch:SaveProductRequest>
         <auth>
            <appKey>964d3200-832b-4451-8425-83e7a04c9249</appKey>
            <appSecret>ACBCQUdBiIRP523N</appSecret>
         </auth>
         <product>
            <productSellerCode>Deneme123456781</productSellerCode>
            <title>Lorem Ipsum</title>
            <subtitle>Lorem ipsum dolor sit amet</subtitle>
            <description>Hello World!</description>
            <category>
               <id>1000262</id>
            </category>
            <specialProductInfoList/>
            <price>3000</price>
            <currencyType>2</currencyType>
            <images>
               <!--1 or more repetitions:-->
               <image>
                  <url>https://www.google.com/logos/doodles/2016/bahrain-national-day-2016-6221988579246080-hp2x.jpg</url>
                  <order>1</order>
               </image>
            </images>
            <approvalStatus>3</approvalStatus>
            <attributes>
               <!--1 or more repetitions:-->
               <attribute>
                  <name>Marka</name>
                  <value>Asus</value>
               </attribute>
               <attribute>
                  <name>Slot Yapısı</name>
                  <value>Pcı-Express 3.0 16X</value>
               </attribute>
               <attribute>
                  <name>Chip Set</name>
                  <value>Nvıdıa</value>
               </attribute>
               <attribute>
                  <name>Ekran Kartı Belleği</name>
                  <value>6 Gb ve üzeri</value>
               </attribute>
               <attribute>
                  <name>Bit Değeri</name>
                  <value>256 Bit</value>
               </attribute>
            </attributes>
            <saleStartDate>26/12/2016</saleStartDate>
            <saleEndDate>26/12/2017</saleEndDate>
            <productionDate>01/12/2016</productionDate>
            <expirationDate/>
            <productCondition>1</productCondition>
            <preparingDay>1</preparingDay>
            <discount>
               <startDate/>
               <endDate/>
               <type/>
               <value/>
            </discount>
            <shipmentTemplate>1</shipmentTemplate>
            <stockItems>
               <!--1 or more repetitions:-->
               <stockItem>
                  <bundle/>
                  <mpn>ASUS-Yanar-Doner</mpn>
                  <gtin/>
                  <quantity>5</quantity>
                  <sellerStockCode>StokKodu1234567890-3</sellerStockCode>
                  <optionPrice/>
               </stockItem>
            </stockItems>
         </product>
      </sch:SaveProductRequest>
   </soapenv:Body>
</soapenv:Envelope>

Please note that all pasted data is publicly available.