Request:
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope" xmlns:mis="miSuperSoap2020.alv" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
<soapenv:Header/>
<soapenv:Body>
   <mis:guardarOrdenDeCompra soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
      <name xsi:type="mis:ordenDeCompra">
         <!--You may enter the following 5 items in any order-->
         <NumeroOrden xsi:type="xsd:string">1000</NumeroOrden>
         <Ordenante xsi:type="xsd:string">Lucio</Ordenante>
         <Moneda xsi:type="xsd:string">MXN</Moneda>
         <TipoCambio xsi:type="xsd:decimal">1</TipoCambio>
         <Articulos xsi:type="mis:listaArticulos" soapenc:arrayType="mis:articulo[]"/>
      </name>
   </mis:guardarOrdenDeCompra>
</soapenv:Body>
</soapenv:Envelope>
Response:




  
    
      string