SOAP WSDL Generate Code

DataServiceEndpointSoapBinding / processRepairTasks2

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
    xml := chilkat.NewXml()
    xml.SetTag("soapenv:Envelope")
    xml.AddAttribute("xmlns:intf","http://data.webservice.workshop.vivid.nl")
    xml.AddAttribute("xmlns:soapenv","http://schemas.xmlsoap.org/soap/envelope/")
    xml.UpdateChildContent("soapenv:Header","")
    xml.UpdateChildContent("soapenv:Body|intf:processRepairTasks2|intf:vrid","xml")
    xml.UpdateChildContent("soapenv:Body|intf:processRepairTasks2|intf:descriptionLanguage","xml")
    xml.UpdateChildContent("soapenv:Body|intf:processRepairTasks2|intf:repairtimeTypeId","xml")
    xml.UpdateChildContent("soapenv:Body|intf:processRepairTasks2|intf:ids","xml")
    xml.UpdateChildContent("soapenv:Body|intf:processRepairTasks2|intf:vatRate","xml")
    xml.UpdateChildContent("soapenv:Body|intf:processRepairTasks2|intf:labourRate","xml")

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

    endpoint := "http://www.haynespro-services.com/workshopServices3/services/DataServiceEndpoint"
    soapAction := ""
    //  For SOAP requests, the standard Content-Type is usually set to "text/xml" or "application/soap+xml"
    contentType := "text/xml"

    http := chilkat.NewHttp()

    http.ClearHeaders()
    http.SetRequestHeader("Content-Type",contentType)
    http.SetRequestHeader("SOAPAction",soapAction)

    resp := http.PostXml(endpoint,*soapRequestBody,"utf-8")
    if http.LastMethodSuccess() == false {
        fmt.Println(http.LastErrorText())
        fmt.Println("Failed to send SOAP request.")
        xml.DisposeXml()
        http.DisposeHttp()
        return
    }

    // Get the XML response body.
    responseXml := chilkat.NewXml()
    resp.GetBodyXml(responseXml)

    statusCode := resp.StatusCode()
    fmt.Println("response status code: ", statusCode)

    resp.DisposeHttpResponse()

    // If the status code does not indicate succcess, then show the response XML,
    // which probably contains error information.
    if statusCode != 200 {
        fmt.Println(*responseXml.GetXml())
        xml.DisposeXml()
        http.DisposeHttp()
        responseXml.DisposeXml()
        return
    }

    fmt.Println(*responseXml.GetXml())

    // 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).

    item := responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:calculatedTimes|*:item")
    item = responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:descriptions|*:item")
    item = responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:genarts|*:item")
    item = responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:ids|*:item")
    price := responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:price")
    awNumber := responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:followUpWorkList|*:item|*:awNumber")
    description := responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:followUpWorkList|*:item|*:description")
    direction := responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:followUpWorkList|*:item|*:direction")
    item = responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:followUpWorkList|*:item|*:genarts|*:item")
    hasInfoGroups := responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:followUpWorkList|*:item|*:hasInfoGroups")
    value := responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:followUpWorkList|*:item|*:value")
    awNumber = responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:includedList|*:item|*:awNumber")
    description = responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:includedList|*:item|*:description")
    direction = responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:includedList|*:item|*:direction")
    item = responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:includedList|*:item|*:genarts|*:item")
    hasInfoGroups = responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:includedList|*:item|*:hasInfoGroups")
    value = responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:includedList|*:item|*:value")
    nodeId := responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:nodeId")
    awNumber = responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:notIncludedList|*:item|*:awNumber")
    description = responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:notIncludedList|*:item|*:description")
    direction = responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:notIncludedList|*:item|*:direction")
    item = responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:notIncludedList|*:item|*:genarts|*:item")
    hasInfoGroups = responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:notIncludedList|*:item|*:hasInfoGroups")
    value = responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:notIncludedList|*:item|*:value")
    awNumber = responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:preliminaryList|*:item|*:awNumber")
    description = responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:preliminaryList|*:item|*:description")
    direction = responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:preliminaryList|*:item|*:direction")
    item = responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:preliminaryList|*:item|*:genarts|*:item")
    hasInfoGroups = responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:preliminaryList|*:item|*:hasInfoGroups")
    value = responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:preliminaryList|*:item|*:value")
    confirmationLink := responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:status|*:confirmationLink")
    statusCode := responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:repairtimesInfos|*:item|*:status|*:statusCode")
    confirmationLink = responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:status|*:confirmationLink")
    statusCode = responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:status|*:statusCode")
    item = responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:subtotal|*:item")
    totalPrice := responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:totalPrice")
    totalTime := responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:totalTime")
    vat := responseXml.GetChildContent("*:Body|*:processRepairTasks2Response|*:processRepairTasks2Return|*:vat")

    xml.DisposeXml()
    http.DisposeHttp()
    responseXml.DisposeXml()
