SOAP WSDL Generate Code

DataServiceEndpointSoapBinding / getDrawingsV4

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
Dim xml As New Chilkat.Xml
xml.Tag = "soapenv:Envelope"
Dim success As Boolean
success = xml.AddAttribute("xmlns:intf","http://data.webservice.workshop.vivid.nl")
success = xml.AddAttribute("xmlns:soapenv","http://schemas.xmlsoap.org/soap/envelope/")
xml.UpdateChildContent "soapenv:Header",""
xml.UpdateChildContent "soapenv:Body|intf:getDrawingsV4|intf:vrid","xml"
xml.UpdateChildContent "soapenv:Body|intf:getDrawingsV4|intf:descriptionLanguage","xml"
xml.UpdateChildContent "soapenv:Body|intf:getDrawingsV4|intf:carTypeId","xml"
xml.UpdateChildContent "soapenv:Body|intf:getDrawingsV4|intf:repairTimesTypeId","xml"
xml.UpdateChildContent "soapenv:Body|intf:getDrawingsV4|intf:typeCategory","xml"
xml.UpdateChildContent "soapenv:Body|intf:getDrawingsV4|intf:carTypeGroup","xml"
xml.UpdateChildContent "soapenv:Body|intf:getDrawingsV4|intf:axleComponents","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.EmitXmlDecl = False
Dim soapRequestBody As String
soapRequestBody = xml.GetXml()

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

Dim http As New Chilkat.Http

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

Dim resp As Chilkat.HttpResponse
resp = http.PostXml(endpoint,soapRequestBody,"utf-8")
If (http.LastMethodSuccess = False) Then
    System.DebugLog(http.LastErrorText)
    System.DebugLog("Failed to send SOAP request.")
    Return
End If

// Get the XML response body.
Dim responseXml As New Chilkat.Xml
success = resp.GetBodyXml(responseXml)

Dim statusCode As Int32
statusCode = resp.StatusCode
System.DebugLog("response status code: " + Str(statusCode))

// If the status code does not indicate succcess, then show the response XML,
// which probably contains error information.
If (statusCode <> 200) Then
    System.DebugLog(responseXml.GetXml())
    Return
End If

System.DebugLog(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).

Dim description As String
description = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:description")
description = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:generalArticles|*:item|*:description")
Dim id As String
id = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:generalArticles|*:item|*:id")
Dim mandatory As String
mandatory = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:generalArticles|*:item|*:mandatory")
Dim criteriaId As String
criteriaId = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:generalCriteria|*:item|*:groupCriterias|*:item|*:criteriaId")
Dim criteriaLevel As String
criteriaLevel = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:generalCriteria|*:item|*:groupCriterias|*:item|*:criteriaLevel")
description = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:generalCriteria|*:item|*:groupCriterias|*:item|*:description")
Dim value1 As String
value1 = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:generalCriteria|*:item|*:groupCriterias|*:item|*:value1")
Dim value2 As String
value2 = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:generalCriteria|*:item|*:groupCriterias|*:item|*:value2")
Dim groupDescription As String
groupDescription = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:generalCriteria|*:item|*:groupDescription")
Dim groupId As String
groupId = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:generalCriteria|*:item|*:groupId")
Dim mimeDataName As String
mimeDataName = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:mimeDataName")
Dim awNumber As String
awNumber = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:repairTasks|*:item|*:awNumber")
description = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:repairTasks|*:item|*:description")
description = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:repairTasks|*:item|*:genarts|*:item|*:description")
id = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:repairTasks|*:item|*:genarts|*:item|*:id")
mandatory = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:repairTasks|*:item|*:genarts|*:item|*:mandatory")
Dim hasInfoGroups As String
hasInfoGroups = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:repairTasks|*:item|*:hasInfoGroups")
Dim hasSubnodes As String
hasSubnodes = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:repairTasks|*:item|*:hasSubnodes")
id = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:repairTasks|*:item|*:id")
Dim order As String
order = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:repairTasks|*:item|*:order")
Dim confirmationLink As String
confirmationLink = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:repairTasks|*:item|*:status|*:confirmationLink")
Dim statusCode As String
statusCode = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:repairTasks|*:item|*:status|*:statusCode")
Dim value As String
value = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:repairTasks|*:item|*:value")
confirmationLink = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:status|*:confirmationLink")
statusCode = responseXml.GetChildContent("*:Body|*:getDrawingsV4Response|*:getDrawingsV4Return|*:status|*:statusCode")
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:getDrawingsV4>
            <intf:vrid>xml</intf:vrid>
            <intf:descriptionLanguage>xml</intf:descriptionLanguage>
            <intf:carTypeId>xml</intf:carTypeId>
            <intf:repairTimesTypeId>xml</intf:repairTimesTypeId>
            <intf:typeCategory>xml</intf:typeCategory>
            <intf:carTypeGroup>xml</intf:carTypeGroup>
            <intf:axleComponents>xml</intf:axleComponents>
        </intf:getDrawingsV4>
    </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:getDrawingsV4Response>
            <intf:getDrawingsV4Return>
                <intf:description>xml</intf:description>
                <intf:generalArticles>
                    <intf:item>
                        <intf:description>xml</intf:description>
                        <intf:id>xml</intf:id>
                        <intf:mandatory>xml</intf:mandatory>
                    </intf:item>
                </intf:generalArticles>
                <intf:generalCriteria>
                    <intf:item>
                        <intf:groupCriterias>
                            <intf:item>
                                <intf:criteriaId>xml</intf:criteriaId>
                                <intf:criteriaLevel>xml</intf:criteriaLevel>
                                <intf:description>xml</intf:description>
                                <intf:value1>xml</intf:value1>
                                <intf:value2>xml</intf:value2>
                            </intf:item>
                        </intf:groupCriterias>
                        <intf:groupDescription>xml</intf:groupDescription>
                        <intf:groupId>xml</intf:groupId>
                    </intf:item>
                </intf:generalCriteria>
                <intf:mimeDataName>xml</intf:mimeDataName>
                <intf:repairTasks>
                    <intf:item>
                        <intf:awNumber>xml</intf:awNumber>
                        <intf:description>xml</intf:description>
                        <intf:genarts>
                            <intf:item>
                                <intf:description>xml</intf:description>
                                <intf:id>xml</intf:id>
                                <intf:mandatory>xml</intf:mandatory>
                            </intf:item>
                        </intf:genarts>
                        <intf:hasInfoGroups>xml</intf:hasInfoGroups>
                        <intf:hasSubnodes>xml</intf:hasSubnodes>
                        <intf:id>xml</intf:id>
                        <intf:order>xml</intf:order>
                        <intf:status>
                            <intf:confirmationLink>xml</intf:confirmationLink>
                            <intf:statusCode>xml</intf:statusCode>
                        </intf:status>
                        <intf:value>xml</intf:value>
                    </intf:item>
                </intf:repairTasks>
                <intf:status>
                    <intf:confirmationLink>xml</intf:confirmationLink>
                    <intf:statusCode>xml</intf:statusCode>
                </intf:status>
                <intf:subDrawings>
                    <intf:item/>
                </intf:subDrawings>
            </intf:getDrawingsV4Return>
        </intf:getDrawingsV4Response>
    </soapenv:Body>
</soapenv:Envelope>