【REQUEST】
POST /XML/Part3-3/3-3-2-Server.php HTTP/1.1
Host: sample.sakushima.net
Connection: Keep-Alive
User-Agent: PHP-SOAP/7.0.33
Content-Type: text/xml; charset=utf-8
SOAPAction: "urn:PHP-SOAP-Example#query"
Content-Length: 498

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:PHP-SOAP-Example" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<ns1:query>
<param0 xsi:type="xsd:string">ケーキ</param0>
</ns1:query>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
【RESPONSE】
HTTP/1.1 200 OK
Date: Wed, 24 Apr 2024 12:59:14 GMT
Server: Apache
Content-Length: 537
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/xml; charset=utf-8
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:PHP-SOAP-Example" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<ns1:queryResponse>
<return xsi:type="xsd:string">ケーキは、50個あります</return>
</ns1:queryResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>