Hello,
is it possible to call the webservice from a Button - OnClick()
handler.
I want to send and get data to the webservice from the scriptcode.
Is there any possibility to realize that ???
KasF - 12 May 2006 09:39 GMT
I need a Code like that:
function CTRL3_5::OnClick(eventObj)
{
[PseudoCode]
// I have already the DataConnections to my Webservice created
in InfoPath!
// To Send Data is called "Absenden"
// To Get Data is called "Abfragen"
XDocument.DOM.selectSingleNode("//my:value").text =
Abfragen(XDocument.DOM.selectSingleNode("//my:value").text);
Absenden();
}
KasF - 12 May 2006 14:26 GMT
Problem solved with "Rules" ;-)