Sample code for 30+ languages & platforms
Objective-C

Panama Electronic Invoice Send (SOAP Request)

See more HTTP Misc Examples

Demonstrate sending an electronic invoice (XML) to http://demoemision.thefactoryhka.com.pa/ws/obj/v1.0/Service.svc

Chilkat Objective-C Downloads

Objective-C
#import <CkoHttp.h>
#import <CkoXml.h>
#import <NSString.h>
#import <CkoHttpResponse.h>

BOOL success = NO;

CkoHttp *http = [[CkoHttp alloc] init];

// This example requires the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.

// --------------------------------------------------------------------------------
// Also see Chilkat's Online WSDL Code Generator
// to generate code and SOAP Request and Response XML for each operation in a WSDL.
// --------------------------------------------------------------------------------

// The SOAP XML will look like this:

// <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:ser="http://schemas.datacontract.org/2004/07/Services.ObjComprobante.v1_0">
//    <soapenv:Header/>
//    <soapenv:Body>
//       <tem:Enviar>
//        <tem:tokenEmpresa>SOLICITAR</tem:tokenEmpresa>
//          <tem:tokenPassword>SOLICITAR</tem:tokenPassword>
//            <tem:documento>
//             <ser:codigoSucursalEmisor>0000</ser:codigoSucursalEmisor>
//             <ser:tipoSucursal>1</ser:tipoSucursal>
//             <ser:datosTransaccion>
//                <ser:tipoEmision>01</ser:tipoEmision>
//                <ser:tipoDocumento>01</ser:tipoDocumento>
//                <ser:numeroDocumentoFiscal>176</ser:numeroDocumentoFiscal>
//                <ser:puntoFacturacionFiscal>505</ser:puntoFacturacionFiscal>
//                <ser:fechaEmision>2019-05-15T07:49:27-05:00</ser:fechaEmision>
//                <ser:fechaSalida>2019-05-15T07:49:27-05:00</ser:fechaSalida>
//                <ser:naturalezaOperacion>01</ser:naturalezaOperacion>
//                <ser:tipoOperacion>1</ser:tipoOperacion>
//                <ser:destinoOperacion>1</ser:destinoOperacion> <!--1: Panama 2: Extranjero-->
//                <ser:formatoCAFE>1</ser:formatoCAFE>
//                <ser:entregaCAFE>1</ser:entregaCAFE>
//                <ser:envioContenedor>1</ser:envioContenedor>
//                <ser:procesoGeneracion>1</ser:procesoGeneracion>
//                <ser:tipoVenta>1</ser:tipoVenta>
//                <ser:informacionInteres>Informacion Interes</ser:informacionInteres>
//                <ser:cliente>
//                   <ser:tipoClienteFE>02</ser:tipoClienteFE> <!--iTipoREC-->           
//                   <ser:tipoContribuyente>2</ser:tipoContribuyente> 
//                   <ser:numeroRUC>155596713-2-2015</ser:numeroRUC> 
//                   <ser:digitoVerificadorRUC>59</ser:digitoVerificadorRUC>
//                   <ser:razonSocial>Ambiente de pruebas</ser:razonSocial>
//                   <ser:direccion>Ave. La Paz</ser:direccion>
//                   <ser:codigoUbicacion>1-1-1</ser:codigoUbicacion>
//                   <ser:provincia>Bocas del Toro</ser:provincia>
//                   <ser:distrito>Bocas del Toro</ser:distrito>
//                   <ser:corregimiento>Bocas del Toro</ser:corregimiento>
//                   <ser:tipoIdentificacion></ser:tipoIdentificacion>
//                   <ser:nroIdentificacionExtranjero></ser:nroIdentificacionExtranjero>
// 	    <ser:paisExtranjero></ser:paisExtranjero>
//                   <ser:telefono1>9999-9999</ser:telefono1>            
//                   <ser:correoElectronico1>usuario@pruebas.com</ser:correoElectronico1>
//                   <ser:pais>PA</ser:pais>
//                   <ser:paisOtro/>
//                </ser:cliente> 
//             </ser:datosTransaccion>
//             <ser:listaItems>
//                  <ser:item>
//                   <ser:descripcion>Lapiz</ser:descripcion>
//    	    <ser:codigo>CA-001</ser:codigo>
//                   <ser:unidadMedida>m</ser:unidadMedida>
//                   <ser:cantidad>1.00</ser:cantidad>
//                   <ser:fechaFabricacion>1999-05-10</ser:fechaFabricacion>
//                   <ser:fechaCaducidad>2019-05-10</ser:fechaCaducidad> 
//                   <ser:unidadMedidaCPBS></ser:unidadMedidaCPBS>
//                   <ser:infoItem>Lapiz con Goma</ser:infoItem>
//                   <ser:precioUnitario>1234.12</ser:precioUnitario>
//                   <ser:precioUnitarioDescuento></ser:precioUnitarioDescuento>
//                   <ser:precioItem>1234.12</ser:precioItem>
//                   <ser:valorTotal>1335.3384</ser:valorTotal> <!--dvalTotItem-->
//                   <ser:codigoGTIN>0</ser:codigoGTIN>
//                   <ser:cantGTINCom>0.99</ser:cantGTINCom>
//                   <ser:codigoGTINInv>0</ser:codigoGTINInv>
//                   <ser:cantGTINComInv>1.00</ser:cantGTINComInv>
//                   <ser:tasaITBMS>01</ser:tasaITBMS>
//                   <ser:valorITBMS>86.3884</ser:valorITBMS>
//                    <ser:listaItemOTI>
//                      <ser:oti>
//                         <ser:tasaOTI>01</ser:tasaOTI>
//                         <ser:valorTasa>14.81</ser:valorTasa>
//                      </ser:oti>
//                        <ser:oti>
//                         <ser:tasaOTI>02</ser:tasaOTI>
//                         <ser:valorTasa>0.02</ser:valorTasa>
//                      </ser:oti>
//                   </ser:listaItemOTI>
//                  </ser:item>
//              </ser:listaItems>    
//             <ser:totalesSubTotales>
//                <ser:totalPrecioNeto>1234.12</ser:totalPrecioNeto>
//                <ser:totalITBMS>86.39</ser:totalITBMS>
//                <ser:totalISC>0.00</ser:totalISC>
//                <ser:totalMontoGravado>101.22</ser:totalMontoGravado>
//                <ser:totalDescuento>0.00</ser:totalDescuento>
//                 <ser:totalAcarreoCobrado/>
//                <ser:valorSeguroCobrado/>
//                <ser:totalFactura>1335.34</ser:totalFactura>
//                <ser:totalValorRecibido>1335.34</ser:totalValorRecibido>
//                <ser:tiempoPago>1</ser:tiempoPago>
//                <ser:nroItems>1</ser:nroItems>
//                <ser:totalTodosItems>1335.34</ser:totalTodosItems>
//                <ser:listaFormaPago>
//                   <ser:formaPago>
//                      <ser:formaPagoFact>02</ser:formaPagoFact>
//                      <ser:descFormaPago/>
//                      <ser:valorCuotaPagada>1335.34</ser:valorCuotaPagada>
//                   </ser:formaPago>
//                </ser:listaFormaPago>
//                     <ser:listaTotalOTI>
//                   <ser:totalOti>
//                      <ser:codigoTotalOTI>01</ser:codigoTotalOTI>
//                      <ser:valorTotalOTI>14.81</ser:valorTotalOTI>
//                   </ser:totalOti>
//                   <ser:totalOti>
//                      <ser:codigoTotalOTI>02</ser:codigoTotalOTI>
//                      <ser:valorTotalOTI>0.02</ser:valorTotalOTI>
//                   </ser:totalOti>
//                </ser:listaTotalOTI>
// 	</ser:totalesSubTotales>  
//      	<ser:usoPosterior>
//             <ser:cufe></ser:cufe>
//           </ser:usoPosterior>
//          </tem:documento>
//       </tem:Enviar>
//    </soapenv:Body>
// </soapenv:Envelope>

