|
|
|
|
|
SOAPAddAttribute (Function) In french: SOAPAjouteAttribut Adds an attribute to an automatic variable generated by the import of a web service.
xsdJob is DefinedReportJob
SOAPAddAttribute(xsdJob, "xsi:type", xsdJob..Type)
Syntax
SOAPAddAttribute(<Variable> , <Name> , <Value>)
<Variable>: Variable generated by the import of a web service Automatic variable of the web service to modify. <Name>: Unicode string Name of the attribute to add. <Value>: Unicode string Value of the attribute to add. Remarks 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. SOAPAddAttribute 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: SOAPAddAttribute is an advanced function.. In most cases, the WSDL declares all the elements required for using the web services. Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|