Groups | Blog | Home
all groups > flash data integration > april 2005 >

flash data integration : Changing the param for a web service programatically


Locutus
4/13/2005 10:26:59 PM
Friends: I have an app where I have a datagrid and some buttons. The idea is
that the grid is filled by a WebService, ad the results depend on which button
is pressed. The Web Service requires a single integer parameter. However
I've found the documentation a bit confusing. Here is what I've tried on the
button onClick Event _parent.lugaresrReceiveWebServiceConnector.IDPais = 192;
_parent.lugaresReceiveWebServiceConnector.trigger(); where
lugaresReceiveWebServiceConnector is the Web Service Connector, adn IDPais is
the integer parameter requeired by the Web Service. This code doesn't work/
I've narrowed the problem to the parameter assignment, but Ihabve no idea on
how to fix it If anybody can give any help, it will be greatly appreciated
Manuel
Locutus
4/14/2005 8:37:31 PM
I found a way to do it. Basically I bound the parameter on the Webservice to
an inivisble text box. Every tome the button is clicked, ti changes the value
of the box to the desired number and then it calls the trigger
AddThis Social Bookmark Button