?? soaprequest.xml
字號:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Body>
<f:getFreight xmlns:f="www.freightservice.com/">
<source xsi:type="xsd:string">Lahore</source>
<destination xsi:type="xsd:string">Multan</destination>
<packetWeight xsi:type="xsd:int">50</packetWeight>
</f:getFreight>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -