Re: Example xforms and SOAP in mozilla-xforms.
Doron Rosenberg <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
[email protected] wrote: > Hello, > thanks for this sample, and it works fine ! > May I ask to clarify me this chunk of code? > > (textcase by Mr. Allan) > .... > <xforms:output ref="instance('answer')//Result"> > .... > that "Result" seems a SOAP keyword, or should it be "return" ? > Thanks > Luciano > The WSDL file for the webservice defines the element that contains the name of the element that will contain the results. So it isn't hardcoded, but depends on the webservice you are using.