// Use this online tool to generate code from sample XML: 
// Generate Code to Create XML

CkoXml *xml = [[CkoXml alloc] init];
xml.Tag = @"soapenv:Envelope";
[xml AddAttribute: @"xmlns:soapenv" value: @"http://schemas.xmlsoap.org/soap/envelope/"];
[xml AddAttribute: @"xmlns:tem" value: @"http://tempuri.org/"];
[xml AddAttribute: @"xmlns:ser" value: @"http://schemas.datacontract.org/2004/07/Services.ObjComprobante.v1_0"];
[xml UpdateChildContent: @"soapenv:Header" value: @""];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:tokenEmpresa" value: @"SOLICITAR"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:tokenPassword" value: @"SOLICITAR"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:codigoSucursalEmisor" value: @"0000"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:tipoSucursal" value: @"1"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:tipoEmision" value: @"01"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:tipoDocumento" value: @"01"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:numeroDocumentoFiscal" value: @"176"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:puntoFacturacionFiscal" value: @"505"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:fechaEmision" value: @"2019-05-15T07:49:27-05:00"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:fechaSalida" value: @"2019-05-15T07:49:27-05:00"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:naturalezaOperacion" value: @"01"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:tipoOperacion" value: @"1"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:destinoOperacion" value: @"1"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:formatoCAFE" value: @"1"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:entregaCAFE" value: @"1"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:envioContenedor" value: @"1"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:procesoGeneracion" value: @"1"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:tipoVenta" value: @"1"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:informacionInteres" value: @"Informacion Interes"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:cliente|ser:tipoClienteFE" value: @"02"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:cliente|ser:tipoContribuyente" value: @"2"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:cliente|ser:numeroRUC" value: @"155596713-2-2015"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:cliente|ser:digitoVerificadorRUC" value: @"59"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:cliente|ser:razonSocial" value: @"Ambiente de pruebas"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:cliente|ser:direccion" value: @"Ave. La Paz"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:cliente|ser:codigoUbicacion" value: @"1-1-1"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:cliente|ser:provincia" value: @"Bocas del Toro"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:cliente|ser:distrito" value: @"Bocas del Toro"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:cliente|ser:corregimiento" value: @"Bocas del Toro"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:cliente|ser:tipoIdentificacion" value: @""];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:cliente|ser:nroIdentificacionExtranjero" value: @""];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:cliente|ser:paisExtranjero" value: @""];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:cliente|ser:telefono1" value: @"9999-9999"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:cliente|ser:correoElectronico1" value: @"usuario@pruebas.com"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:cliente|ser:pais" value: @"PA"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:datosTransaccion|ser:cliente|ser:paisOtro" value: @""];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:listaItems|ser:item|ser:descripcion" value: @"Lapiz"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:listaItems|ser:item|ser:codigo" value: @"CA-001"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:listaItems|ser:item|ser:unidadMedida" value: @"m"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:listaItems|ser:item|ser:cantidad" value: @"1.00"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:listaItems|ser:item|ser:fechaFabricacion" value: @"1999-05-10"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:listaItems|ser:item|ser:fechaCaducidad" value: @"2019-05-10"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:listaItems|ser:item|ser:unidadMedidaCPBS" value: @""];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:listaItems|ser:item|ser:infoItem" value: @"Lapiz con Goma"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:listaItems|ser:item|ser:precioUnitario" value: @"1234.12"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:listaItems|ser:item|ser:precioUnitarioDescuento" value: @""];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:listaItems|ser:item|ser:precioItem" value: @"1234.12"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:listaItems|ser:item|ser:valorTotal" value: @"1335.3384"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:listaItems|ser:item|ser:codigoGTIN" value: @"0"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:listaItems|ser:item|ser:cantGTINCom" value: @"0.99"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:listaItems|ser:item|ser:codigoGTINInv" value: @"0"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:listaItems|ser:item|ser:cantGTINComInv" value: @"1.00"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:listaItems|ser:item|ser:tasaITBMS" value: @"01"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:listaItems|ser:item|ser:valorITBMS" value: @"86.3884"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:listaItems|ser:item|ser:listaItemOTI|ser:oti|ser:tasaOTI" value: @"01"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:listaItems|ser:item|ser:listaItemOTI|ser:oti|ser:valorTasa" value: @"14.81"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:listaItems|ser:item|ser:listaItemOTI|ser:oti[1]|ser:tasaOTI" value: @"02"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:listaItems|ser:item|ser:listaItemOTI|ser:oti[1]|ser:valorTasa" value: @"0.02"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:totalesSubTotales|ser:totalPrecioNeto" value: @"1234.12"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:totalesSubTotales|ser:totalITBMS" value: @"86.39"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:totalesSubTotales|ser:totalISC" value: @"0.00"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:totalesSubTotales|ser:totalMontoGravado" value: @"101.22"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:totalesSubTotales|ser:totalDescuento" value: @"0.00"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:totalesSubTotales|ser:totalAcarreoCobrado" value: @""];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:totalesSubTotales|ser:valorSeguroCobrado" value: @""];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:totalesSubTotales|ser:totalFactura" value: @"1335.34"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:totalesSubTotales|ser:totalValorRecibido" value: @"1335.34"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:totalesSubTotales|ser:tiempoPago" value: @"1"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:totalesSubTotales|ser:nroItems" value: @"1"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:totalesSubTotales|ser:totalTodosItems" value: @"1335.34"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:totalesSubTotales|ser:listaFormaPago|ser:formaPago|ser:formaPagoFact" value: @"02"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:totalesSubTotales|ser:listaFormaPago|ser:formaPago|ser:descFormaPago" value: @""];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:totalesSubTotales|ser:listaFormaPago|ser:formaPago|ser:valorCuotaPagada" value: @"1335.34"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:totalesSubTotales|ser:listaTotalOTI|ser:totalOti|ser:codigoTotalOTI" value: @"01"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:totalesSubTotales|ser:listaTotalOTI|ser:totalOti|ser:valorTotalOTI" value: @"14.81"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:totalesSubTotales|ser:listaTotalOTI|ser:totalOti[1]|ser:codigoTotalOTI" value: @"02"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:totalesSubTotales|ser:listaTotalOTI|ser:totalOti[1]|ser:valorTotalOTI" value: @"0.02"];
[xml UpdateChildContent: @"soapenv:Body|tem:Enviar|tem:documento|ser:usoPosterior|ser:cufe" value: @""];

