Versions Compared

Key

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

...

The response is of the type Soap_Response_ProductTemplate with result_object of type Soap_ProductTemplate

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?wsdl">
   <soapenv:Header/>
   <soapenv:Body>
      <ns:GetProductTemplateById soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <token xsi:type="xsd:string">24daaaaa6cad59284d831a9d7b36713c133d92d4</token>
         <id xsi:type="xsd:int">84</id>
      </ns:GetProductTemplateById>
   </soapenv:Body>
</soapenv:Envelope>

...