SOAP WSDL Generate Code

DPDPackageObjServicesServiceSoapBinding / generateSpedLabelsV4

ASP AutoIt C C (Unicode) C++ C++ (Unicode) C# DataFlex Delphi Foxpro Go Java Node.js Objective-C Perl PHP Extension PowerBuilder Powershell PureBasic Python CkPython Ruby SQL Server Swift TCL VB.NET VB6 VBScript Xojo
#include <C_CkXmlW.h>
#include <C_CkHttpW.h>
#include <C_CkHttpResponseW.h>

void ChilkatSample(void)
    {
    HCkXmlW xml;
    const wchar_t *soapRequestBody;
    const wchar_t *endpoint;
    const wchar_t *soapAction;
    const wchar_t *contentType;
    HCkHttpW http;
    HCkHttpResponseW resp;
    HCkXmlW responseXml;
    int statusCode;
    const wchar_t *documentData;
    const wchar_t *documentId;
    int packageId;
    int parcelId;
    const wchar_t *reference;
    const wchar_t *description;
    const wchar_t *status;
    const wchar_t *waybill;
    int sessionId;

    xml = CkXmlW_Create();
    CkXmlW_putTag(xml,L"soapenv:Envelope");
    CkXmlW_AddAttribute(xml,L"xmlns:soapenv",L"http://schemas.xmlsoap.org/soap/envelope/");
    CkXmlW_AddAttribute(xml,L"xmlns:dpd",L"http://dpdservices.dpd.com.pl/");
    CkXmlW_UpdateChildContent(xml,L"soapenv:Header",L"");
    CkXmlW_UpdateChildContent(xml,L"soapenv:Body|dpd:generateSpedLabelsV4|dpd:dpdServicesParamsV1|dpd:documentId",L"string");
    CkXmlW_UpdateChildContent(xml,L"soapenv:Body|dpd:generateSpedLabelsV4|dpd:dpdServicesParamsV1|dpd:pickupAddress|dpd:address",L"string");
    CkXmlW_UpdateChildContent(xml,L"soapenv:Body|dpd:generateSpedLabelsV4|dpd:dpdServicesParamsV1|dpd:pickupAddress|dpd:city",L"string");
    CkXmlW_UpdateChildContent(xml,L"soapenv:Body|dpd:generateSpedLabelsV4|dpd:dpdServicesParamsV1|dpd:pickupAddress|dpd:company",L"string");
    CkXmlW_UpdateChildContent(xml,L"soapenv:Body|dpd:generateSpedLabelsV4|dpd:dpdServicesParamsV1|dpd:pickupAddress|dpd:countryCode",L"string");
    CkXmlW_UpdateChildContent(xml,L"soapenv:Body|dpd:generateSpedLabelsV4|dpd:dpdServicesParamsV1|dpd:pickupAddress|dpd:email",L"string");
    CkXmlW_UpdateChildContentInt(xml,L"soapenv:Body|dpd:generateSpedLabelsV4|dpd:dpdServicesParamsV1|dpd:pickupAddress|dpd:fid",1042);
    CkXmlW_UpdateChildContent(xml,L"soapenv:Body|dpd:generateSpedLabelsV4|dpd:dpdServicesParamsV1|dpd:pickupAddress|dpd:name",L"string");
    CkXmlW_UpdateChildContent(xml,L"soapenv:Body|dpd:generateSpedLabelsV4|dpd:dpdServicesParamsV1|dpd:pickupAddress|dpd:phone",L"string");
    CkXmlW_UpdateChildContent(xml,L"soapenv:Body|dpd:generateSpedLabelsV4|dpd:dpdServicesParamsV1|dpd:pickupAddress|dpd:postalCode",L"string");
    CkXmlW_UpdateChildContent(xml,L"soapenv:Body|dpd:generateSpedLabelsV4|dpd:dpdServicesParamsV1|dpd:policy",L"STOP_ON_FIRST_ERROR");
    CkXmlW_UpdateChildContentInt(xml,L"soapenv:Body|dpd:generateSpedLabelsV4|dpd:dpdServicesParamsV1|dpd:session|dpd:packages|dpd:packageId",123456);
    CkXmlW_UpdateChildContentInt(xml,L"soapenv:Body|dpd:generateSpedLabelsV4|dpd:dpdServicesParamsV1|dpd:session|dpd:packages|dpd:parcels|dpd:parcelId",123456);
    CkXmlW_UpdateChildContent(xml,L"soapenv:Body|dpd:generateSpedLabelsV4|dpd:dpdServicesParamsV1|dpd:session|dpd:packages|dpd:parcels|dpd:reference",L"string");
    CkXmlW_UpdateChildContent(xml,L"soapenv:Body|dpd:generateSpedLabelsV4|dpd:dpdServicesParamsV1|dpd:session|dpd:packages|dpd:parcels|dpd:waybill",L"string");
    CkXmlW_UpdateChildContent(xml,L"soapenv:Body|dpd:generateSpedLabelsV4|dpd:dpdServicesParamsV1|dpd:session|dpd:packages|dpd:reference",L"string");
    CkXmlW_UpdateChildContentInt(xml,L"soapenv:Body|dpd:generateSpedLabelsV4|dpd:dpdServicesParamsV1|dpd:session|dpd:sessionId",123456);
    CkXmlW_UpdateChildContent(xml,L"soapenv:Body|dpd:generateSpedLabelsV4|dpd:dpdServicesParamsV1|dpd:session|dpd:sessionType",L"DOMESTIC");
    CkXmlW_UpdateChildContent(xml,L"soapenv:Body|dpd:generateSpedLabelsV4|dpd:outputDocFormatV1",L"PDF");
    CkXmlW_UpdateChildContent(xml,L"soapenv:Body|dpd:generateSpedLabelsV4|dpd:outputDocPageFormatV1",L"A4");
    CkXmlW_UpdateChildContent(xml,L"soapenv:Body|dpd:generateSpedLabelsV4|dpd:outputLabelType",L"BIC3");
    CkXmlW_UpdateChildContent(xml,L"soapenv:Body|dpd:generateSpedLabelsV4|dpd:labelVariant",L"string");
    CkXmlW_UpdateChildContent(xml,L"soapenv:Body|dpd:generateSpedLabelsV4|dpd:authDataV1|dpd:login",L"string");
    CkXmlW_UpdateChildContentInt(xml,L"soapenv:Body|dpd:generateSpedLabelsV4|dpd:authDataV1|dpd:masterFid",1042);
    CkXmlW_UpdateChildContent(xml,L"soapenv:Body|dpd:generateSpedLabelsV4|dpd:authDataV1|dpd:password",L"string");

    // In a SOAP HTTP request, including the XML declaration (<?xml version="1.0" encoding="UTF-8"?>) in the XML body is generally not required. 
    CkXmlW_putEmitXmlDecl(xml,FALSE);
    soapRequestBody = CkXmlW_getXml(xml);

    endpoint = L"https://dpdservicesdemo.dpd.com.pl/DPDPackageObjServicesService/DPDPackageObjServices";
    soapAction = L"";
    //  For SOAP requests, the standard Content-Type is usually set to "text/xml" or "application/soap+xml"
    contentType = L"text/xml";

    http = CkHttpW_Create();

    CkHttpW_ClearHeaders(http);
    CkHttpW_SetRequestHeader(http,L"Content-Type",contentType);
    CkHttpW_SetRequestHeader(http,L"SOAPAction",soapAction);

    resp = CkHttpW_PostXml(http,endpoint,soapRequestBody,L"utf-8");
    if (CkHttpW_getLastMethodSuccess(http) == FALSE) {
        wprintf(L"%s\n",CkHttpW_lastErrorText(http));
        wprintf(L"Failed to send SOAP request.\n");
        CkXmlW_Dispose(xml);
        CkHttpW_Dispose(http);
        return;
    }

    // Get the XML response body.
    responseXml = CkXmlW_Create();
    CkHttpResponseW_GetBodyXml(resp,responseXml);

    statusCode = CkHttpResponseW_getStatusCode(resp);
    wprintf(L"response status code: %d\n",statusCode);

    CkHttpResponseW_Dispose(resp);

    // If the status code does not indicate succcess, then show the response XML,
    // which probably contains error information.
    if (statusCode != 200) {
        wprintf(L"%s\n",CkXmlW_getXml(responseXml));
        CkXmlW_Dispose(xml);
        CkHttpW_Dispose(http);
        CkXmlW_Dispose(responseXml);
        return;
    }

    wprintf(L"%s\n",CkXmlW_getXml(responseXml));

    // Parse the successful SOAP response XML.

    // This is a sample of the response XML, but the namespace prefixes will be different.
    // We can parse the result using "*" for the namespace prefixes (see below).

    documentData = CkXmlW_getChildContent(responseXml,L"*:Body|*:generateSpedLabelsV4Response|*:return|*:documentData");
    documentId = CkXmlW_getChildContent(responseXml,L"*:Body|*:generateSpedLabelsV4Response|*:return|*:documentId");
    packageId = CkXmlW_GetChildIntValue(responseXml,L"*:Body|*:generateSpedLabelsV4Response|*:return|*:session|*:packages|*:packageId");
    parcelId = CkXmlW_GetChildIntValue(responseXml,L"*:Body|*:generateSpedLabelsV4Response|*:return|*:session|*:packages|*:parcels|*:parcelId");
    reference = CkXmlW_getChildContent(responseXml,L"*:Body|*:generateSpedLabelsV4Response|*:return|*:session|*:packages|*:parcels|*:reference");
    description = CkXmlW_getChildContent(responseXml,L"*:Body|*:generateSpedLabelsV4Response|*:return|*:session|*:packages|*:parcels|*:statusInfo|*:description");
    status = CkXmlW_getChildContent(responseXml,L"*:Body|*:generateSpedLabelsV4Response|*:return|*:session|*:packages|*:parcels|*:statusInfo|*:status");
    waybill = CkXmlW_getChildContent(responseXml,L"*:Body|*:generateSpedLabelsV4Response|*:return|*:session|*:packages|*:parcels|*:waybill");
    reference = CkXmlW_getChildContent(responseXml,L"*:Body|*:generateSpedLabelsV4Response|*:return|*:session|*:packages|*:reference");
    description = CkXmlW_getChildContent(responseXml,L"*:Body|*:generateSpedLabelsV4Response|*:return|*:session|*:packages|*:statusInfo|*:description");
    status = CkXmlW_getChildContent(responseXml,L"*:Body|*:generateSpedLabelsV4Response|*:return|*:session|*:packages|*:statusInfo|*:status");
    sessionId = CkXmlW_GetChildIntValue(responseXml,L"*:Body|*:generateSpedLabelsV4Response|*:return|*:session|*:sessionId");
    description = CkXmlW_getChildContent(responseXml,L"*:Body|*:generateSpedLabelsV4Response|*:return|*:session|*:statusInfo|*:description");
    status = CkXmlW_getChildContent(responseXml,L"*:Body|*:generateSpedLabelsV4Response|*:return|*:session|*:statusInfo|*:status");


    CkXmlW_Dispose(xml);
    CkHttpW_Dispose(http);
    CkXmlW_Dispose(responseXml);

    }
Request XML
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dpd="http://dpdservices.dpd.com.pl/">
    <soapenv:Header/>
    <soapenv:Body>
        <dpd:generateSpedLabelsV4>
            <dpd:dpdServicesParamsV1>
                <dpd:documentId>string</dpd:documentId>
                <dpd:pickupAddress>
                    <dpd:address>string</dpd:address>
                    <dpd:city>string</dpd:city>
                    <dpd:company>string</dpd:company>
                    <dpd:countryCode>string</dpd:countryCode>
                    <dpd:email>string</dpd:email>
                    <dpd:fid>1042</dpd:fid>
                    <dpd:name>string</dpd:name>
                    <dpd:phone>string</dpd:phone>
                    <dpd:postalCode>string</dpd:postalCode>
                </dpd:pickupAddress>
                <dpd:policy>STOP_ON_FIRST_ERROR</dpd:policy>
                <dpd:session>
                    <dpd:packages>
                        <dpd:packageId>123456</dpd:packageId>
                        <dpd:parcels>
                            <dpd:parcelId>123456</dpd:parcelId>
                            <dpd:reference>string</dpd:reference>
                            <dpd:waybill>string</dpd:waybill>
                        </dpd:parcels>
                        <dpd:reference>string</dpd:reference>
                    </dpd:packages>
                    <dpd:sessionId>123456</dpd:sessionId>
                    <dpd:sessionType>DOMESTIC</dpd:sessionType>
                </dpd:session>
            </dpd:dpdServicesParamsV1>
            <dpd:outputDocFormatV1>PDF</dpd:outputDocFormatV1>
            <dpd:outputDocPageFormatV1>A4</dpd:outputDocPageFormatV1>
            <dpd:outputLabelType>BIC3</dpd:outputLabelType>
            <dpd:labelVariant>string</dpd:labelVariant>
            <dpd:authDataV1>
                <dpd:login>string</dpd:login>
                <dpd:masterFid>1042</dpd:masterFid>
                <dpd:password>string</dpd:password>
            </dpd:authDataV1>
        </dpd:generateSpedLabelsV4>
    </soapenv:Body>
</soapenv:Envelope>
Response XML
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dpd="http://dpdservices.dpd.com.pl/">
    <soapenv:Header/>
    <soapenv:Body>
        <dpd:generateSpedLabelsV4Response>
            <dpd:return>
                <dpd:documentData>BqozVXeZZg==</dpd:documentData>
                <dpd:documentId>string</dpd:documentId>
                <dpd:session>
                    <dpd:packages>
                        <dpd:packageId>123456</dpd:packageId>
                        <dpd:parcels>
                            <dpd:parcelId>123456</dpd:parcelId>
                            <dpd:reference>string</dpd:reference>
                            <dpd:statusInfo>
                                <dpd:description>string</dpd:description>
                                <dpd:status>OK</dpd:status>
                            </dpd:statusInfo>
                            <dpd:waybill>string</dpd:waybill>
                        </dpd:parcels>
                        <dpd:reference>string</dpd:reference>
                        <dpd:statusInfo>
                            <dpd:description>string</dpd:description>
                            <dpd:status>OK</dpd:status>
                        </dpd:statusInfo>
                    </dpd:packages>
                    <dpd:sessionId>123456</dpd:sessionId>
                    <dpd:statusInfo>
                        <dpd:description>string</dpd:description>
                        <dpd:status>OK</dpd:status>
                    </dpd:statusInfo>
                </dpd:session>
            </dpd:return>
        </dpd:generateSpedLabelsV4Response>
    </soapenv:Body>
</soapenv:Envelope>