I have a infopth document that uses Microsoft Dynamics AX webservices. (WSS 3.0 , Office InfoPatch 2007) on the load event of the infopath I would like to get some information: public void FormEvents_Loading(object sender, LoadingEventArgs e) { XPathNavigator root = this.MainDataSource.CreateNavigator...