| 
  
SOAPリクエストメッセージを送信する。 
  
 構文 
SOAPRequestMessage( 
         &response, 
         httpPath, 
         soapAction, 
         request, 
         user, 
         password 
         ) 
  
 パラメータ 
  
  
httpPath 
 | 
 
  
 | 
型: 
 | 
文字 
 | 
 
  
 | 
HTTPサーバーへのURLを指定する。 
 | 
 
 
 
  
soapAction 
 | 
 
  
 | 
型: 
 | 
文字 
 | 
 
  
 | 
SOAPアクション。 
 | 
 
 
 
  
request 
 | 
 
  
 | 
型: 
 | 
文字 
 | 
 
  
 | 
SOAPのリクエスト本体。 
 | 
 
 
 
  
user 
 | 
 
  
 | 
型: 
 | 
文字 
 | 
 
  
 | 
認証が必要な場合、ユーザー名を指定する。 
 | 
 
 
 
  
password 
 | 
 
  
 | 
型: 
 | 
文字 
 | 
 
  
 | 
認証が必要な場合、パスワードを指定する。 
 | 
 
 
 
  
戻り値 
  
 | 
 
  
 | 
型: 
 | 
ブール 
 | 
 
  
 | 
FALSE - 失敗。TRUE - 成功。 
 | 
 
 
 
  
 サポート対象 
  
  
 参照 
  
ShutdownOS 
GetComputerName 
GetIPAddress 
GetDriveVolumeInfo 
GetDisplaySize 
GetRegistoryValue 
SetRegistoryValue 
DelRegistoryKey 
HttpRequestMessage 
SOAPRequestMessage 
SendMagicPacket 
  
  
  
  
 |