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
Chilkat.Xml xml = new Chilkat.Xml();
xml.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.EmitXmlDecl = false;
string soapRequestBody = xml.GetXml();

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

Chilkat.Http http = new Chilkat.Http();

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

Chilkat.HttpResponse resp = http.PostXml(endpoint,soapRequestBody,"utf-8");
if (http.LastMethodSuccess == false) {
    Debug.WriteLine(http.LastErrorText);
    Debug.WriteLine("Failed to send SOAP request.");
    return;
}

// Get the XML response body.
Chilkat.Xml responseXml = new Chilkat.Xml();
resp.GetBodyXml(responseXml);

int statusCode = resp.StatusCode;
Debug.WriteLine("response status code: " + Convert.ToString(statusCode));

// If the status code does not indicate succcess, then show the response XML,
// which probably contains error information.
if (statusCode != 200) {
    Debug.WriteLine(responseXml.GetXml());
    return;
}

Debug.WriteLine(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).

string description = responseXml.GetChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:description");
description = responseXml.GetChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:description");
string 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");
string internalLocation = responseXml.GetChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:items|*:item|*:internalLocation");
string location = responseXml.GetChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:items|*:item|*:location");
string remark = responseXml.GetChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:items|*:item|*:remark");
string sortOrder = responseXml.GetChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:items|*:item|*:sortOrder");
string sysValue = responseXml.GetChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:items|*:item|*:sysValue");
string v_type = responseXml.GetChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:items|*:item|*:type");
string value = responseXml.GetChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:items|*:item|*:value");
string locationId = responseXml.GetChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:locationId");
string order = responseXml.GetChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:order");
string item = responseXml.GetChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:otherSystemLocationIds|*:item");
item = responseXml.GetChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:remarks|*:item");
string side = responseXml.GetChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:side");
string height = responseXml.GetChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:systemDetailImage|*:height");
string imagePath = responseXml.GetChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:systemDetailImage|*:imagePath");
string size = responseXml.GetChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:locationSystems|*:item|*:systemDetailImage|*:size");
string 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");
string subject = responseXml.GetChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:locationSubjects|*:item|*:subject");
string confirmationLink = responseXml.GetChildContent("*:Body|*:getLocationSystemBySubjectResponse|*:getLocationSystemBySubjectReturn|*:status|*:confirmationLink");
string 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>