Request XML
<soapenv:Envelope xmlns:intf="http://data.webservice.workshop.vivid.nl" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Header/>
    <soapenv:Body>
        <intf:processRepairTasks2>
            <intf:vrid>xml</intf:vrid>
            <intf:descriptionLanguage>xml</intf:descriptionLanguage>
            <intf:repairtimeTypeId>xml</intf:repairtimeTypeId>
            <intf:ids>xml</intf:ids>
            <intf:vatRate>xml</intf:vatRate>
            <intf:labourRate>xml</intf:labourRate>
        </intf:processRepairTasks2>
    </soapenv:Body>
</soapenv:Envelope>
Response XML
<soapenv:Envelope xmlns:intf="http://data.webservice.workshop.vivid.nl" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Header/>
    <soapenv:Body>
        <intf:processRepairTasks2Response>
            <intf:processRepairTasks2Return>
                <intf:calculatedTimes>
                    <intf:item>xml</intf:item>
                </intf:calculatedTimes>
                <intf:descriptions>
                    <intf:item>xml</intf:item>
                </intf:descriptions>
                <intf:genarts>
                    <intf:item>xml</intf:item>
                </intf:genarts>
                <intf:ids>
                    <intf:item>xml</intf:item>
                </intf:ids>
                <intf:price>xml</intf:price>
                <intf:repairtimesInfos>
                    <intf:item>
                        <intf:followUpWorkList>
                            <intf:item>
                                <intf:awNumber>xml</intf:awNumber>
                                <intf:description>xml</intf:description>
                                <intf:direction>xml</intf:direction>
                                <intf:genarts>
                                    <intf:item>xml</intf:item>
                                </intf:genarts>
                                <intf:hasInfoGroups>xml</intf:hasInfoGroups>
                                <intf:value>xml</intf:value>
                            </intf:item>
                        </intf:followUpWorkList>
                        <intf:includedList>
                            <intf:item>
                                <intf:awNumber>xml</intf:awNumber>
                                <intf:description>xml</intf:description>
                                <intf:direction>xml</intf:direction>
                                <intf:genarts>
                                    <intf:item>xml</intf:item>
                                </intf:genarts>
                                <intf:hasInfoGroups>xml</intf:hasInfoGroups>
                                <intf:value>xml</intf:value>
                            </intf:item>
                        </intf:includedList>
                        <intf:nodeId>xml</intf:nodeId>
                        <intf:notIncludedList>
                            <intf:item>
                                <intf:awNumber>xml</intf:awNumber>
                                <intf:description>xml</intf:description>
                                <intf:direction>xml</intf:direction>
                                <intf:genarts>
                                    <intf:item>xml</intf:item>
                                </intf:genarts>
                                <intf:hasInfoGroups>xml</intf:hasInfoGroups>
                                <intf:value>xml</intf:value>
                            </intf:item>
                        </intf:notIncludedList>
                        <intf:preliminaryList>
                            <intf:item>
                                <intf:awNumber>xml</intf:awNumber>
                                <intf:description>xml</intf:description>
                                <intf:direction>xml</intf:direction>
                                <intf:genarts>
                                    <intf:item>xml</intf:item>
                                </intf:genarts>
                                <intf:hasInfoGroups>xml</intf:hasInfoGroups>
                                <intf:value>xml</intf:value>
                            </intf:item>
                        </intf:preliminaryList>
                        <intf:status>
                            <intf:confirmationLink>xml</intf:confirmationLink>
                            <intf:statusCode>xml</intf:statusCode>
                        </intf:status>
                    </intf:item>
                </intf:repairtimesInfos>
                <intf:status>
                    <intf:confirmationLink>xml</intf:confirmationLink>
                    <intf:statusCode>xml</intf:statusCode>
                </intf:status>
                <intf:subtotal>
                    <intf:item>xml</intf:item>
                </intf:subtotal>
                <intf:totalPrice>xml</intf:totalPrice>
                <intf:totalTime>xml</intf:totalTime>
                <intf:vat>xml</intf:vat>
            </intf:processRepairTasks2Return>
        </intf:processRepairTasks2Response>
    </soapenv:Body>
</soapenv:Envelope>