2017-05-05 1 views

답변

1

Alt + F는 콤보입니다. 아마도 귀하의 기대치가 도구의 능력과 일치하지 않을 수 있습니까?

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> 
    <soapenv:Body> 
<urn:GetList> 
     <urn:Qualification>'1' LIKE "%1"</urn:Qualification> 
     <urn:startRecord></urn:startRecord> 
     <urn:maxLimit></urn:maxLimit> 
</urn:GetList> 
    </soapenv:Body> 
</soapenv:Envelope> 

와 Alt 키 + FI이 XML 얻을 : :이 XML이있을 때

는 또한

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> 
    <soapenv:Body> 
     <urn:GetList> 
     <urn:Qualification>'1' LIKE "%1"</urn:Qualification> 
     <urn:startRecord/> 
     <urn:maxLimit/> 
     </urn:GetList> 
    </soapenv:Body> 
</soapenv:Envelope> 

을, 당신의 XML 편집 창에 커서를해야한다 그렇지 않으면 당신이 얻을 파일 메뉴 드롭 다운