Hi Jenn, this might be related to something completely different, but if you import mx.rpc.soap.WebService and create it manually you can simply call the method on it with all the parameters you want without using mxml. Is that what you mean?
regards Hans On Tue, Jun 8, 2010 at 7:34 PM, flexnewbie06 <[email protected]> wrote: > > > Hi group. > > I'm using flex data services (sdk 2.0) and wondering if anyone has ever > tried to set up operation parameters pro grammatically? I can't seem to > figure out how one would do so without specifically binding to some > variable. > > for example here is the service operation. > > <mx:operation name="removeDVRRecording" > fault="showFault(event);showError(event)"> > <mx:request> > <RemoveRequest accountExternalId="{accountVuExtId}"> > <RemoveRecording> > <!--Zero or more repetitions:--> > <recording recordingEventId="{accountVuRemRecordings}"/> > </RemoveRecording> > </RemoveRequest> > </mx:request> > </mx:operation> > > Is it possible to append elements into the children of the service? Or > maybe there is a better approach. > > Suggestions Greatly appreciated > Jenn > > >

