WebService


Click here for a complete list of operations.

GetNodeImageFiles

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /WebService.asmx HTTP/1.1
Host: api.symbolsource.org
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://api.symbolsource.org/schemas/webServices/GetNodeImageFiles"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetNodeImageFiles xmlns="http://api.symbolsource.org/schemas/webServices">
      <caller>
        <Company>string</Company>
        <Name>string</Name>
        <KeyValue>string</KeyValue>
        <KeyType>string</KeyType>
      </caller>
      <nodeImageFile>
        <Name>string</Name>
        <Fullname>string</Fullname>
        <Type>string</Type>
        <Modifier>string</Modifier>
        <CodeBlockAddresses>
          <CodeBlockAddress>
            <SourceFile xsi:nil="true" />
            <StartPosition xsi:nil="true" />
            <EndPosition xsi:nil="true" />
          </CodeBlockAddress>
          <CodeBlockAddress>
            <SourceFile xsi:nil="true" />
            <StartPosition xsi:nil="true" />
            <EndPosition xsi:nil="true" />
          </CodeBlockAddress>
        </CodeBlockAddresses>
        <ImageName>string</ImageName>
        <Mode>string</Mode>
        <Platform>string</Platform>
        <Version>string</Version>
        <Project>string</Project>
        <Repository>string</Repository>
        <Company>string</Company>
      </nodeImageFile>
    </GetNodeImageFiles>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetNodeImageFilesResponse xmlns="http://api.symbolsource.org/schemas/webServices">
      <GetNodeImageFilesResult>
        <NodeImageFile>
          <Name>string</Name>
          <Fullname>string</Fullname>
          <Type>string</Type>
          <Modifier>string</Modifier>
          <CodeBlockAddresses>
            <CodeBlockAddress xsi:nil="true" />
            <CodeBlockAddress xsi:nil="true" />
          </CodeBlockAddresses>
          <ImageName>string</ImageName>
          <Mode>string</Mode>
          <Platform>string</Platform>
          <Version>string</Version>
          <Project>string</Project>
          <Repository>string</Repository>
          <Company>string</Company>
        </NodeImageFile>
        <NodeImageFile>
          <Name>string</Name>
          <Fullname>string</Fullname>
          <Type>string</Type>
          <Modifier>string</Modifier>
          <CodeBlockAddresses>
            <CodeBlockAddress xsi:nil="true" />
            <CodeBlockAddress xsi:nil="true" />
          </CodeBlockAddresses>
          <ImageName>string</ImageName>
          <Mode>string</Mode>
          <Platform>string</Platform>
          <Version>string</Version>
          <Project>string</Project>
          <Repository>string</Repository>
          <Company>string</Company>
        </NodeImageFile>
      </GetNodeImageFilesResult>
      <nodeImageFile>
        <Name>string</Name>
        <Fullname>string</Fullname>
        <Type>string</Type>
        <Modifier>string</Modifier>
        <CodeBlockAddresses>
          <CodeBlockAddress>
            <SourceFile xsi:nil="true" />
            <StartPosition xsi:nil="true" />
            <EndPosition xsi:nil="true" />
          </CodeBlockAddress>
          <CodeBlockAddress>
            <SourceFile xsi:nil="true" />
            <StartPosition xsi:nil="true" />
            <EndPosition xsi:nil="true" />
          </CodeBlockAddress>
        </CodeBlockAddresses>
        <ImageName>string</ImageName>
        <Mode>string</Mode>
        <Platform>string</Platform>
        <Version>string</Version>
        <Project>string</Project>
        <Repository>string</Repository>
        <Company>string</Company>
      </nodeImageFile>
    </GetNodeImageFilesResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /WebService.asmx HTTP/1.1
Host: api.symbolsource.org
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetNodeImageFiles xmlns="http://api.symbolsource.org/schemas/webServices">
      <caller>
        <Company>string</Company>
        <Name>string</Name>
        <KeyValue>string</KeyValue>
        <KeyType>string</KeyType>
      </caller>
      <nodeImageFile>
        <Name>string</Name>
        <Fullname>string</Fullname>
        <Type>string</Type>
        <Modifier>string</Modifier>
        <CodeBlockAddresses>
          <CodeBlockAddress>
            <SourceFile xsi:nil="true" />
            <StartPosition xsi:nil="true" />
            <EndPosition xsi:nil="true" />
          </CodeBlockAddress>
          <CodeBlockAddress>
            <SourceFile xsi:nil="true" />
            <StartPosition xsi:nil="true" />
            <EndPosition xsi:nil="true" />
          </CodeBlockAddress>
        </CodeBlockAddresses>
        <ImageName>string</ImageName>
        <Mode>string</Mode>
        <Platform>string</Platform>
        <Version>string</Version>
        <Project>string</Project>
        <Repository>string</Repository>
        <Company>string</Company>
      </nodeImageFile>
    </GetNodeImageFiles>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetNodeImageFilesResponse xmlns="http://api.symbolsource.org/schemas/webServices">
      <GetNodeImageFilesResult>
        <NodeImageFile>
          <Name>string</Name>
          <Fullname>string</Fullname>
          <Type>string</Type>
          <Modifier>string</Modifier>
          <CodeBlockAddresses>
            <CodeBlockAddress xsi:nil="true" />
            <CodeBlockAddress xsi:nil="true" />
          </CodeBlockAddresses>
          <ImageName>string</ImageName>
          <Mode>string</Mode>
          <Platform>string</Platform>
          <Version>string</Version>
          <Project>string</Project>
          <Repository>string</Repository>
          <Company>string</Company>
        </NodeImageFile>
        <NodeImageFile>
          <Name>string</Name>
          <Fullname>string</Fullname>
          <Type>string</Type>
          <Modifier>string</Modifier>
          <CodeBlockAddresses>
            <CodeBlockAddress xsi:nil="true" />
            <CodeBlockAddress xsi:nil="true" />
          </CodeBlockAddresses>
          <ImageName>string</ImageName>
          <Mode>string</Mode>
          <Platform>string</Platform>
          <Version>string</Version>
          <Project>string</Project>
          <Repository>string</Repository>
          <Company>string</Company>
        </NodeImageFile>
      </GetNodeImageFilesResult>
      <nodeImageFile>
        <Name>string</Name>
        <Fullname>string</Fullname>
        <Type>string</Type>
        <Modifier>string</Modifier>
        <CodeBlockAddresses>
          <CodeBlockAddress>
            <SourceFile xsi:nil="true" />
            <StartPosition xsi:nil="true" />
            <EndPosition xsi:nil="true" />
          </CodeBlockAddress>
          <CodeBlockAddress>
            <SourceFile xsi:nil="true" />
            <StartPosition xsi:nil="true" />
            <EndPosition xsi:nil="true" />
          </CodeBlockAddress>
        </CodeBlockAddresses>
        <ImageName>string</ImageName>
        <Mode>string</Mode>
        <Platform>string</Platform>
        <Version>string</Version>
        <Project>string</Project>
        <Repository>string</Repository>
        <Company>string</Company>
      </nodeImageFile>
    </GetNodeImageFilesResponse>
  </soap12:Body>
</soap12:Envelope>