Data Returned - Parts List
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<p:getPartsListResponse xmlns:p="http://www.parts-depot.com">
Note the absence of links. Why is this? A URL that points to a SOAP
service is meaningless since the URL to a SOAP service is just to the
SOAP server. Thus, the URL would need to be supplemented with
some indication of which method to invoke at that URL.
[Note: of course this response could contain a URL to a REST-ful service.]