cancel
Showing results for 
Search instead for 
Did you mean: 

where it is used ToolGetEffective

Former Member
0 Kudos

Hi.

I was found request in my NW 7,4

POST / HTTP/1.1

SOAPAction: ""

Content-Type: text/xml; charset=UTF-8

Content-Length: 296

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:ns0="urn:SAPCCMS">

  <SOAP-ENV:Header/>

  <SOAP-ENV:Body>

    <ns0:ToolGetEffective>

      <CallingSID/>

      <SegmentType>1</SegmentType>

      <SoapRequest>

        <item></item>

      </SoapRequest>

    </ns0:ToolGetEffective>

  </SOAP-ENV:Body>

</SOAP-ENV:Envelope>

when I send it get

<?xml version="1.0" encoding="UTF-8"?>

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SAPControl="urn:SAPControl" xmlns:SAPCCMS="urn:SAPCCMS" xmlns:SAPHostControl="urn:SAPHostControl" xmlns:SAPOscol="urn:SAPOscol" xmlns:SAPDSR="urn:SAPDSR">

  <SOAP-ENV:Header></SOAP-ENV:Header>

  <SOAP-ENV:Body>

    <SAPCCMS:ToolGetEffectiveResponse>

      <ToolList>

        <item>

          <Tid>

            <Mtsysid></Mtsysid>

            <Mtmcname></Mtmcname>

            <Mtnumrange></Mtnumrange>

            <Mtuid></Mtuid>

            <Mtclass></Mtclass>

            <Mtindex></Mtindex>

            <Extindex></Extindex>

          </Tid>

          <ChildClass></ChildClass>

          <Whichtool></Whichtool>

          <Toolname></Toolname>

          <ToolDispatcher></ToolDispatcher>

          <DefStatus>0</DefStatus>

          <Useclass>0</Useclass>

          <ParentTid>

            <Mtsysid>DM0</Mtsysid>

            <Mtmcname></Mtmcname>

            <Mtnumrange>000</Mtnumrange>

            <Mtuid>0000000000</Mtuid>

            <Mtclass>000</Mtclass>

            <Mtindex>000000001-</Mtindex>

            <Extindex>000000001-</Extindex>

          </ParentTid>

          <ParentObjectName></ParentObjectName>

          <ParentShortName></ParentShortName>

          <ParentClass></ParentClass>

          <Rc>102</Rc>

        </item>

      </ToolList>

    </SAPCCMS:ToolGetEffectiveResponse>

  </SOAP-ENV:Body>

</SOAP-ENV:Envelope>

How do I know that this query returns, and which is a component uses it

Accepted Solutions (0)

Answers (1)

Answers (1)

divyanshu_srivastava3
Active Contributor
0 Kudos
Former Member
0 Kudos

yes, but where I can read information about

ToolGetEffective

function?