PartnerDescribeTabs

Sample Request Message-describeTabs Call-Partner API

POST https://na1.salesforce.com/services/Soap/u/10.0 HTTP/1.1 
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol
1.1.4322.573) 
Content-Type: text/xml; charset=utf-8  
SOAPAction: "" 
Content-Length: 510 
Expect: 100-continue 
Host: na1.salesforce.com 

<?xml version="1.0" encoding="utf-8"?>   
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
  xmlns:urn="urn:partner.soap.sforce.com">
  <soapenv:Header>
     <urn:SessionHeader>
        <urn:sessionId>QwWsHJyTPW.1pd0_jXlNKOSU</urn:sessionId>
     </urn:SessionHeader>
  </soapenv:Header>
  <soapenv:Body>
     <urn:describeTabs />
  </soapenv:Body>
</soapenv:Envelope>

Sample Response Message-describeTabs Call-Partner API

HTTP/1.1 200 OK 
Server: sfdc 
Content-Type: text/xml; charset=utf-8 
Transfer-Encoding: chunked 
Date: Fri, 25 May 2007 00:15:10 GMT
  
<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
  xmlns="urn:partner.soap.sforce.com">
  <soapenv:Body>
     <describeTabsResponse>
        <result>
           <label>Sales</label>
           <logoUrl>https://na1.salesforce.com/img/sfa_logo_sp07.gif</logoUrl>
           <selected>true</selected>
           <tabs>
              <custom>false</custom>
              <iconUrl>https://na1.salesforce.com/img/icon/home32.png</iconUrl>
              <label>Home</label>
              <miniIconUrl>https://na1.salesforce.com/img/icon/home16.png</miniIconUrl>
              <sobjectName />
              <url>https://na1.salesforce.com/home/home.jsp</url>
           </tabs>
           <tabs>
              <custom>false</custom>
              <iconUrl>https://na1.salesforce.com/img/icon/leads32.png</iconUrl>
              <label>Leads</label>
              <miniIconUrl>https://na1.salesforce.com/img/icon/leads16.png</miniIconUrl>
              <sobjectName>Lead</sobjectName>
              <url>https://na1.salesforce.com/00Q/o</url>
           </tabs
           .
           .
           .
        </result>
        <result>
           <label>Service & Support</label>
           <logoUrl>https://na1.salesforce.com/img/service_support_logo_sp07.gif</logoUrl>
           <selected>false</selected>
           <tabs>   ...   </tabs>
           .
           .
           .
        </result>
        .
        .
        .
     </describeTabsResponse>
  </soapenv:Body>
</soapenv:Envelope>


Back to Sample SOAP Messages