This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20 R7
SOAP Get info

SOAP Get info 


 

SOAP Get info ( infoNum ) -> Function result 
Parameter Type   Description
infoNum  Longint in Number of type of SOAP info to get
Function result  String in SOAP Information

The SOAP Get info command retrieves, in the form of a character string, the different types of information concerning a SOAP request.

When you process a SOAP request, it can be useful to obtain additional information — other than the RPC parameter values — about the request. For instance, for security reasons, you can use this command in the On Web Authentication Database Method to find out the name of the requested Web Service method.

Pass the number of the type of SOAP information you want to get in the infoNum parameter. You can use the following predefined constants, located in the Web Services (Server) theme:

Constant Type Value Comment
SOAP method name Longint 1 Name of the Web Service method about to be executed
SOAP service name Longint 2 Name of the Web Service to which the method belongs

Note: Also for security reasons, it is possible to set the maximum size for Web Services requests sent to 4D. This configuration is carried out using the SET DATABASE PARAMETER command.



See also 

SET DATABASE PARAMETER
SOAP SEND FAULT

 
PROPERTIES 

Product: 4D
Theme: Web Services (Server)
Number: 784

This command can be run in preemptive processes

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D 2003
Renamed: 4D v13 (Get SOAP info)
Renamed: 4D v13 (Get SOAP info)

 
ARTICLE USAGE

4D Language Reference ( 4D v20 R7)