SOAP WSDL Generate Code

DataServiceEndpointSoapBinding / getLocationSystemBySubject

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
require 'chilkat'

xml = Chilkat::CkXml.new()
xml.put_Tag("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:getLocationSystemBySubject|intf:vrid","xml")
xml.UpdateChildContent("soapenv:Body|intf:getLocationSystemBySubject|intf:carTypeId","xml")
xml.UpdateChildContent("soapenv:Body|intf:getLocationSystemBySubject|intf:showMMP","xml")
xml.UpdateChildContent("soapenv:Body|intf:getLocationSystemBySubject|intf:showFusesAndRelays","xml")
xml.UpdateChildContent("soapenv:Body|intf:getLocationSystemBySubject|intf:showControlUnit","xml")
xml.UpdateChildContent("soapenv:Body|intf:getLocationSystemBySubject|intf:showGroundingPoints","xml")
xml.UpdateChildContent("soapenv:Body|intf:getLocationSystemBySubject|intf:language","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.put_EmitXmlDecl(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::CkHttp.new()

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

# resp is a CkHttpResponse
resp = http.PostXml(endpoint,soapRequestBody,"utf-8")
if (http.get_LastMethodSuccess() == false)
    print http.lastErrorText() + "\n";
    print "Failed to send SOAP request." + "\n";
    exit
end

# Get the XML response body.
responseXml = Chilkat::CkXml.new()
resp.GetBodyXml(responseXml)

statusCode = resp.get_StatusCode()
print "response status code: " + statusCode.to_s() + "\n";

# If the status code does not indicate succcess, then show the response XML,
# which probably contains error information.
if (statusCode != 200)
    print responseXml.getXml() + "\n";
    exit
end

print responseXml.getXml() + "\n";

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

description = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:description")
description = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:description")
id = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:id")
description = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:items|*:item|*:description")
id = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:items|*:item|*:id")
internalLocation = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:items|*:item|*:internalLocation")
location = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:items|*:item|*:location")
remark = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:items|*:item|*:remark")
sortOrder = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:items|*:item|*:sortOrder")
sysValue = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:items|*:item|*:sysValue")
v_type = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:items|*:item|*:type")
value = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:items|*:item|*:value")
locationId = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:locationId")
order = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:order")
item = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:otherSystemLocationIds|*:item")
item = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:remarks|*:item")
side = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:side")
height = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:systemDetailImage|*:height")
imagePath = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:systemDetailImage|*:imagePath")
size = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:systemDetailImage|*:size")
width = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:systemDetailImage|*:width")
height = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:systemPositionImage|*:height")
imagePath = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:systemPositionImage|*:imagePath")
size = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:systemPositionImage|*:size")
width = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:systemPositionImage|*:width")
subject = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:subject")
confirmationLink = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:status|*:confirmationLink")
statusCode = responseXml.getChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*: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:getLocationSystemBySubject>
            <intf:vrid>xml</intf:vrid>
            <intf:carTypeId>xml</intf:carTypeId>
            <intf:showMMP>xml</intf:showMMP>
            <intf:showFusesAndRelays>xml</intf:showFusesAndRelays>
            <intf:showControlUnit>xml</intf:showControlUnit>
            <intf:showGroundingPoints>xml</intf:showGroundingPoints>
            <intf:language>xml</intf:language>
        </intf:getLocationSystemBySubject>
    </soapenv:Body>
</soapenv:Envelope>
Response XML
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tns2="http://datatypes.webservice.elecdata.vivid.nl" xmlns:tns1="http://datamodel.webservice.elecdata.vivid.nl" xmlns:intf="http://data.webservice.workshop.vivid.nl">
    <soapenv:Header/>
    <soapenv:Body>
        <intf:getLocationSystemBySubjectResponse>
            <intf:getLocationSystemBySubjectReturn>
                <tns1:locationSubjects>
                    <intf:item>
                        <tns1:description>xml</tns1:description>
                        <tns1:locationSystems>
                            <intf:item>
                                <tns1:description>xml</tns1:description>
                                <tns1:id>xml</tns1:id>
                                <tns1:items>
                                    <intf:item>
                                        <tns2:description>xml</tns2:description>
                                        <tns2:id>xml</tns2:id>
                                        <tns2:internalLocation>xml</tns2:internalLocation>
                                        <tns2:location>xml</tns2:location>
                                        <tns2:remark>xml</tns2:remark>
                                        <tns2:sortOrder>xml</tns2:sortOrder>
                                        <tns2:sysValue>xml</tns2:sysValue>
                                        <tns2:type>xml</tns2:type>
                                        <tns2:value>xml</tns2:value>
                                    </intf:item>
                                </tns1:items>
                                <tns1:locationId>xml</tns1:locationId>
                                <tns1:order>xml</tns1:order>
                                <tns1:otherSystemLocationIds>
                                    <intf:item>xml</intf:item>
                                </tns1:otherSystemLocationIds>
                                <tns1:remarks>
                                    <intf:item>xml</intf:item>
                                </tns1:remarks>
                                <tns1:side>xml</tns1:side>
                                <tns1:systemDetailImage>
                                    <tns2:height>xml</tns2:height>
                                    <tns2:imagePath>xml</tns2:imagePath>
                                    <tns2:size>xml</tns2:size>
                                    <tns2:width>xml</tns2:width>
                                </tns1:systemDetailImage>
                                <tns1:systemPositionImage>
                                    <tns2:height>xml</tns2:height>
                                    <tns2:imagePath>xml</tns2:imagePath>
                                    <tns2:size>xml</tns2:size>
                                    <tns2:width>xml</tns2:width>
                                </tns1:systemPositionImage>
                            </intf:item>
                        </tns1:locationSystems>
                        <tns1:subject>xml</tns1:subject>
                    </intf:item>
                </tns1:locationSubjects>
                <tns1:status>
                    <intf:confirmationLink>xml</intf:confirmationLink>
                    <intf:statusCode>xml</intf:statusCode>
                </tns1:status>
            </intf:getLocationSystemBySubjectReturn>
        </intf:getLocationSystemBySubjectResponse>
    </soapenv:Body>
</soapenv:Envelope>