ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / SOAP
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Warning
SOAP functions are reserved for advanced users, to handle special cases. In most cases, we recommend importing the wsdl file of the SOAP web service. For more details, see Importing/Consuming Webservices.
Constant DescriptionDetailsUsed by
SOAPErrCodeType of errorError of last SOAP procedure run.SOAPError
SOAPErrActorType of errorURL of the SOAP server that triggered the error (useful if the procedure is run by several SOAP servers).SOAPError
SOAPErrMessageType of errorError message returned by the SOAP server on the last SOAP procedure run.SOAPError
SOAPErrDetailsType of errorError details. This message is in XML format.SOAPError
SOAPHTTPResultType of resultResult (in HTTP format) of the last SOAP procedure runSOAPGetResult
SOAPResultType of resultResult of last SOAP procedure runSOAPGetResult
SOAPXMLResultType of resultResult (in XML format) of the last SOAP procedure runSOAPGetResult
SOAPBase64BinaryTypeType of parameterBinarySOAPRun
SOAPHexBinaryTypeType of parameterHexadecimal binarySOAPRun
SOAPBooleanTypeType of parameterBooleanSOAPRun
SOAPStringTypeType of parameterCharacter stringSOAPRun
SOAPNormalizedStringTypeType of parameterCharacter string without CR or TAB charactersSOAPRun
SOAPDecimalTypeType of parameterAny number without limitSOAPRun
SOAPIntTypeType of parameterLimited integerSOAPRun
SOAPShortTypeType of parameterShort integerSOAPRun
SOAPUnsignedShortTypeType of parameterUnsigned short integerSOAPRun
SOAPIntegerTypeType of parameterUnlimited integerSOAPRun
SOAPLongTypeType of parameterLong integerSOAPRun
SOAPUnsignedLongTypeType of parameterLong unsigned integerSOAPRun
SOAPNegativeIntegerTypeType of parameterNegative integer (except 0)SOAPRun
SOAPNonNegativeIntegerTypeType of parameterNon-negative integerSOAPRun
SOAPNonPositiveIntegerTypeType of parameterNon-positive integerSOAPRun
SOAPUnsignedIntTypeType of parameterUnsigned integerSOAPRun
SOAPPositiveIntegerTypeType of parameterPositive integer (except 0)SOAPRun
SOAPByteTypeType of parameterByteSOAPRun
SOAPUnsignedByteTypeType of parameterUnsigned byteSOAPRun
SOAPFloatTypeType of parameterRealSOAPRun
SOAPDoubleTypeType of parameterDouble realSOAPRun
SOAPAnyURITypeType of parameterURL addressSOAPRun
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/14/2023

Send a report | Local help