Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The response is of the type Soap_Response_Customer with result_object of type Soap_Customer

Example request

No Format
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="https://license.x-formation.com/soap/type/vendor/version/1">
   <soapenv:Header/>
   <soapenv:Body>
      <ns:GetCustomerById soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <token xsi:type="xsd:string">de0429eab5b1f05ab72870bdf06a5733c35975e7</token>
         <id xsi:type="xsd:int">1</id>
      </ns:GetCustomerById>
   </soapenv:Body>
</soapenv:Envelope>

...