Jump to content

Shipper

New Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Shipper

  1. I working one paracel SOAP api and im totally crazy already.

    I need send that code:

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://service.core.epmx.application.eestipost.ee/xsd">
       <soapenv:Header/>
       <soapenv:Body>
          <xsd:businessToClientMsgRequest>
             <partner>KLIENDIKOOD</partner>
             <interchange msg_type="elsinfov1">
                <header file_id="201805030022" sender_cd="KLIENDIKOOD"/>
                <item_list>
                   <item service="PA">
                      <add_service>
                         <option code="ST"/>
                         <option code="SF"/>
                      </add_service>
                      <measures weight="1.000"/>
                      <comment>testcomment</comment>
                      <partnerId>12345</partnerId>
                      <receiverAddressee>
                         <person_name>TEST1</person_name>
                         <mobile>55555555</mobile>
                         <email>itest@test.ee</email>
                         <address country="EE" offloadPostcode="96000"/>
                      </receiverAddressee>
                      <returnAddressee>
                         <person_name>Sender name</person_name>
                         <phone>55555555</phone>
                         <mobile>55555555</mobile>
                         <email>itest@test.lv</email>
                         <address postcode="13811" deliverypoint="Tallinn" country="EE" street="Mahtra 7"/>
                      </returnAddressee>
                   </item>
                </item_list>
             </interchange>
          </xsd:businessToClientMsgRequest>
       </soapenv:Body>
    </soapenv:Envelope>

    If someone have no idea how create php script using SoapClient for that, then im happy to see result! :)

     

    * What i tried is totally shit and didnt worked at all, so i better don't show my code :D

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.