NSString *strXml = [xml GetXml];

int responseStatusCode;

// We'll need to add this in the HTTP header:
// SOAPAction: http://tempuri.org/IService/Enviar
[http SetRequestHeader: @"SOAPAction" value: @"http://tempuri.org/IService/Enviar"];

// The endpoint for this soap service is:
NSString *endPoint = @"http://demoemision.thefactoryhka.com.pa/ws/obj/v1.0/Service.svc";

CkoHttpResponse *resp = [[CkoHttpResponse alloc] init];
success = [http HttpStr: @"POST" url: endPoint bodyStr: strXml charset: @"utf-8" contentType: @"text/xml" response: resp];
if (success == NO) {
    NSLog(@"%@",http.LastErrorText);
    return;
}

responseStatusCode = [resp.StatusCode intValue];
// You may wish to verify that the responseStatusCode equals 200...
NSLog(@"%@%d",@"Response Status Code: ",responseStatusCode);

// You may examine the exact HTTP header sent with the POST like this:
NSLog(@"%@",@"LastHeader:");
NSLog(@"%@",http.LastHeader);

// Examine the XML returned by the web service:
NSLog(@"%@",@"XML Response:");
CkoXml *xmlResp = [[CkoXml alloc] init];
[xmlResp LoadXml: resp.BodyStr];
NSLog(@"%@",[xmlResp GetXml]);

// Use this online tool to generate parsing code from response XML: 
// Generate Parsing Code from XML