AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Comunicación / SOAP
  • Operating mode
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Adds an attribute to an automatic variable generated by the import of a web service.
Ejemplo
xsdJob is DefinedReportJob
xsdJob.AddAttribute("xsi:type", xsdJob..Type)
Sintaxis
<Variable>.AddAttribute(<Name> , <Value>)
<Variable>: Variable generada por la importación de un servicio web
Automatic variable of the web service to modify.
<Name>: Cadena Unicode
Name of the attribute to add.
<Value>: Cadena Unicode
Value of the attribute to add.
Observaciones

Operating mode

When a web service is imported into a project, WINDEV, WEBDEV and WINDEV Mobile automatically generate the types of variables allowing to handle the XML stream used by the protocol of the web service.
<xsdEntity variable>.AddAttribute adds an attribute that would not be declared in the WSDL (and therefore would not be automatically generated) to a variable of one of the imported types.
Note: <xsdEntity variable>.AddAttribute is an advanced function.. In most cases, the WSDL declares all the elements required for using the web services.
Componente: wd300xml.dll
Versión mínima requerida
  • Versión 24
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 08/01/2025

Señalar un error o enviar una sugerencia | Ayuda local